[jira] [Commented] (HIVE-23134) Hive & Kudu interaction not available on ARM

2020-04-08 Thread RuiChen (Jira)


[ 
https://issues.apache.org/jira/browse/HIVE-23134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17078875#comment-17078875
 ] 

RuiChen commented on HIVE-23134:


We are working on Kudu ARM support, related issue link 
https://issues.apache.org/jira/browse/KUDU-3007

> Hive & Kudu interaction not available on ARM
> 
>
> Key: HIVE-23134
> URL: https://issues.apache.org/jira/browse/HIVE-23134
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Zhenyu Zheng
>Priority: Major
>
> Currently, we have set up an ARM CI to test out how Hive works on ARM 
> platform:
> https://builds.apache.org/view/H-L/view/Hive/job/Hive-linux-ARM-trunk/
> According to the results, Hive & Kudu interaction is not available on ARM 
> platform:
> https://builds.apache.org/view/H-L/view/Hive/job/Hive-linux-ARM-trunk/25/testReport/org.apache.hadoop.hive.kudu/
> this is because that we use Kudu version 1.10 and that version does not come 
> with ARM workable packages.



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


[jira] [Assigned] (HIVE-23219) Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics

2020-04-16 Thread RuiChen (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

RuiChen reassigned HIVE-23219:
--

Assignee: RuiChen

> Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics
> ---
>
> Key: HIVE-23219
> URL: https://issues.apache.org/jira/browse/HIVE-23219
> Project: Hive
>  Issue Type: Bug
>Reporter: RuiChen
>Assignee: RuiChen
>Priority: Minor
>
> 1.Test cases in TestHCatLoaderEncryption apply wrong test.jks in
>  hive/ql/target path, it casue tests failing when we run some ql tests,
>  then run TestHCatLoaderEncryption in local, fix it using TEST_DATA_DIR.
>  2.Add tearDown method to clean up static metrics instance, to avoid
>  impacting each other between test cases in one class.



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


[jira] [Updated] (HIVE-23219) Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics

2020-04-16 Thread RuiChen (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

RuiChen updated HIVE-23219:
---
Attachment: HIVE-23219.patch

> Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics
> ---
>
> Key: HIVE-23219
> URL: https://issues.apache.org/jira/browse/HIVE-23219
> Project: Hive
>  Issue Type: Bug
>Reporter: RuiChen
>Assignee: RuiChen
>Priority: Minor
> Attachments: HIVE-23219.patch
>
>
> 1.Test cases in TestHCatLoaderEncryption apply wrong test.jks in
>  hive/ql/target path, it casue tests failing when we run some ql tests,
>  then run TestHCatLoaderEncryption in local, fix it using TEST_DATA_DIR.
>  2.Add tearDown method to clean up static metrics instance, to avoid
>  impacting each other between test cases in one class.



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


[jira] [Updated] (HIVE-23219) Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics

2020-04-16 Thread RuiChen (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

RuiChen updated HIVE-23219:
---
Status: Patch Available  (was: Open)

> Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics
> ---
>
> Key: HIVE-23219
> URL: https://issues.apache.org/jira/browse/HIVE-23219
> Project: Hive
>  Issue Type: Bug
>Reporter: RuiChen
>Assignee: RuiChen
>Priority: Minor
> Attachments: HIVE-23219.patch
>
>
> 1.Test cases in TestHCatLoaderEncryption apply wrong test.jks in
>  hive/ql/target path, it casue tests failing when we run some ql tests,
>  then run TestHCatLoaderEncryption in local, fix it using TEST_DATA_DIR.
>  2.Add tearDown method to clean up static metrics instance, to avoid
>  impacting each other between test cases in one class.



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


[jira] [Commented] (HIVE-23219) Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics

2020-04-17 Thread RuiChen (Jira)


[ 
https://issues.apache.org/jira/browse/HIVE-23219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17085498#comment-17085498
 ] 

RuiChen commented on HIVE-23219:


Hi [~shivasaix85186], could I enable the precommit testing for this patch now?

> Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics
> ---
>
> Key: HIVE-23219
> URL: https://issues.apache.org/jira/browse/HIVE-23219
> Project: Hive
>  Issue Type: Bug
>Reporter: RuiChen
>Assignee: RuiChen
>Priority: Minor
> Attachments: HIVE-23219.patch
>
>
> 1.Test cases in TestHCatLoaderEncryption apply wrong test.jks in
>  hive/ql/target path, it casue tests failing when we run some ql tests,
>  then run TestHCatLoaderEncryption in local, fix it using TEST_DATA_DIR.
>  2.Add tearDown method to clean up static metrics instance, to avoid
>  impacting each other between test cases in one class.



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


[jira] [Work stopped] (HIVE-23219) Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics

2020-04-17 Thread RuiChen (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on HIVE-23219 stopped by RuiChen.
--
> Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics
> ---
>
> Key: HIVE-23219
> URL: https://issues.apache.org/jira/browse/HIVE-23219
> Project: Hive
>  Issue Type: Bug
>Reporter: RuiChen
>Assignee: RuiChen
>Priority: Minor
> Attachments: HIVE-23219.patch
>
>
> 1.Test cases in TestHCatLoaderEncryption apply wrong test.jks in
>  hive/ql/target path, it casue tests failing when we run some ql tests,
>  then run TestHCatLoaderEncryption in local, fix it using TEST_DATA_DIR.
>  2.Add tearDown method to clean up static metrics instance, to avoid
>  impacting each other between test cases in one class.



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


[jira] [Updated] (HIVE-23219) Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics

2020-04-17 Thread RuiChen (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

RuiChen updated HIVE-23219:
---
Status: Patch Available  (was: Open)

> Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics
> ---
>
> Key: HIVE-23219
> URL: https://issues.apache.org/jira/browse/HIVE-23219
> Project: Hive
>  Issue Type: Bug
>Reporter: RuiChen
>Assignee: RuiChen
>Priority: Minor
> Attachments: HIVE-23219.patch
>
>
> 1.Test cases in TestHCatLoaderEncryption apply wrong test.jks in
>  hive/ql/target path, it casue tests failing when we run some ql tests,
>  then run TestHCatLoaderEncryption in local, fix it using TEST_DATA_DIR.
>  2.Add tearDown method to clean up static metrics instance, to avoid
>  impacting each other between test cases in one class.



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


[jira] [Assigned] (HIVE-23233) Using default operation logs location cause hive service session testing failed

2020-04-17 Thread RuiChen (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

RuiChen reassigned HIVE-23233:
--

Assignee: RuiChen

> Using default operation logs location cause hive service session testing 
> failed
> ---
>
> Key: HIVE-23233
> URL: https://issues.apache.org/jira/browse/HIVE-23233
> Project: Hive
>  Issue Type: Bug
>Reporter: RuiChen
>Assignee: RuiChen
>Priority: Minor
>
> TestSessionCleanup and TestSessionManagerMetrics tests apply the default 
> operation logs location 
> "ConfVars.*HIVE_SERVER2_LOGGING_OPERATION_LOG_LOCATION*", it's same OS path, 
> in TestSessionManagerMetrics SessionManager will delete the operation logs 
> directory on testing exit, and in TestSessionCleanup the file count will be 
> checked in operation logs directory, so if these test cases are executed in 
> parrallel, they will impact each other.
> I run Hive tests in my local machine and enable maven parallel mode to run 
> tests with option "-T 4 -DforkCount=4", it will run test class in separeted 
> processes and execute test class in parallel, you can try to run tests 
> several times, this issue should happen.



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


[jira] [Updated] (HIVE-23233) Using default operation logs location cause hive service session testing failed

2020-04-17 Thread RuiChen (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

RuiChen updated HIVE-23233:
---
Attachment: HIVE-23233.1.patch
Status: Patch Available  (was: Open)

> Using default operation logs location cause hive service session testing 
> failed
> ---
>
> Key: HIVE-23233
> URL: https://issues.apache.org/jira/browse/HIVE-23233
> Project: Hive
>  Issue Type: Bug
>Reporter: RuiChen
>Assignee: RuiChen
>Priority: Minor
> Attachments: HIVE-23233.1.patch
>
>
> TestSessionCleanup and TestSessionManagerMetrics tests apply the default 
> operation logs location 
> "ConfVars.*HIVE_SERVER2_LOGGING_OPERATION_LOG_LOCATION*", it's same OS path, 
> in TestSessionManagerMetrics SessionManager will delete the operation logs 
> directory on testing exit, and in TestSessionCleanup the file count will be 
> checked in operation logs directory, so if these test cases are executed in 
> parrallel, they will impact each other.
> I run Hive tests in my local machine and enable maven parallel mode to run 
> tests with option "-T 4 -DforkCount=4", it will run test class in separeted 
> processes and execute test class in parallel, you can try to run tests 
> several times, this issue should happen.



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


[jira] [Updated] (HIVE-23219) Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics

2020-04-17 Thread RuiChen (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

RuiChen updated HIVE-23219:
---
Status: Patch Available  (was: Open)

> Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics
> ---
>
> Key: HIVE-23219
> URL: https://issues.apache.org/jira/browse/HIVE-23219
> Project: Hive
>  Issue Type: Bug
>Reporter: RuiChen
>Assignee: RuiChen
>Priority: Minor
> Attachments: HIVE-23219.patch
>
>
> 1.Test cases in TestHCatLoaderEncryption apply wrong test.jks in
>  hive/ql/target path, it casue tests failing when we run some ql tests,
>  then run TestHCatLoaderEncryption in local, fix it using TEST_DATA_DIR.
>  2.Add tearDown method to clean up static metrics instance, to avoid
>  impacting each other between test cases in one class.



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


[jira] [Updated] (HIVE-23219) Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics

2020-04-17 Thread RuiChen (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

RuiChen updated HIVE-23219:
---
Status: Open  (was: Patch Available)

> Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics
> ---
>
> Key: HIVE-23219
> URL: https://issues.apache.org/jira/browse/HIVE-23219
> Project: Hive
>  Issue Type: Bug
>Reporter: RuiChen
>Assignee: RuiChen
>Priority: Minor
> Attachments: HIVE-23219.patch
>
>
> 1.Test cases in TestHCatLoaderEncryption apply wrong test.jks in
>  hive/ql/target path, it casue tests failing when we run some ql tests,
>  then run TestHCatLoaderEncryption in local, fix it using TEST_DATA_DIR.
>  2.Add tearDown method to clean up static metrics instance, to avoid
>  impacting each other between test cases in one class.



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


[jira] [Updated] (HIVE-23233) Using default operation logs location cause hive service session testing failed

2020-04-17 Thread RuiChen (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

RuiChen updated HIVE-23233:
---
Attachment: HIVE-23233.2.patch
Status: Patch Available  (was: Open)

> Using default operation logs location cause hive service session testing 
> failed
> ---
>
> Key: HIVE-23233
> URL: https://issues.apache.org/jira/browse/HIVE-23233
> Project: Hive
>  Issue Type: Bug
>Reporter: RuiChen
>Assignee: RuiChen
>Priority: Minor
> Attachments: HIVE-23233.1.patch, HIVE-23233.2.patch
>
>
> TestSessionCleanup and TestSessionManagerMetrics tests apply the default 
> operation logs location 
> "ConfVars.*HIVE_SERVER2_LOGGING_OPERATION_LOG_LOCATION*", it's same OS path, 
> in TestSessionManagerMetrics SessionManager will delete the operation logs 
> directory on testing exit, and in TestSessionCleanup the file count will be 
> checked in operation logs directory, so if these test cases are executed in 
> parrallel, they will impact each other.
> I run Hive tests in my local machine and enable maven parallel mode to run 
> tests with option "-T 4 -DforkCount=4", it will run test class in separeted 
> processes and execute test class in parallel, you can try to run tests 
> several times, this issue should happen.



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


[jira] [Updated] (HIVE-23233) Using default operation logs location cause hive service session testing failed

2020-04-17 Thread RuiChen (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

RuiChen updated HIVE-23233:
---
Status: Open  (was: Patch Available)

> Using default operation logs location cause hive service session testing 
> failed
> ---
>
> Key: HIVE-23233
> URL: https://issues.apache.org/jira/browse/HIVE-23233
> Project: Hive
>  Issue Type: Bug
>Reporter: RuiChen
>Assignee: RuiChen
>Priority: Minor
> Attachments: HIVE-23233.1.patch, HIVE-23233.2.patch
>
>
> TestSessionCleanup and TestSessionManagerMetrics tests apply the default 
> operation logs location 
> "ConfVars.*HIVE_SERVER2_LOGGING_OPERATION_LOG_LOCATION*", it's same OS path, 
> in TestSessionManagerMetrics SessionManager will delete the operation logs 
> directory on testing exit, and in TestSessionCleanup the file count will be 
> checked in operation logs directory, so if these test cases are executed in 
> parrallel, they will impact each other.
> I run Hive tests in my local machine and enable maven parallel mode to run 
> tests with option "-T 4 -DforkCount=4", it will run test class in separeted 
> processes and execute test class in parallel, you can try to run tests 
> several times, this issue should happen.



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


[jira] [Updated] (HIVE-23219) Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics

2020-04-17 Thread RuiChen (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

RuiChen updated HIVE-23219:
---
Status: Open  (was: Patch Available)

> Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics
> ---
>
> Key: HIVE-23219
> URL: https://issues.apache.org/jira/browse/HIVE-23219
> Project: Hive
>  Issue Type: Bug
>Reporter: RuiChen
>Assignee: RuiChen
>Priority: Minor
> Attachments: HIVE-23219.patch
>
>
> 1.Test cases in TestHCatLoaderEncryption apply wrong test.jks in
>  hive/ql/target path, it casue tests failing when we run some ql tests,
>  then run TestHCatLoaderEncryption in local, fix it using TEST_DATA_DIR.
>  2.Add tearDown method to clean up static metrics instance, to avoid
>  impacting each other between test cases in one class.



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


[jira] [Updated] (HIVE-23219) Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics

2020-04-17 Thread RuiChen (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

RuiChen updated HIVE-23219:
---
Attachment: HIVE-23219.2.patch
Status: Patch Available  (was: Open)

Rebase master to update code base.

> Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics
> ---
>
> Key: HIVE-23219
> URL: https://issues.apache.org/jira/browse/HIVE-23219
> Project: Hive
>  Issue Type: Bug
>Reporter: RuiChen
>Assignee: RuiChen
>Priority: Minor
> Attachments: HIVE-23219.2.patch, HIVE-23219.patch
>
>
> 1.Test cases in TestHCatLoaderEncryption apply wrong test.jks in
>  hive/ql/target path, it casue tests failing when we run some ql tests,
>  then run TestHCatLoaderEncryption in local, fix it using TEST_DATA_DIR.
>  2.Add tearDown method to clean up static metrics instance, to avoid
>  impacting each other between test cases in one class.



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


[jira] [Commented] (HIVE-23134) Hive & Kudu interaction not available on ARM

2020-04-18 Thread RuiChen (Jira)


[ 
https://issues.apache.org/jira/browse/HIVE-23134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17086368#comment-17086368
 ] 

RuiChen commented on HIVE-23134:


LGTM, let's using it as workaround until Kudu aarch64 release available.

Thank you.

> Hive & Kudu interaction not available on ARM
> 
>
> Key: HIVE-23134
> URL: https://issues.apache.org/jira/browse/HIVE-23134
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Zhenyu Zheng
>Assignee: Zhenyu Zheng
>Priority: Major
> Attachments: HIVE-23134.1.patch, HIVE-23134.2.patch
>
>
> Currently, we have set up an ARM CI to test out how Hive works on ARM 
> platform:
> https://builds.apache.org/view/H-L/view/Hive/job/Hive-linux-ARM-trunk/
> According to the results, Hive & Kudu interaction is not available on ARM 
> platform:
> https://builds.apache.org/view/H-L/view/Hive/job/Hive-linux-ARM-trunk/25/testReport/org.apache.hadoop.hive.kudu/
> this is because that we use Kudu version 1.10 and that version does not come 
> with ARM workable packages.



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


[jira] [Commented] (HIVE-23219) Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics

2020-04-19 Thread RuiChen (Jira)


[ 
https://issues.apache.org/jira/browse/HIVE-23219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17087317#comment-17087317
 ] 

RuiChen commented on HIVE-23219:


Other test cases failed, no related with this changes.

 
{code:java}
0: jdbc:hive2://localhost:50854/> insert into new_table values (1); Unknown HS2 
problem when communicating with Thrift server. Error: 
org.apache.thrift.transport.TTransportException: 
java.net.SocketTimeoutException: Read timed out (state=08S01,code=0) should 
contain .*1 row affected.* at org.junit.Assert.fail(Assert.java:88) at 
org.apache.hive.beeline.TestBeeLineWithArgs.testScriptFile(TestBeeLineWithArgs.java:269)
 at 
org.apache.hive.beeline.TestBeeLineWithArgs.testScriptFile(TestBeeLineWithArgs.java:224)
 at 
org.apache.hive.beeline.TestBeeLineWithArgs.testScriptFile(TestBeeLineWithArgs.java:217)
 at 
org.apache.hive.beeline.TestBeeLineWithArgs.testRowsAffected(TestBeeLineWithArgs.java:1164)
{code}
 

> Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics
> ---
>
> Key: HIVE-23219
> URL: https://issues.apache.org/jira/browse/HIVE-23219
> Project: Hive
>  Issue Type: Bug
>Reporter: RuiChen
>Assignee: RuiChen
>Priority: Minor
> Attachments: HIVE-23219.2.patch, HIVE-23219.patch
>
>
> 1.Test cases in TestHCatLoaderEncryption apply wrong test.jks in
>  hive/ql/target path, it casue tests failing when we run some ql tests,
>  then run TestHCatLoaderEncryption in local, fix it using TEST_DATA_DIR.
>  2.Add tearDown method to clean up static metrics instance, to avoid
>  impacting each other between test cases in one class.



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


[jira] [Updated] (HIVE-23219) Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics

2020-04-23 Thread RuiChen (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

RuiChen updated HIVE-23219:
---
Status: Open  (was: Patch Available)

> Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics
> ---
>
> Key: HIVE-23219
> URL: https://issues.apache.org/jira/browse/HIVE-23219
> Project: Hive
>  Issue Type: Bug
>Reporter: RuiChen
>Assignee: RuiChen
>Priority: Minor
> Attachments: HIVE-23219.2.patch, HIVE-23219.patch
>
>
> 1.Test cases in TestHCatLoaderEncryption apply wrong test.jks in
>  hive/ql/target path, it casue tests failing when we run some ql tests,
>  then run TestHCatLoaderEncryption in local, fix it using TEST_DATA_DIR.
>  2.Add tearDown method to clean up static metrics instance, to avoid
>  impacting each other between test cases in one class.



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


[jira] [Updated] (HIVE-23219) Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics

2020-04-23 Thread RuiChen (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

RuiChen updated HIVE-23219:
---
Status: Patch Available  (was: Open)

Retest

> Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics
> ---
>
> Key: HIVE-23219
> URL: https://issues.apache.org/jira/browse/HIVE-23219
> Project: Hive
>  Issue Type: Bug
>Reporter: RuiChen
>Assignee: RuiChen
>Priority: Minor
> Attachments: HIVE-23219.2.patch, HIVE-23219.patch
>
>
> 1.Test cases in TestHCatLoaderEncryption apply wrong test.jks in
>  hive/ql/target path, it casue tests failing when we run some ql tests,
>  then run TestHCatLoaderEncryption in local, fix it using TEST_DATA_DIR.
>  2.Add tearDown method to clean up static metrics instance, to avoid
>  impacting each other between test cases in one class.



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


[jira] [Commented] (HIVE-23134) Hive & Kudu interaction not available on ARM

2020-04-23 Thread RuiChen (Jira)


[ 
https://issues.apache.org/jira/browse/HIVE-23134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17091112#comment-17091112
 ] 

RuiChen commented on HIVE-23134:


[All of Kudu related test 
cases|[https://builds.apache.org/view/H-L/view/Hive/job/Hive-linux-ARM-trunk-pipeline/4/testReport/]]
 will be passed when the patch is merged, no available ARM64 supported Kudu 
release, so we should skip these tests on ARM64.

About Kudu ARM64 support, see https://issues.apache.org/jira/browse/KUDU-3007

> Hive & Kudu interaction not available on ARM
> 
>
> Key: HIVE-23134
> URL: https://issues.apache.org/jira/browse/HIVE-23134
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Zhenyu Zheng
>Assignee: Zhenyu Zheng
>Priority: Major
> Attachments: HIVE-23134.1.patch, HIVE-23134.2.patch
>
>
> Currently, we have set up an ARM CI to test out how Hive works on ARM 
> platform:
> https://builds.apache.org/view/H-L/view/Hive/job/Hive-linux-ARM-trunk/
> According to the results, Hive & Kudu interaction is not available on ARM 
> platform:
> https://builds.apache.org/view/H-L/view/Hive/job/Hive-linux-ARM-trunk/25/testReport/org.apache.hadoop.hive.kudu/
> this is because that we use Kudu version 1.10 and that version does not come 
> with ARM workable packages.



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


[jira] [Comment Edited] (HIVE-23134) Hive & Kudu interaction not available on ARM

2020-04-23 Thread RuiChen (Jira)


[ 
https://issues.apache.org/jira/browse/HIVE-23134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17091112#comment-17091112
 ] 

RuiChen edited comment on HIVE-23134 at 4/24/20, 2:52 AM:
--

All of Kudu related test cases will be passed when the patch is merged, no 
available ARM64 supported Kudu release, so we should skip these tests on ARM64.

[https://builds.apache.org/view/H-L/view/Hive/job/Hive-linux-ARM-trunk-pipeline/4/testReport/]

About Kudu ARM64 support, see https://issues.apache.org/jira/browse/KUDU-3007


was (Author: ruichen):
[All of Kudu related test 
cases|[https://builds.apache.org/view/H-L/view/Hive/job/Hive-linux-ARM-trunk-pipeline/4/testReport/]]
 will be passed when the patch is merged, no available ARM64 supported Kudu 
release, so we should skip these tests on ARM64.

About Kudu ARM64 support, see https://issues.apache.org/jira/browse/KUDU-3007

> Hive & Kudu interaction not available on ARM
> 
>
> Key: HIVE-23134
> URL: https://issues.apache.org/jira/browse/HIVE-23134
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Zhenyu Zheng
>Assignee: Zhenyu Zheng
>Priority: Major
> Attachments: HIVE-23134.1.patch, HIVE-23134.2.patch
>
>
> Currently, we have set up an ARM CI to test out how Hive works on ARM 
> platform:
> https://builds.apache.org/view/H-L/view/Hive/job/Hive-linux-ARM-trunk/
> According to the results, Hive & Kudu interaction is not available on ARM 
> platform:
> https://builds.apache.org/view/H-L/view/Hive/job/Hive-linux-ARM-trunk/25/testReport/org.apache.hadoop.hive.kudu/
> this is because that we use Kudu version 1.10 and that version does not come 
> with ARM workable packages.



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