You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(As of April/2015, the latest version of Java SDK from this URL is 1.7.0_75)
457
+
(As of April/2015, the latest version of Java SDK from this URL is 1.7.0_79)
456
458
457
459
d) You can now start Cassandra to run in the background using this command: $CASSANDRA_HOME/bin/cassandra
458
460
@@ -970,9 +972,16 @@ you can skip steps 1 and 2 below.
970
972
This will create a new dps-helper.jar file in the impl/java/bin directory. This is needed to access the DPS
971
973
functions from a Java primitive operator.
972
974
973
-
4) Switch to <your_base_dir>/com.ibm.streamsx.dps/samples/dps_test1/bin directory and run this script: ./build-distributed.sh.
974
-
5) You have to edit the <your_base_dir>/com.ibm.streamsx.dps/samples/dps_test1/etc/no-sql-kv-store-servers.cfg file and add the names or the
975
-
IP addresses of your memcached or redis or Cassandra or Cloudant or HBase or Mongo servers. Then, save the file.
975
+
4) You have to edit the <your_base_dir>/com.ibm.streamsx.dps/samples/dps_test1/etc/no-sql-kv-store-servers.cfg file and add the names or the
976
+
IP addresses of your memcached or redis or Cassandra or Cloudant or HBase or Mongo or Couchbase or Aerospike or Redis-Cluster servers.
977
+
Then, save the file.
978
+
5) Switch to <your_base_dir>/com.ibm.streamsx.dps/samples/dps_test1/bin directory and run this script: ./build-distributed.sh.
979
+
[Note: Whenever you change the DPS configuration file as shown in step 4, you must build the application and ensure that
980
+
the application bundle (sab) file in the output directory has a new file modification time. If that file's modification time
981
+
indicates that the sab file never got updated, then you must completely remove
982
+
<your_base_dir>/com.ibm.streamsx.dps/samples/dps_test1/output directory and build again. If you don't do this, your DPS configuration
983
+
changes will not take effect. As of Apr/2015, this is a new requirement/restriction in Streams 4.x to update the
984
+
application bundle with your modified DPS configuration file. This requirement/restriction will be eliminated in a future release.]
976
985
6) To test the application, you can run this script from <your_base_dir>/com.ibm.streamsx.dps/samples/dps_test1/bin: ./run-distributed.sh -i <YOUR_STREAMS_INSTANCE_NAME>
977
986
7) You can verify the application results in the Streams PE log files.
978
987
--> You have to first read the SPLMM file and understand which operator writes what in the PE log files.
0 commit comments