Shakeel
Shakeel

Reputation: 31

Spark job server for spark 1.6.0

Is there any specific Spark Job Server version matching with Spark 1.6.0 ? As per the version information in https://github.com/spark-jobserver/spark-jobserver, I see SJS is available only for 1.6.1 not for 1.6.0. Our CloudEra hosted Spark is running on 1.6.0

I deployed SJS by configuring the spark home to 1.6.1. When I submitted jobs, I see job ids are getting generated but I can't see the job result. Any inputs?

Upvotes: 1

Views: 138

Answers (1)

noorul
noorul

Reputation: 1353

No, there is no SJS version tied to spark 1.6.0. But it should be easy for you to compile against 1.6.0. May be you could modify this https://github.com/spark-jobserver/spark-jobserver/blob/master/project/Versions.scala#L10 and try.

Upvotes: 0

Related Questions