aboutsummaryrefslogtreecommitdiff
path: root/spark-shell
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2010-03-29 16:17:55 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2010-03-29 16:17:55 -0700
commitdf29d0ea4c8b7137fdd1844219c7d489e3b0d9c9 (patch)
tree3f925c0d109b789ce845762a9e09d24329749eb8 /spark-shell
downloadspark-df29d0ea4c8b7137fdd1844219c7d489e3b0d9c9.tar.gz
spark-df29d0ea4c8b7137fdd1844219c7d489e3b0d9c9.tar.bz2
spark-df29d0ea4c8b7137fdd1844219c7d489e3b0d9c9.zip
Initial commit
Diffstat (limited to 'spark-shell')
-rwxr-xr-xspark-shell3
1 files changed, 3 insertions, 0 deletions
diff --git a/spark-shell b/spark-shell
new file mode 100755
index 0000000000..009f96fe98
--- /dev/null
+++ b/spark-shell
@@ -0,0 +1,3 @@
+#!/bin/sh
+FWDIR="`dirname $0`"
+exec $FWDIR/run spark.repl.Main $@