You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Hive QA (JIRA)" <ji...@apache.org> on 2018/04/27 11:42:00 UTC

[jira] [Commented] (HIVE-19325) Custom Hive Patch - Remove beeline -n flag in Hive 0.13.1

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

Hive QA commented on HIVE-19325:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12920878/HIVE-19325.branch-0.13.1.patch

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

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

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-04-27 11:39:16.635
+ [[ -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-10527/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-04-27 11:39:16.638
+ cd apache-github-source-source
+ git fetch origin
From https://github.com/apache/hive
   0dec595..4776497  master     -> origin/master
   ea18769..c08f3b5  branch-3   -> origin/branch-3
+ git reset --hard HEAD
HEAD is now at 0dec595 HIVE-19124 : implement a basic major compactor for MM tables (Sergey Shelukhin, reviewed by Eugene Koifman and Gopal Vijayaraghavan)
+ git clean -f -d
+ git checkout master
Already on 'master'
Your branch is behind 'origin/master' by 2 commits, and can be fast-forwarded.
  (use "git pull" to update your local branch)
+ git reset --hard origin/master
HEAD is now at 4776497 HIVE-19285: Add logs to the subclasses of MetaDataOperation (Marta Kuczora, via Peter Vary)
+ git merge --ff-only origin/master
Already up-to-date.
+ date '+%Y-%m-%d %T.%3N'
2018-04-27 11:39:30.593
+ rm -rf ../yetus_PreCommit-HIVE-Build-10527
+ mkdir ../yetus_PreCommit-HIVE-Build-10527
+ git gc
+ cp -R . ../yetus_PreCommit-HIVE-Build-10527
+ mkdir /data/hiveptest/logs/PreCommit-HIVE-Build-10527/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/beeline/src/java/org/apache/hive/beeline/BeeLine.java: does not exist in index
error: patch failed: beeline/src/java/org/apache/hive/beeline/BeeLine.java:555
Falling back to three-way merge...
Applied patch to 'beeline/src/java/org/apache/hive/beeline/BeeLine.java' with conflicts.
Going to apply patch with: git apply -p1
error: patch failed: beeline/src/java/org/apache/hive/beeline/BeeLine.java:555
Falling back to three-way merge...
Applied patch to 'beeline/src/java/org/apache/hive/beeline/BeeLine.java' with conflicts.
U beeline/src/java/org/apache/hive/beeline/BeeLine.java
+ exit 1
'
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12920878 - PreCommit-HIVE-Build

> Custom Hive Patch - Remove beeline -n flag in Hive 0.13.1
> ---------------------------------------------------------
>
>                 Key: HIVE-19325
>                 URL: https://issues.apache.org/jira/browse/HIVE-19325
>             Project: Hive
>          Issue Type: Bug
>          Components: Beeline
>    Affects Versions: 0.13.1
>            Reporter: Alejandro Fernandez
>            Assignee: Alejandro Fernandez
>            Priority: Major
>             Fix For: 0.13.1
>
>         Attachments: HIVE-19325-0.13.1.patch, HIVE-19325-branch-0.13.1.patch, HIVE-19325.0.13.1.patch, HIVE-19325.branch-0.13.1.patch
>
>
> This Jira is not meant to be contributed back, but I'm using it as a way to run unit tests against a patch file.
> Specifically, TestBeelineWithArgs, ProxyAuthTest, and TestSchemaTool
> Remove beeline -n flag used for impersonation.



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