[
https://issues.apache.org/jira/browse/HIVE-16765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16027718#comment-16027718
]
Hive QA commented on HIVE-16765:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12870173/HIVE-16765-branch-2.3.patch
{color:red}ERROR:{color} -1 due to build exiting with an error
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/5465/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/5465/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-5465/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Tests exited with: NonZeroExitCodeException
Command 'bash /data/hiveptest/working/scratch/source-prep.sh' failed with exit
status 1 and output '+ date '+%Y-%m-%d %T.%3N'
2017-05-28 06:38:40.530
+ [[ -n /usr/lib/jvm/java-8-openjdk-amd64 ]]
+ export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
+ JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
+ export
PATH=/usr/lib/jvm/java-8-openjdk-amd64/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+
PATH=/usr/lib/jvm/java-8-openjdk-amd64/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+ export 'ANT_OPTS=-Xmx1g -XX:MaxPermSize=256m '
+ ANT_OPTS='-Xmx1g -XX:MaxPermSize=256m '
+ export 'MAVEN_OPTS=-Xmx1g '
+ MAVEN_OPTS='-Xmx1g '
+ cd /data/hiveptest/working/
+ tee /data/hiveptest/logs/PreCommit-HIVE-Build-5465/source-prep.txt
+ [[ false == \t\r\u\e ]]
+ mkdir -p maven ivy
+ [[ git = \s\v\n ]]
+ [[ git = \g\i\t ]]
+ [[ -z branch-2.3 ]]
+ [[ -d apache-github-branch-2.3-source ]]
+ [[ ! -d apache-github-branch-2.3-source/.git ]]
+ [[ ! -d apache-github-branch-2.3-source ]]
+ date '+%Y-%m-%d %T.%3N'
2017-05-28 06:38:40.533
+ cd apache-github-branch-2.3-source
+ git fetch origin
>From https://github.com/apache/hive
9194cae..32fd02b branch-2.3 -> origin/branch-2.3
d76b544..07522ad branch-1 -> origin/branch-1
ab3a24b..5431fad branch-2 -> origin/branch-2
470428a..5a62503 branch-2.1 -> origin/branch-2.1
3403535..1efb4da branch-2.2 -> origin/branch-2.2
ccea0d6..52e0f8f hive-14535 -> origin/hive-14535
bbf5ecc..a18e772 master -> origin/master
30e6745..e2ecc92 storage-branch-2.3 -> origin/storage-branch-2.3
* [new branch] storage-branch-2.4 -> origin/storage-branch-2.4
* [new tag] rel/storage-release-2.3.0 -> rel/storage-release-2.3.0
* [new tag] storage-release-2.3.1rc0 -> storage-release-2.3.1rc0
* [new tag] storage-release-2.4.0rc0 -> storage-release-2.4.0rc0
+ git reset --hard HEAD
HEAD is now at 9194cae Preparing for 2.3.0 release
+ git clean -f -d
+ git checkout branch-2.3
Already on 'branch-2.3'
Your branch is behind 'origin/branch-2.3' by 11 commits, and can be
fast-forwarded.
(use "git pull" to update your local branch)
+ git reset --hard origin/branch-2.3
HEAD is now at 32fd02b Revert "HIVE-12767: Implement table property to address
Parquet int96 timestamp bug (Barna Zsombor Klara and Sergio Pena, reviewed by
Ryan Blue)"
+ git merge --ff-only origin/branch-2.3
Already up-to-date.
+ date '+%Y-%m-%d %T.%3N'
2017-05-28 06:38:49.715
+ patchCommandPath=/data/hiveptest/working/scratch/smart-apply-patch.sh
+ patchFilePath=/data/hiveptest/working/scratch/build.patch
+ [[ -f /data/hiveptest/working/scratch/build.patch ]]
+ chmod +x /data/hiveptest/working/scratch/smart-apply-patch.sh
+ /data/hiveptest/working/scratch/smart-apply-patch.sh
/data/hiveptest/working/scratch/build.patch
Going to apply patch with: patch -p1
patching file
ql/src/java/org/apache/hadoop/hive/ql/io/parquet/vector/VectorizedParquetRecordReader.java
Hunk #1 succeeded at 243 (offset -16 lines).
+ [[ maven == \m\a\v\e\n ]]
+ rm -rf /data/hiveptest/working/maven/org/apache/hive
+ mvn -B clean install -DskipTests -T 4 -q
-Dmaven.repo.local=/data/hiveptest/working/maven
[ERROR] Failed to execute goal on project hive-serde: Could not resolve
dependencies for project org.apache.hive:hive-serde:jar:2.3.0: Could not find
artifact org.apache.hive:hive-storage-api:jar:2.4.0 in datanucleus
(http://www.datanucleus.org/downloads/maven2) -> [Help 1]
[ERROR] Failed to execute goal on project spark-client: Could not resolve
dependencies for project org.apache.hive:spark-client:jar:2.3.0: Failure to
find org.apache.hive:hive-storage-api:jar:2.4.0 in
http://www.datanucleus.org/downloads/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of datanucleus has
elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :hive-serde
+ exit 1
'
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12870173 - PreCommit-HIVE-Build
> ParquetFileReader should be closed to avoid resource leak
> ---------------------------------------------------------
>
> Key: HIVE-16765
> URL: https://issues.apache.org/jira/browse/HIVE-16765
> Project: Hive
> Issue Type: Sub-task
> Affects Versions: 3.0.0
> Reporter: Colin Ma
> Assignee: Colin Ma
> Priority: Critical
> Fix For: 3.0.0
>
> Attachments: HIVE-16765.001.patch, HIVE-16765-branch-2.3.patch
>
>
> ParquetFileReader should be closed to avoid resource leak
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)