spark-instrumented-optimizer/spark-shell
Matei Zaharia d52660c969 Ported code generation changes from 2.8 interpreter (to use a class for
each line's object rather than a singleton object so that we can ship
these classes to worker nodes). This is pretty hairy stuff, which would
be nice to avoid in the future by integrating with the interpreter some
other way.
2011-05-31 19:23:15 -07:00

4 lines
68 B
Bash
Executable file

#!/bin/sh
FWDIR="`dirname $0`"
exec $FWDIR/run spark.repl.Main "$@"