Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
microsoft
/
spark
зеркало из
https://github.com/microsoft/spark.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули spark
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
a72134a6ac
spark
/
spark-shell
5 строки
101 B
Plaintext
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Initial commit
2010-03-30 03:17:55 +04:00
#!/bin/sh
FWDIR="`dirname $0`"
More work to allow Spark to run on the standalone deploy cluster.
2012-07-09 01:00:04 +04:00
export SPARK_LAUNCH_WITH_SCALA=1
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-06-01 06:23:15 +04:00
exec $FWDIR/run spark.repl.Main "$@"