Rishitesh Mishra
Rishitesh Mishra
Have you tried with default seraializers i.e. without specifying JavaSerializer in config ? I will be checking with JavaSerializer and revert back.
Each time we submit a job, the previous job jar is removed from classpath, so that users can safely put some new changes. Hence every time we have to submit...
Ok. Will check. I am assuming you provide the --app-jar option 2nd time as well.
@jeromeheng Sorry, I missed sentence where you have mentioned you are submitting jobs by rest APIs. We have not tested much with REST api way of submitting jobs. We have...
@niko2014 You can use our inbuilt install jar commands to load dependet jars to Snappy servers. The job jar then can only contain jobs logic. For details check http://snappydatainc.github.io/snappydata/programming_guide/#managing-jar-files
@niko2014 Yes, that might cause a problem as the root classloader will have hbase classes from hbase-0.98.17.
@niko2014 yes SNAP-1529 is work in progress and not available in 0.9. Regarding HBase, yes its worth a try.
@tommir1 For SnappyData configuration you can follow http://snappydatainc.github.io/snappydata/configuring_cluster/configuring_cluster/ . There you can see different parameters are set on corresponding property files e.g. conf/locators, conf/leads & conf/servers. For Spark you can...
@tommir1 Is your application logs shows it does not proceed at all ? As I understood , your Spark application is not getting launched due to some reason. You can...
Hi Vishnu, It will be good if you can share more details. 1) how spark streaming is started? I am assuming it's a spark job. 2) Could not understand Snappydata...