[
https://issues.apache.org/jira/browse/HIVE-23980?focusedWorklogId=471132&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-471132
]
ASF GitHub Bot logged work on HIVE-23980:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Aug/20 19:46
Start Date: 15/Aug/20 19:46
Worklog Time Spent: 10m
Work Description: viirya commented on pull request #1397:
URL: https://github.com/apache/hive/pull/1397#issuecomment-674440199
I tried to run failed tests locally.
```
mvn clean -Dtest=org.apache.hive.hcatalog.pig.TestParquetHCatStorer test
```
```
-------------------------------------------------------
T E S T S
-------------------------------------------------------
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support
was removed in 8.0
Running org.apache.hive.hcatalog.pig.TestParquetHCatStorer
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 106.145 sec
- in org.apache.hive.hcatalog.pig.TestParquetHCatStorer
Results :
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
```
```
mvn clean
-Dtest=org.apache.hive.hcatalog.mapreduce.TestHCatDynamicPartitioned test
```
```
-------------------------------------------------------
T E S T S
-------------------------------------------------------
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support
was removed in 8.0
Running org.apache.hive.hcatalog.mapreduce.TestHCatDynamicPartitioned
Tests run: 14, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 143.976 sec
- in org.apache.hive.hcatalog.mapreduce.TestHCatDynamicPartitioned
Results :
Tests run: 14, Failures: 0, Errors: 0, Skipped: 4
```
But I cannot reproduce the test failure.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 471132)
Time Spent: 2h (was: 1h 50m)
> Shade guava from existing Hive versions
> ---------------------------------------
>
> Key: HIVE-23980
> URL: https://issues.apache.org/jira/browse/HIVE-23980
> Project: Hive
> Issue Type: Bug
> Affects Versions: 2.3.7
> Reporter: L. C. Hsieh
> Assignee: L. C. Hsieh
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-23980.01.branch-2.3.patch
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> I'm trying to upgrade Guava version in Spark. The JIRA ticket is SPARK-32502.
> Running test hits an error:
> {code}
> sbt.ForkMain$ForkError: sbt.ForkMain$ForkError: java.lang.IllegalAccessError:
> tried to access method
> com.google.common.collect.Iterators.emptyIterator()Lcom/google/common/collect/UnmodifiableIterator;
> from class org.apache.hadoop.hive.ql.exec.FetchOperator
> at
> org.apache.hadoop.hive.ql.exec.FetchOperator.<init>(FetchOperator.java:108)
> at
> org.apache.hadoop.hive.ql.exec.FetchTask.initialize(FetchTask.java:87)
> at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:541)
> at org.apache.hadoop.hive.ql.Driver.compileInternal(Driver.java:1317)
> at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1457)
> at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1237)
> at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1227)
> {code}
> I know that hive-exec doesn't shade Guava until HIVE-22126 but that work
> targets 4.0.0. I'm wondering if there is a solution for current Hive
> versions, e.g. Hive 2.3.7? Any ideas?
> Thanks.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)