[jira] [Created] (HIVE-23801) Disable flaky test: TestMiniLlapLocalCliDriver[replication_metrics_ingest]

2020-07-03 Thread Peter Vary (Jira)
Peter Vary created HIVE-23801:
-

 Summary: Disable flaky test: 
TestMiniLlapLocalCliDriver[replication_metrics_ingest]
 Key: HIVE-23801
 URL: https://issues.apache.org/jira/browse/HIVE-23801
 Project: Hive
  Issue Type: Bug
  Components: repl
Reporter: Peter Vary


This test is flaky. See: 
[http://ci.hive.apache.org/job/hive-flaky-check/62/console]
{code:java}
21:59:19  [INFO] ---
21:59:19  [INFO]  T E S T S
21:59:19  [INFO] ---
21:59:19  [INFO] Running org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver
22:01:56  [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 144.366 s <<< FAILURE! - in 
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver
22:01:56  [ERROR] 
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[replication_metrics_ingest]
  Time elapsed: 124.174 s  <<< FAILURE!
22:01:56  java.lang.AssertionError: 
22:01:56  Client Execution succeeded but contained differences (error code = 1) 
after executing replication_metrics_ingest.q 
22:01:56  76c76
22:01:56  < 3   repl2   1
22:01:56  ---
22:01:56  > 2   repl2   1
 {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HIVE-23799) Fix AcidUtils.parseBaseOrDeltaBucketFilename handling of data loaded by LOAD DATA

2020-07-03 Thread Peter Vary (Jira)
Peter Vary created HIVE-23799:
-

 Summary: Fix AcidUtils.parseBaseOrDeltaBucketFilename handling of 
data loaded by LOAD DATA
 Key: HIVE-23799
 URL: https://issues.apache.org/jira/browse/HIVE-23799
 Project: Hive
  Issue Type: Bug
  Components: Transactions
Reporter: Peter Vary
Assignee: Peter Vary


Currently the {{AcidUtils.parseBaseOrDeltaBucketFilename}} considers files 
loaded to the table as original base files. We should fix that.
Also by checking the code for {{AcidUtils.parseBaseOrDeltaBucketFilename}}, I 
have found 2 things:
* The attribute {{copyNumber}} is not used anymore, so we should remove it
* The version of the {{parsedDelta}} we use here tries to check if the files 
are in raw format, or not. We do not need this information here, so we can use 
a different implementation of {{parseDelta}}, and avoid a remote call and file 
read.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HIVE-23800) Make HiveServer2 oom hook interface

2020-07-03 Thread Zhihua Deng (Jira)
Zhihua Deng created HIVE-23800:
--

 Summary: Make HiveServer2 oom hook interface
 Key: HIVE-23800
 URL: https://issues.apache.org/jira/browse/HIVE-23800
 Project: Hive
  Issue Type: Improvement
  Components: HiveServer2
Reporter: Zhihua Deng






--
This message was sent by Atlassian Jira
(v8.3.4#803005)