[
https://issues.apache.org/jira/browse/HIVE-22249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16939941#comment-16939941
]
Hive QA commented on HIVE-22249:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12981573/HIVE-22249.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/18767/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/18767/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-18767/
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'
2019-09-28 10:40:52.275
+ [[ -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-18767/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'
2019-09-28 10:40:52.328
+ cd apache-github-branch-2.3-source
+ git fetch origin
>From https://github.com/apache/hive
f245cb5..989d100 branch-2.3 -> origin/branch-2.3
2bd2335..31a1194 branch-2 -> origin/branch-2
cea2d6b..b00a5c7 branch-3 -> origin/branch-3
ee48c29..93f2274 branch-3.1 -> origin/branch-3.1
1dfa2d8..b53521a master -> origin/master
+ git reset --hard HEAD
HEAD is now at f245cb5 Preparing for 2.3.7 development.
+ git clean -f -d
+ git checkout branch-2.3
Already on 'branch-2.3'
Your branch is behind 'origin/branch-2.3' by 1 commit, and can be
fast-forwarded.
(use "git pull" to update your local branch)
+ git reset --hard origin/branch-2.3
HEAD is now at 989d100 HIVE-21508: ClassCastException when initializing
HiveMetaStoreClient on JDK10 or newer (Ana Jalba, via Peter Vary)
+ git merge --ff-only origin/branch-2.3
Already up-to-date.
+ date '+%Y-%m-%d %T.%3N'
2019-09-28 10:41:09.323
+ rm -rf ../yetus_PreCommit-HIVE-Build-18767
+ mkdir ../yetus_PreCommit-HIVE-Build-18767
+ git gc
+ cp -R . ../yetus_PreCommit-HIVE-Build-18767
+ mkdir /data/hiveptest/logs/PreCommit-HIVE-Build-18767/yetus
+ 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
fatal: git apply: bad git-diff - expected /dev/null on line 432
fatal: git apply: bad git-diff - expected /dev/null on line 432
fatal: git apply: bad git-diff - expected /dev/null on line 432
The patch does not appear to apply with p0, p1, or p2
+ result=1
+ '[' 1 -ne 0 ']'
+ rm -rf yetus_PreCommit-HIVE-Build-18767
+ exit 1
'
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12981573 - PreCommit-HIVE-Build
> Support Parquet through HCatalog
> --------------------------------
>
> Key: HIVE-22249
> URL: https://issues.apache.org/jira/browse/HIVE-22249
> Project: Hive
> Issue Type: New Feature
> Reporter: Jay Green-Stevens
> Assignee: Jay Green-Stevens
> Priority: Major
> Fix For: 2.3.6
>
> Attachments: HIVE-22249.branch-2.3.patch
>
>
> HIVE-8838 added Parquet support to HCatalog for Hive 3.0.0. We would like to
> backport this functionality to Hive 2.x (primarily 2.3.x) for users who are
> currently unable to migrate to Hive 3.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)