spark-exercise-custom-ExternalClusterManager
Last updated
Was this helpful?
Last updated
Was this helpful?
The goal of the exercise is to register a custom ExternalClusterManager
so scalania
master URL is supported and the following works:
Create a brand new Scala/sbt project
Use the one and only IntelliJ IDEA
Project name: spark-external-cluster-manager
Add libraryDependencies
for Spark 2.0.0 (RC5)
See
ScalaTest
Follow Spark's own
The custom Cluster Manager should extend
The cluster manager support is loaded by . See
See .
See a complete Scala/sbt project in . It is a work in progress work.