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

running java spark apps with spark-jobserver #74

Open
tomerben opened this issue Oct 20, 2014 · 2 comments
Open

running java spark apps with spark-jobserver #74

tomerben opened this issue Oct 20, 2014 · 2 comments

Comments

@tomerben
Copy link

Hi,

I have a spark standalone cluster on ec2, and I would like to run java apps using the spark jobserver. I understand that I need to have my app main class extend the SparkJob trait, therefore implement in java the "runJob" and "validate" methods. I'm not sure how to do this though. Is there an example of a java app written for spark-jobserver I can learn from?

Thanks!

@tomerben tomerben changed the title running java spark-apps with spark-jobserver running java spark apps with spark-jobserver Oct 20, 2014
@velvia
Copy link
Contributor

velvia commented Oct 24, 2014

Hi there,

I hope to have better support for Java (maybe through an abstract class)
and an example soon.

thanks,
Evan

On Mon, Oct 20, 2014 at 7:57 AM, tomerben [email protected] wrote:

Hi,

I have a spark standalone cluster on ec2, and I would like to run java
apps using the spark jobserver. I understand that I need to have my app
main class extend the SparkJob trait, therefore implement in java the
"runJob" and "validate" methods. I'm not sure how to do this though. Is
there an example of a java app written for spark-jobserver I can learn from?

Thanks!


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

The fruit of silence is prayer;
the fruit of prayer is faith;
the fruit of faith is love;
the fruit of love is service;
the fruit of service is peace. -- Mother Teresa

@sidahmedbenkhaoua
Copy link

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