mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
rename r to sparkr for consistent naming
This commit is contained in:
parent
eb8706f6f9
commit
cb65c86655
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public class LivySparkRInterpreter extends Interpreter {
|
|||
|
||||
static {
|
||||
Interpreter.register(
|
||||
"r",
|
||||
"sparkr",
|
||||
"lspark",
|
||||
LivySparkRInterpreter.class.getName(),
|
||||
new InterpreterPropertyBuilder()
|
||||
|
|
|
|||
Loading…
Reference in a new issue