[
https://issues.apache.org/jira/browse/HIVE-18118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16522042#comment-16522042
]
Hive QA commented on HIVE-18118:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12928975/HIVE-18118.5.patch
{color:red}ERROR:{color} -1 due to build exiting with an error
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/12083/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/12083/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-12083/
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'
2018-06-25 08:50:11.185
+ [[ -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-12083/source-prep.txt
+ [[ false == \t\r\u\e ]]
+ mkdir -p maven ivy
+ [[ git = \s\v\n ]]
+ [[ git = \g\i\t ]]
+ [[ -z master ]]
+ [[ -d apache-github-source-source ]]
+ [[ ! -d apache-github-source-source/.git ]]
+ [[ ! -d apache-github-source-source ]]
+ date '+%Y-%m-%d %T.%3N'
2018-06-25 08:50:11.188
+ cd apache-github-source-source
+ git fetch origin
+ git reset --hard HEAD
HEAD is now at 2277661 HIVE-19922:
TestMiniDruidKafkaCliDriver[druidkafkamini_basic] is flaky (Peter Vary,
reviewed by Jason Dere)
+ git clean -f -d
+ git checkout master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
+ git reset --hard origin/master
HEAD is now at 2277661 HIVE-19922:
TestMiniDruidKafkaCliDriver[druidkafkamini_basic] is flaky (Peter Vary,
reviewed by Jason Dere)
+ git merge --ff-only origin/master
Already up-to-date.
+ date '+%Y-%m-%d %T.%3N'
2018-06-25 08:50:11.761
+ rm -rf ../yetus_PreCommit-HIVE-Build-12083
+ mkdir ../yetus_PreCommit-HIVE-Build-12083
+ git gc
+ cp -R . ../yetus_PreCommit-HIVE-Build-12083
+ mkdir /data/hiveptest/logs/PreCommit-HIVE-Build-12083/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
error: patch failed:
standalone-metastore/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreUtils.java:95
Falling back to three-way merge...
Applied patch to
'standalone-metastore/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreUtils.java'
with conflicts.
Going to apply patch with: git apply -p0
/data/hiveptest/working/scratch/build.patch:1070: trailing whitespace.
# col_name data_type comment
/data/hiveptest/working/scratch/build.patch:1071: trailing whitespace.
key string default
/data/hiveptest/working/scratch/build.patch:1072: trailing whitespace.
value string default
/data/hiveptest/working/scratch/build.patch:1073: trailing whitespace.
/data/hiveptest/working/scratch/build.patch:1074: trailing whitespace.
# Partition Information
error: patch failed:
standalone-metastore/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreUtils.java:95
Falling back to three-way merge...
Applied patch to
'standalone-metastore/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreUtils.java'
with conflicts.
U
standalone-metastore/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreUtils.java
warning: squelched 59 whitespace errors
warning: 64 lines add whitespace errors.
+ result=1
+ '[' 1 -ne 0 ']'
+ rm -rf yetus_PreCommit-HIVE-Build-12083
+ exit 1
'
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12928975 - PreCommit-HIVE-Build
> Explain Extended should indicate if a file being read is an EC file
> -------------------------------------------------------------------
>
> Key: HIVE-18118
> URL: https://issues.apache.org/jira/browse/HIVE-18118
> Project: Hive
> Issue Type: Sub-task
> Reporter: Sahil Takiar
> Assignee: Andrew Sherman
> Priority: Major
> Attachments: HIVE-18118.1.patch, HIVE-18118.2.patch,
> HIVE-18118.3.patch, HIVE-18118.4.patch, HIVE-18118.5.patch
>
>
> We already print out the files Hive will read in the explain extended
> command, we just have to modify it to say whether or not its an EC file.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)