diff --git a/README.md b/README.md index d0fd77a..0af5671 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # SparkExecutorPlugins for Spark 2.4 Code with examples of Spark Executor Plugins for Spark 2.4.x -Spark 3.0.0 is expected to have an extended and incompatible API, [see Spark 3.0.0 examples](https://github.com/SparkExecutorPlugins) +Spark 3.0.0 is expected to have an extended and incompatible API, +[see Spark 3.0.0 examples](https://github.com/cerndb/SparkExecutorPlugins) Contact: Luca.Canali@cern.ch **Build** with: `sbt +package` diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..dca663d --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version = 1.2.8