mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
rename lspark to livy
This commit is contained in:
parent
9bfbe47f99
commit
bbe2a7c122
4 changed files with 5 additions and 5 deletions
|
|
@ -39,7 +39,7 @@ public class LivyPySparkInterpreter extends Interpreter {
|
|||
static {
|
||||
Interpreter.register(
|
||||
"pyspark",
|
||||
"lspark",
|
||||
"livy",
|
||||
LivyPySparkInterpreter.class.getName(),
|
||||
new InterpreterPropertyBuilder()
|
||||
.build()
|
||||
|
|
|
|||
|
|
@ -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.")
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ public class LivySparkRInterpreter extends Interpreter {
|
|||
static {
|
||||
Interpreter.register(
|
||||
"sparkr",
|
||||
"lspark",
|
||||
"livy",
|
||||
LivySparkRInterpreter.class.getName(),
|
||||
new InterpreterPropertyBuilder()
|
||||
.build()
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ public class LivySparkSQLInterpreter extends Interpreter {
|
|||
static {
|
||||
Interpreter.register(
|
||||
"sql",
|
||||
"lspark",
|
||||
"livy",
|
||||
LivySparkSQLInterpreter.class.getName(),
|
||||
new InterpreterPropertyBuilder()
|
||||
.add("livy.spark.maxResult",
|
||||
|
|
|
|||
Loading…
Reference in a new issue