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
{{ message }}
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: