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

Support running on yarn cluster #9

Closed
lev112 opened this issue Feb 13, 2015 · 6 comments
Closed

Support running on yarn cluster #9

lev112 opened this issue Feb 13, 2015 · 6 comments

Comments

@lev112
Copy link

lev112 commented Feb 13, 2015

Hi,

are there plans to support yarn cluster?

@tribbloid
Copy link
Owner

It should be running smoothly without extra effort (just change the
ipython profile to submit it to yarn), have you tried it?

Yours Peng

On 02/13/2015 12:57 AM, Lev wrote:

Hi,

are there plans to support yarn cluster?


Reply to this email directly or view it on GitHub
#9.

@lev112
Copy link
Author

lev112 commented Feb 13, 2015

I did,
and I managed to run it,
but it would fail after being submitted to yarn.

I will recreate this and post the error I got

Thanks,
Lev.

@meniluca
Copy link

Hi all, I'm really interested about this issue. I would like to be able to do what I'm doing now with "spark-submit --master yarn-cluster" with ISpark. Is there any possibility to configure ISpark to submit operation in cluster mode?
Cheers,
Luca

@tribbloid
Copy link
Owner

Sorry for the late reply.
The original Spark-shell and all derivative projects (including Zeppelin) cannot be run in cluster mode. Client mode is the only option (if you try you'll get an error message, furthermore, how could you interact with a driver that is randomly dispatched?)

@meniluca
Copy link

Thank you very much for the answer!

@tribbloid
Copy link
Owner

You are welcome. This will be marked as 'solved', I'm still not sure if running on YARN is bug-free, but please open a new ticket in that case.

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

3 participants