rename lspark to livy

This commit is contained in:
Prabhjyot Singh 2016-04-20 15:07:41 +05:30
parent 9bfbe47f99
commit bbe2a7c122
4 changed files with 5 additions and 5 deletions

View file

@ -39,7 +39,7 @@ public class LivyPySparkInterpreter extends Interpreter {
static {
Interpreter.register(
"pyspark",
"lspark",
"livy",
LivyPySparkInterpreter.class.getName(),
new InterpreterPropertyBuilder()
.build()

View file

@ -39,8 +39,8 @@ public class LivySparkInterpreter extends Interpreter {
static {
Interpreter.register(
"lspark",
"lspark",
"spark",
"livy",
LivySparkInterpreter.class.getName(),
new InterpreterPropertyBuilder()
.add("zeppelin.livy.url", DEFAULT_URL, "The URL for Livy Server.")

View file

@ -39,7 +39,7 @@ public class LivySparkRInterpreter extends Interpreter {
static {
Interpreter.register(
"sparkr",
"lspark",
"livy",
LivySparkRInterpreter.class.getName(),
new InterpreterPropertyBuilder()
.build()

View file

@ -39,7 +39,7 @@ public class LivySparkSQLInterpreter extends Interpreter {
static {
Interpreter.register(
"sql",
"lspark",
"livy",
LivySparkSQLInterpreter.class.getName(),
new InterpreterPropertyBuilder()
.add("livy.spark.maxResult",