Katsuhiko Nonomura

Results 69 comments of Katsuhiko Nonomura

I renamed ServiceProviderUtils.java to common/ServiceProviderUtils.java by 080325f587ecfcf1125135366eae32baa202de95 .

Thank you for your question. We must use the row key column for time series container with Date type on Java. How about the following method ? Date now =...

When we install with RPM or DEB and login as gsadm, GS_HOME, GS_LOG are set by .bash_profile on /var/lib/gridstore. And if necessary, we can use .bashrc on /var/lib/gridstore.

Thank you for your usage. How about the following method creating one time-series container for each individual sensor ? https://griddb.net/en/docs/documents/4-2_data-modeling-using-griddb.php 4.2.3 Storing Sensor Data https://github.com/griddb/griddb_nosql/blob/master/sample/tutorial/en/pvrms/SimplePv2.java Sample code

Sorry for late reply. I guess you use RPM for GridDB V4.6.0. This package doesn't include trigger function. Could you please build from source code with "./configure --enable-activemq" ? >Note:...

Thank you for your usage. Could you please use "Fixed list method" instead of "Multicast method" (default) as GridDB cluster configuration ? https://github.com/griddb/griddb/blob/master/docs/TroubleShootingTips.md#using-the-environment-where-multicast-is-not-supported-like-aws-azure

In my understanding, you like to access GridDB cluster with Public IP. There are two possible solutions. Could you please try the following solutions ? (A) Use only Public IP...

Your issue is opened in griddb/griddb_nosql repository, but I guess your operation is wrong. And I have information about GridDB_FeaturesReference.html. This html file is generated from a md file with...

If you use Java client, could you please use PartitionController#getContainerNames() ? http://griddb.org/griddb_nosql/manual/GridDB_API_Reference.html#PartitionController.html__getContainerNames(int,%20long,%20java.lang.Long)