Re: Spark job server pros and cons
Spark job Server(SJS) gives you the ability to have your spark job as a service. It has features like caching RDD, publish rest APIs to submit your job and named RDDs. For more info, refer https://github.com/spark-jobserver/spark-jobserver. Internally SJS too uses the same spark job submit so it u
KMediods in Spark java
Is there any example to implement KMediods cluster in spark and java? I searched Spark API looks like Spark has not yet implemented KMediods. Any example or inputs will be appreciated. Thanks.