Since apparently there are still issues with using Spark2 from Zeppelin, you may want to switch to shell to use Spark2 with HDP 2.5.
Summarizing the flow (learned it the hard way):
Summarizing the flow (learned it the hard way):
- Connect via SSH to the sandbox (e.g. Putty on Windows) on port 2122. This will allow you to use copy-paste (vs console in VirtualBox)
- SSH into the docker container that runs HDP ssh root@172.17.0.2
- Make sure you use Spark2
- Run Spark shell
username: root
password (default): hadoop
username: root
password (default): hadoop
export SPARK_MAJOR_VERSION=2
cd /usr/hdp/current/spark2-client/bin
./spark-shell
Comments
Post a Comment