Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
7.0.0
-
CentOS 7, Ubuntu 18.04
-
Point
Description
When you try to start the Spark-shell using this command
/opt/HPCCSystems/externals/spark-hadoop/bin/spark-shell --master=spark://localhost:7077
it will fail to connect to localhost. You have to pass it the ip literal. For instance,
/opt/HPCCSystems/externals/spark-hadoop/bin/spark-shell --master=spark://10.0.2.12:7077