Created 01-14-2016 09:35 PM
Hi,
I have installed Hortonworks HDP in my system. I have sandbox login command prompt. How to start spark from sandbox command prompt.
Thanks
Ashwin
Created 01-14-2016 09:37 PM
Ashwin - You can start the spark shell by running /usr/hdp/current/spark-client/bin/spark-shell in the sandbox.
Created 01-14-2016 09:37 PM
Ashwin - You can start the spark shell by running /usr/hdp/current/spark-client/bin/spark-shell in the sandbox.
Created 01-14-2016 09:38 PM
Created 01-18-2016 03:13 PM
Set $SPARK_HOME to /usr/hdp/current/spark & add the classpath. After which you can start the spark shell using:
spark-shell --num-executors <n> --executor-memory <n> --master <yarn OR yarn-client OR local>
Created 06-08-2017 01:09 PM
I have downloaded HDP 2.6 for VMware and imported the image in vmware 12.1 ver.
Able to log on but none of the commands like jps, ipconfig, java -version are working.
Attached screenshot, please help me here
Thanks,