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

Updated to Spark 2.1.0 #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pondpaun7z
Copy link

@pondpaun7z pondpaun7z commented Nov 17, 2017

You and try with docker pull bananacoding/spark_hadoop

spark-shell
screenshot 2017-11-17 22 45 38

spark-submit
screenshot 2017-11-17 22 49 37

@Arnold1
Copy link

Arnold1 commented Dec 5, 2017

@pondpaun7z thanks for the nice example!

a few questions:

  • does this run with yarn as a cluster manager?
  • how can you use it with --deploy-mode cluster? (In yarn-cluster mode, the Spark driver runs inside an application master process which is managed by YARN on the cluster, and the client can go away after initiating the application)
  • how could you deploy this to kubernetes?

here my log: https://ideone.com/dnuqX9
any idea about line 12? chown: missing operand after `/usr/local/hadoop/logs'
why does it not print pi when i use --deploy-mode cluster (see line 211-277)? it works fine for --deploy-mode client: see line 166

@Arnold1 Arnold1 mentioned this pull request Dec 5, 2017
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

Successfully merging this pull request may close these issues.

2 participants