You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please be a bit more specific what do you mean by failing to launch the spark? Are you trying to run spark-shell withing inside docker-container? If so you could easily do it by just :
./spark/bin/sprk-shell --master spark://host:7077
and you will be able to see Scala REPL.
Spark session available as 'spark'.
Welcome to
____ __
/ __/__ ___ _____/ /__
_\ \/ _ \/ _ `/ __/ '_/ /___/ .__/\_,_/_/ /_/\_\ version 3.0.0 /_/Using Scala version 2.12.10 (OpenJDK 64-Bit Server VM, Java 1.8.0_252)
do as the steps ,but when i execute the command "docker exec -it spark-master bash" ,show me "bash-5,0#" and fail to launch spark!
The text was updated successfully, but these errors were encountered: