[
https://issues.apache.org/jira/browse/HIVE-11923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14955455#comment-14955455
]
Sergey Shelukhin commented on HIVE-11923:
-----------------------------------------
[~prasanth_j] [~hagleitn] can you take a look at the updated patch?
The bad instance failed due to some spark(?) download nonsense.
{noformat}
[exec] + /bin/pwd
[exec] + BASE_DIR=./target
[exec] + HIVE_ROOT=./target/../../../
[exec] + DOWNLOAD_DIR=./../thirdparty
[exec] + mkdir -p ./../thirdparty
[exec]
/home/hiveptest/54.147.252.66-hiveptest-1/apache-github-source-source/itests/hive-unit
[exec] + download
http://d3jw87u4immizc.cloudfront.net/spark-tarball/spark-1.4.0-bin-hadoop2-without-hive.tgz
spark
[exec] +
url=http://d3jw87u4immizc.cloudfront.net/spark-tarball/spark-1.4.0-bin-hadoop2-without-hive.tgz
[exec] + finalName=spark
[exec] ++ basename
http://d3jw87u4immizc.cloudfront.net/spark-tarball/spark-1.4.0-bin-hadoop2-without-hive.tgz
[exec] + tarName=spark-1.4.0-bin-hadoop2-without-hive.tgz
[exec] + rm -rf ./target/spark
[exec] + [[ ! -f ./../thirdparty/spark-1.4.0-bin-hadoop2-without-hive.tgz
]]
[exec] + tar -zxf ./../thirdparty/spark-1.4.0-bin-hadoop2-without-hive.tgz
-C ./target
[exec] + mv ./target/spark-1.4.0-bin-hadoop2-without-hive ./target/spark
[exec] + cp -f ./target/../../..//data/conf/spark/log4j2.xml
./target/spark/conf/
[exec] + sed '/package /d'
/home/hiveptest/54.147.252.66-hiveptest-1/apache-github-source-source/itests/../contrib/src/java/org/apache/hadoop/hive/contrib/udf/example/UDFExampleAdd.java
[exec] + javac -cp
/home/hiveptest/54.147.252.66-hiveptest-1/maven/org/apache/hive/hive-exec/2.0.0-SNAPSHOT/hive-exec-2.0.0-SNAPSHOT.jar
/tmp/UDFExampleAdd.java -d /tmp
[exec] + jar -cf /tmp/udfexampleadd-1.0.jar -C /tmp UDFExampleAdd.class
[exec] java.util.zip.ZipException: attempt to write past end of STORED
entry
[exec] at java.util.zip.ZipOutputStream.write(ZipOutputStream.java:319)
[exec] at sun.tools.jar.Main.copy(Main.java:779)
[exec] at sun.tools.jar.Main.copy(Main.java:793)
[exec] at sun.tools.jar.Main.addFile(Main.java:740)
[exec] at sun.tools.jar.Main.create(Main.java:491)
[exec] at sun.tools.jar.Main.run(Main.java:201)
[exec] at sun.tools.jar.Main.main(Main.java:1177)
{noformat}
> allow qtests to run via a single client session for tez and llap
> ----------------------------------------------------------------
>
> Key: HIVE-11923
> URL: https://issues.apache.org/jira/browse/HIVE-11923
> Project: Hive
> Issue Type: Improvement
> Components: Testing Infrastructure
> Affects Versions: 1.3.0, 2.0.0
> Reporter: Siddharth Seth
> Assignee: Siddharth Seth
> Attachments: HIVE-11923.03.patch, HIVE-11923.04.patch,
> HIVE-11923.1.txt, HIVE-11923.2.branchllap.txt, HIVE-11923.2.patch,
> HIVE-11923.2.txt, HIVE-11923.2.txt, HIVE-11923.branch-1.txt
>
>
> Launching a new session - AM and containers for each test adds unnecessary
> overheads. Running via a single session should reduce the run time
> significantly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)