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
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!
The text was updated successfully, but these errors were encountered:
tomerben
changed the title
running java spark-apps with spark-jobserver
running java spark apps with spark-jobserver
Oct 20, 2014
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
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!
The text was updated successfully, but these errors were encountered: