mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
code cleanup
This commit is contained in:
parent
7c0970947f
commit
ca64582e6e
1 changed files with 1 additions and 12 deletions
|
|
@ -23,9 +23,7 @@ import java.io.InputStreamReader;
|
|||
import java.io.PrintStream;
|
||||
import java.io.BufferedReader;
|
||||
import java.io.ByteArrayOutputStream;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.Properties;
|
||||
import java.util.*;
|
||||
|
||||
import org.apache.zeppelin.interpreter.Interpreter;
|
||||
import org.apache.zeppelin.interpreter.InterpreterContext;
|
||||
|
|
@ -117,15 +115,6 @@ public class TachyonInterpreter extends Interpreter {
|
|||
}
|
||||
}
|
||||
|
||||
/*System.out.println("-----------------------");
|
||||
System.out.println(conf);
|
||||
System.out.println("-----------------------");
|
||||
System.out.println(conf.get("tachyon.master.hostname"));
|
||||
System.out.println("-----------------------");
|
||||
System.out.println(conf.get("tachyon.master.address"));
|
||||
System.out.println("-----------------------");
|
||||
System.out.println(tfs.toString());*/
|
||||
|
||||
System.out.flush();
|
||||
System.setOut(old);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue