mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
R -> r
This commit is contained in:
parent
a1228945e4
commit
fc66da9a9c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public class SparkRInterpreter extends Interpreter {
|
|||
|
||||
static {
|
||||
Interpreter.register(
|
||||
"R",
|
||||
"r",
|
||||
"spark",
|
||||
SparkRInterpreter.class.getName(),
|
||||
new InterpreterPropertyBuilder()
|
||||
|
|
|
|||
Loading…
Reference in a new issue