| commit | 71cc85eb66ef1e7a67c9d7e964b0c7942fdaa53d | [log] [tgz] |
|---|---|---|
| author | Gino Bustelo <lbustelo@apache.org> | Thu Mar 10 15:40:54 2016 -0600 |
| committer | Gino Bustelo <lbustelo@apache.org> | Thu Apr 21 12:22:28 2016 -0500 |
| tree | 79757f981f5905a9a6eca448629ead2bb8fbd260 | |
| parent | af462b91a76737d45091d05248777df8c0af09c7 [diff] |
Removed unecessary task
diff --git a/kernel/build.sbt b/kernel/build.sbt index fa53ce6..abe1d2d 100644 --- a/kernel/build.sbt +++ b/kernel/build.sbt
@@ -23,12 +23,3 @@ assemblyOption in assembly := (assemblyOption in assembly).value.copy(includeScala = false) -// -// CUSTOM TASKS -// - -lazy val kill = taskKey[Unit]("Executing the shell script.") - -kill := { - "sh scripts/terminate_spark_kernels.sh".! -} \ No newline at end of file