Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Document using with YARN #35

Open
devinsba opened this issue Mar 8, 2017 · 2 comments
Open

Document using with YARN #35

devinsba opened this issue Mar 8, 2017 · 2 comments

Comments

@devinsba
Copy link
Collaborator

devinsba commented Mar 8, 2017

I'll preface this by saying I have zero operational knowledge about spark so...

In order to use this in AWS with EMR we will need to be able to connect to a YARN controlled Spark cluster. I'm not sure if currently the project even supports YARN but it would be good to know and have some documentation around if/when it does.

@codefromthecrypt
Copy link

codefromthecrypt commented Mar 9, 2017

looks like normally yarn is a different distribution, which special cases the magic value "yarn" as the cluster name. It might be possible to hack our main class to do the same, or we document using spark-submit, treating this app as a normal jar.

here are some related links

https://spark.apache.org/docs/1.6.3/running-on-yarn.html
http://blog.sequenceiq.com/blog/2014/08/22/spark-submit-in-java/

@devinsba
Copy link
Collaborator Author

devinsba commented Mar 9, 2017

EDIT: jinx again.. 😄

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

No branches or pull requests

2 participants