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 2017/08/25 10:55:00 UTC

[jira] [Commented] (HIVE-17386) support LLAP workload management in HS2 (low level only)

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

Hive QA commented on HIVE-17386:
--------------------------------



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

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

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

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-08-25 10:54:56.246
+ [[ -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-6537/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'
2017-08-25 10:54:56.249
+ cd apache-github-source-source
+ git fetch origin
+ git reset --hard HEAD
HEAD is now at 835c066 HIVE-17380 : refactor LlapProtocolClientProxy to be usable with other protocols (Sergey Shelukhin, reviewed by Siddharth Seth)
+ 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 835c066 HIVE-17380 : refactor LlapProtocolClientProxy to be usable with other protocols (Sergey Shelukhin, reviewed by Siddharth Seth)
+ git merge --ff-only origin/master
Already up-to-date.
+ date '+%Y-%m-%d %T.%3N'
2017-08-25 10:54:59.517
+ 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: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:3147
error: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java: patch does not apply
error: patch failed: llap-client/src/java/org/apache/hadoop/hive/llap/tez/LlapProtocolClientProxy.java:14
error: llap-client/src/java/org/apache/hadoop/hive/llap/tez/LlapProtocolClientProxy.java: patch does not apply
error: llap-client/src/test/org/apache/hadoop/hive/llap/tez/TestLlapDaemonProtocolClientProxy.java: No such file or directory
error: llap-common/src/gen/protobuf/gen-java/org/apache/hadoop/hive/llap/plugin/rpc/LlapPluginProtocolProtos.java: No such file or directory
error: llap-common/src/java/org/apache/hadoop/hive/llap/AsyncPbRpcProxy.java: already exists in working directory
error: llap-common/src/java/org/apache/hadoop/hive/llap/impl/LlapPluginProtocolClientImpl.java: No such file or directory
error: llap-common/src/java/org/apache/hadoop/hive/llap/impl/ProtobufProxy.java: No such file or directory
error: llap-common/src/protobuf/LlapPluginProtocol.proto: No such file or directory
error: patch failed: llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTaskSchedulerService.java:243
error: llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTaskSchedulerService.java: patch does not apply
error: llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/endpoint/LlapPluginServerImpl.java: No such file or directory
error: patch failed: ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezSessionPoolManager.java:18
error: ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezSessionPoolManager.java: patch does not apply
error: patch failed: ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezTask.java:551
error: ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezTask.java: patch does not apply
error: patch failed: ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestTezSessionPool.java:20
error: ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestTezSessionPool.java: patch does not apply
The patch does not appear to apply with p0, p1, or p2
+ exit 1
'
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12883645 - PreCommit-HIVE-Build

> support LLAP workload management in HS2 (low level only)
> --------------------------------------------------------
>
>                 Key: HIVE-17386
>                 URL: https://issues.apache.org/jira/browse/HIVE-17386
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>         Attachments: HIVE-17386.patch
>
>
> This makes use of HIVE-17297 and creates building blocks for workload management policies, etc.
> For now, there are no policies - a single yarn queue is designated for all LLAP query AMs, and the capacity is distributed equally.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)