rename r to sparkr for consistent naming

This commit is contained in:
Prabhjyot Singh 2016-04-12 10:54:31 +05:30
parent eb8706f6f9
commit cb65c86655

View file

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