Also you can run this example by submitting as a job.
cd $SNAPPY_HOME
bin/snappy-job.sh submit
--app-name JsonApp
--class org.apache.spark.examples.snappydata.WorkingWithJson
--app-jar examples/jars/quickstart.jar
--lead [leadHost:port]
--conf json_resource_folder=../../quickstart/src/main/resources
Check the status of your job id
bin/snappy-job.sh status --lead [leadHost:port] --job-id [job-id]
This is a sample code snippet to work with JSON files and SnappyStore column tables. Run with
Also you can run this example by submitting as a job.