https://github.com/apache/spark
Raw File
Tip revision: 379567fcdb0d85ca0c5598db70c5a8b9efca552a authored by jerryshao on 30 May 2013, 09:55:11 UTC
fix block manager UI display issue when enable spark.cleaner.ttl
Tip revision: 379567f
spark-shell
#!/bin/sh
FWDIR="`dirname $0`"
export SPARK_LAUNCH_WITH_SCALA=1
exec $FWDIR/run spark.repl.Main "$@"
back to top