mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix compilation
Signed-off-by: Karup <karuppayya@outlook.com>
This commit is contained in:
parent
fc44d9b479
commit
09fc0e223c
1 changed files with 0 additions and 1 deletions
|
|
@ -127,7 +127,6 @@ public class SparkRInterpreter extends Interpreter {
|
|||
}
|
||||
}
|
||||
|
||||
String jobGroup = getJobGroup(interpreterContext);
|
||||
String setJobGroup = "";
|
||||
// assign setJobGroup to dummy__, otherwise it would print NULL for this statement
|
||||
if (Utils.isSpark2()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue