Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fail to launch spark #94

Open
pengyong94 opened this issue Apr 5, 2020 · 1 comment
Open

fail to launch spark #94

pengyong94 opened this issue Apr 5, 2020 · 1 comment

Comments

@pengyong94
Copy link

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!

@GezimSejdiu
Copy link
Member

Hi @pengyong94 ,

thanks a lot for the issue.

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)

Best regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants