- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to start spark console
- Labels:
-
Apache Spark
Created 01-14-2016 09:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created 01-18-2016 03:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
