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

Hive QA commented on HIVE-20193:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12932201/HIVE-20193.2.patch

{color:red}ERROR:{color} -1 due to build exiting with an error

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/12706/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/12706/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-12706/

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-07-19 20:47:54.217
+ [[ -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-12706/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-07-19 20:47:54.219
+ cd apache-github-source-source
+ git fetch origin
+ git reset --hard HEAD
HEAD is now at e867d1c HIVE-20149: TestHiveCli failing/timing out(Vineet Garg, 
reviewed by Zoltan Haindrich)
+ 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 e867d1c HIVE-20149: TestHiveCli failing/timing out(Vineet Garg, 
reviewed by Zoltan Haindrich)
+ git merge --ff-only origin/master
Already up-to-date.
+ date '+%Y-%m-%d %T.%3N'
2018-07-19 20:47:54.873
+ rm -rf ../yetus_PreCommit-HIVE-Build-12706
+ mkdir ../yetus_PreCommit-HIVE-Build-12706
+ git gc
+ cp -R . ../yetus_PreCommit-HIVE-Build-12706
+ mkdir /data/hiveptest/logs/PreCommit-HIVE-Build-12706/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: a/ql/src/java/org/apache/hadoop/hive/ql/Driver.java: does not exist in 
index
error: a/ql/src/java/org/apache/hadoop/hive/ql/QueryPlan.java: does not exist 
in index
error: a/ql/src/java/org/apache/hadoop/hive/ql/exec/ExplainTask.java: does not 
exist in index
error: a/ql/src/java/org/apache/hadoop/hive/ql/hooks/HiveProtoLoggingHook.java: 
does not exist in index
error: a/ql/src/java/org/apache/hadoop/hive/ql/parse/BaseSemanticAnalyzer.java: 
does not exist in index
error: a/ql/src/test/org/apache/hadoop/hive/ql/exec/TestExplainTask.java: does 
not exist in index
error: a/ql/src/test/results/clientpositive/input4.q.out: does not exist in 
index
error: a/ql/src/test/results/clientpositive/join0.q.out: does not exist in index
error: a/ql/src/test/results/clientpositive/parallel_join0.q.out: does not 
exist in index
error: a/ql/src/test/results/clientpositive/plan_json.q.out: does not exist in 
index
error: a/ql/src/test/results/clientpositive/vector_outer_join3.q.out: does not 
exist in index
error: a/ql/src/test/results/clientpositive/vector_outer_join4.q.out: does not 
exist in index
error: a/ql/src/test/results/clientpositive/vector_outer_join6.q.out: does not 
exist in index
error: patch failed: ql/src/java/org/apache/hadoop/hive/ql/Driver.java:1007
Falling back to three-way merge...
Applied patch to 'ql/src/java/org/apache/hadoop/hive/ql/Driver.java' with 
conflicts.
error: patch failed: ql/src/java/org/apache/hadoop/hive/ql/QueryPlan.java:71
Falling back to three-way merge...
Applied patch to 'ql/src/java/org/apache/hadoop/hive/ql/QueryPlan.java' cleanly.
error: patch failed: 
ql/src/java/org/apache/hadoop/hive/ql/exec/ExplainTask.java:217
Falling back to three-way merge...
Applied patch to 'ql/src/java/org/apache/hadoop/hive/ql/exec/ExplainTask.java' 
with conflicts.
error: patch failed: 
ql/src/java/org/apache/hadoop/hive/ql/hooks/HiveProtoLoggingHook.java:479
Falling back to three-way merge...
Applied patch to 
'ql/src/java/org/apache/hadoop/hive/ql/hooks/HiveProtoLoggingHook.java' with 
conflicts.
error: patch failed: 
ql/src/test/org/apache/hadoop/hive/ql/exec/TestExplainTask.java:218
Falling back to three-way merge...
Applied patch to 
'ql/src/test/org/apache/hadoop/hive/ql/exec/TestExplainTask.java' with 
conflicts.
error: patch failed: ql/src/test/results/clientpositive/input4.q.out:45
Falling back to three-way merge...
Applied patch to 'ql/src/test/results/clientpositive/input4.q.out' with 
conflicts.
error: patch failed: ql/src/test/results/clientpositive/plan_json.q.out:2
Falling back to three-way merge...
Applied patch to 'ql/src/test/results/clientpositive/plan_json.q.out' with 
conflicts.
error: patch failed: 
ql/src/test/results/clientpositive/vector_outer_join3.q.out:244
Falling back to three-way merge...
Applied patch to 'ql/src/test/results/clientpositive/vector_outer_join3.q.out' 
with conflicts.
error: patch failed: 
ql/src/test/results/clientpositive/vector_outer_join4.q.out:258
Falling back to three-way merge...
Applied patch to 'ql/src/test/results/clientpositive/vector_outer_join4.q.out' 
with conflicts.
error: patch failed: 
ql/src/test/results/clientpositive/vector_outer_join6.q.out:130
Falling back to three-way merge...
Applied patch to 'ql/src/test/results/clientpositive/vector_outer_join6.q.out' 
with conflicts.
Going to apply patch with: git apply -p1
error: patch failed: ql/src/java/org/apache/hadoop/hive/ql/Driver.java:1007
Falling back to three-way merge...
Applied patch to 'ql/src/java/org/apache/hadoop/hive/ql/Driver.java' with 
conflicts.
error: patch failed: ql/src/java/org/apache/hadoop/hive/ql/QueryPlan.java:71
Falling back to three-way merge...
Applied patch to 'ql/src/java/org/apache/hadoop/hive/ql/QueryPlan.java' cleanly.
error: patch failed: 
ql/src/java/org/apache/hadoop/hive/ql/exec/ExplainTask.java:217
Falling back to three-way merge...
Applied patch to 'ql/src/java/org/apache/hadoop/hive/ql/exec/ExplainTask.java' 
with conflicts.
error: patch failed: 
ql/src/java/org/apache/hadoop/hive/ql/hooks/HiveProtoLoggingHook.java:479
Falling back to three-way merge...
Applied patch to 
'ql/src/java/org/apache/hadoop/hive/ql/hooks/HiveProtoLoggingHook.java' with 
conflicts.
error: patch failed: 
ql/src/test/org/apache/hadoop/hive/ql/exec/TestExplainTask.java:218
Falling back to three-way merge...
Applied patch to 
'ql/src/test/org/apache/hadoop/hive/ql/exec/TestExplainTask.java' with 
conflicts.
error: patch failed: ql/src/test/results/clientpositive/input4.q.out:45
Falling back to three-way merge...
Applied patch to 'ql/src/test/results/clientpositive/input4.q.out' with 
conflicts.
error: patch failed: ql/src/test/results/clientpositive/plan_json.q.out:2
Falling back to three-way merge...
Applied patch to 'ql/src/test/results/clientpositive/plan_json.q.out' with 
conflicts.
error: patch failed: 
ql/src/test/results/clientpositive/vector_outer_join3.q.out:244
Falling back to three-way merge...
Applied patch to 'ql/src/test/results/clientpositive/vector_outer_join3.q.out' 
with conflicts.
error: patch failed: 
ql/src/test/results/clientpositive/vector_outer_join4.q.out:258
Falling back to three-way merge...
Applied patch to 'ql/src/test/results/clientpositive/vector_outer_join4.q.out' 
with conflicts.
error: patch failed: 
ql/src/test/results/clientpositive/vector_outer_join6.q.out:130
Falling back to three-way merge...
Applied patch to 'ql/src/test/results/clientpositive/vector_outer_join6.q.out' 
with conflicts.
U ql/src/java/org/apache/hadoop/hive/ql/Driver.java
U ql/src/java/org/apache/hadoop/hive/ql/exec/ExplainTask.java
U ql/src/java/org/apache/hadoop/hive/ql/hooks/HiveProtoLoggingHook.java
U ql/src/test/org/apache/hadoop/hive/ql/exec/TestExplainTask.java
U ql/src/test/results/clientpositive/input4.q.out
U ql/src/test/results/clientpositive/plan_json.q.out
U ql/src/test/results/clientpositive/vector_outer_join3.q.out
U ql/src/test/results/clientpositive/vector_outer_join4.q.out
U ql/src/test/results/clientpositive/vector_outer_join6.q.out
+ result=1
+ '[' 1 -ne 0 ']'
+ rm -rf yetus_PreCommit-HIVE-Build-12706
+ exit 1
'
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12932201 - PreCommit-HIVE-Build

> cboInfo is not present in the explain plan json
> -----------------------------------------------
>
>                 Key: HIVE-20193
>                 URL: https://issues.apache.org/jira/browse/HIVE-20193
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2
>    Affects Versions: 3.0.0
>            Reporter: anishek
>            Assignee: anishek
>            Priority: Major
>         Attachments: HIVE-20193.1.patch, HIVE-20193.2.patch
>
>
> *cboInfo* attribute is not present in the explain plan json that is provided 
> to the pre exec hook in hive. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to