mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
removing unrequired logs
This commit is contained in:
parent
07f0846d78
commit
8f4ec479d8
1 changed files with 0 additions and 7 deletions
|
|
@ -93,13 +93,6 @@ public class LivySparkSQLInterpreter extends Interpreter {
|
|||
if (res.code() == InterpreterResult.Code.SUCCESS) {
|
||||
StringBuilder resMsg = new StringBuilder();
|
||||
resMsg.append("%table ");
|
||||
LOGGER.error("=====================");
|
||||
LOGGER.error("=====================");
|
||||
LOGGER.error("=====================");
|
||||
LOGGER.error(res.message());
|
||||
LOGGER.error("=====================");
|
||||
LOGGER.error("=====================");
|
||||
LOGGER.error("=====================");
|
||||
String[] rows = res.message().split("\n");
|
||||
|
||||
String[] headers = rows[1].split("\\|");
|
||||
|
|
|
|||
Loading…
Reference in a new issue