[GitHub] [zeppelin] zjffdu opened a new pull request #3984: [ZEPPELIN-5146]. Query was cancelled incorrectly for hive on tez

2020-11-26 Thread GitBox
zjffdu opened a new pull request #3984: URL: https://github.com/apache/zeppelin/pull/3984 ### What is this PR for? The root cause is that for hive on tez, log is updated via BeelineInPlaceUpdateStream instead of HiveStatement.getQueryLog(). This PR would check

[jira] [Created] (ZEPPELIN-5146) Query was cancelled incorrectly for hive on tez

2020-11-26 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5146: Summary: Query was cancelled incorrectly for hive on tez Key: ZEPPELIN-5146 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5146 Project: Zeppelin Issue

[GitHub] [zeppelin] zjffdu commented on pull request #3983: [ZEPPELIN-5141]. Solve the incompatibility issue of hive below 2.3

2020-11-26 Thread GitBox
zjffdu commented on pull request #3983: URL: https://github.com/apache/zeppelin/pull/3983#issuecomment-734624043 Thanks @zhengslei LGTM This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [zeppelin] zhengslei opened a new pull request #3983: [ZEPPELIN-5141]. Solve the incompatibility issue of hive below 2.3

2020-11-26 Thread GitBox
zhengslei opened a new pull request #3983: URL: https://github.com/apache/zeppelin/pull/3983 ### What is this PR for? The current hive interpreter (jdbc) cannot work with hive below 2.3. The code "hiveStmt.setInPlaceUpdateStream(InPlaceUpdateStream stream)" in HiveUtils uses