You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by st...@apache.org on 2018/03/27 16:35:51 UTC

hive git commit: HIVE-18830: RemoteSparkJobMonitor failures are logged twice (Bharathkrishna Guruvayoor Murali, reviewed by Sahil Takiar)

Repository: hive
Updated Branches:
  refs/heads/master 95a1538ae -> 6c194473c


HIVE-18830: RemoteSparkJobMonitor failures are logged twice (Bharathkrishna Guruvayoor Murali, reviewed by Sahil Takiar)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/6c194473
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/6c194473
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/6c194473

Branch: refs/heads/master
Commit: 6c194473c7d7b268781a0f293818736f47ed5756
Parents: 95a1538
Author: Bharathkrishna Guruvayoor Murali <bh...@cloudera.com>
Authored: Tue Mar 27 09:35:30 2018 -0700
Committer: Sahil Takiar <st...@cloudera.com>
Committed: Tue Mar 27 09:35:30 2018 -0700

----------------------------------------------------------------------
 .../hadoop/hive/ql/exec/spark/status/RemoteSparkJobMonitor.java     | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/6c194473/ql/src/java/org/apache/hadoop/hive/ql/exec/spark/status/RemoteSparkJobMonitor.java
----------------------------------------------------------------------
diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/spark/status/RemoteSparkJobMonitor.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/spark/status/RemoteSparkJobMonitor.java
index 3467ae4..a132f74 100644
--- a/ql/src/java/org/apache/hadoop/hive/ql/exec/spark/status/RemoteSparkJobMonitor.java
+++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/spark/status/RemoteSparkJobMonitor.java
@@ -198,7 +198,6 @@ public class RemoteSparkJobMonitor extends SparkJobMonitor {
 
           // Has to use full name to make sure it does not conflict with
           // org.apache.commons.lang.StringUtils
-          LOG.error(msg, e);
           console.printError(msg, "\n" + org.apache.hadoop.util.StringUtils.stringifyException(e));
         }
         rc = 1;