[ https://issues.apache.org/jira/browse/HIVE-19441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16491767#comment-16491767 ]
Hive QA commented on HIVE-19441: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12924937/HIVE-19441.4.patch {color:red}ERROR:{color} -1 due to build exiting with an error Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/11234/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/11234/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-11234/ 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-05-26 18:09:46.764 + [[ -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-11234/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-05-26 18:09:46.766 + cd apache-github-source-source + git fetch origin + git reset --hard HEAD HEAD is now at 095c93e HIVE-19259: Create view on tables having union all fail with 'Table not found' (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan) + git clean -f -d + git checkout master Switched to branch 'master' Your branch is up-to-date with 'origin/master'. + git reset --hard origin/master HEAD is now at f9f4340 HIVE-19684 : Hive stats optimizer wrongly uses stats against non native tables (Slim Bouguerra via Ashutosh Chauhan) + git merge --ff-only origin/master Already up-to-date. + date '+%Y-%m-%d %T.%3N' 2018-05-26 18:09:48.152 + rm -rf ../yetus_PreCommit-HIVE-Build-11234 + mkdir ../yetus_PreCommit-HIVE-Build-11234 + git gc + cp -R . ../yetus_PreCommit-HIVE-Build-11234 + mkdir /data/hiveptest/logs/PreCommit-HIVE-Build-11234/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: druid-handler/src/java/org/apache/hadoop/hive/druid/DruidStorageHandlerUtils.java:50 Falling back to three-way merge... Applied patch to 'druid-handler/src/java/org/apache/hadoop/hive/druid/DruidStorageHandlerUtils.java' cleanly. error: patch failed: ql/src/test/queries/clientpositive/druidmini_expressions.q:50 Falling back to three-way merge... Applied patch to 'ql/src/test/queries/clientpositive/druidmini_expressions.q' with conflicts. error: patch failed: ql/src/test/queries/clientpositive/druidmini_test1.q:1 error: ql/src/test/queries/clientpositive/druidmini_test1.q: patch does not apply error: patch failed: ql/src/test/results/clientpositive/druid/druidmini_expressions.q.out:257 Falling back to three-way merge... Applied patch to 'ql/src/test/results/clientpositive/druid/druidmini_expressions.q.out' with conflicts. error: patch failed: ql/src/test/results/clientpositive/druid/druidmini_extractTime.q.out:734 Falling back to three-way merge... Applied patch to 'ql/src/test/results/clientpositive/druid/druidmini_extractTime.q.out' with conflicts. error: patch failed: ql/src/test/results/clientpositive/druid/druidmini_floorTime.q.out:1 error: ql/src/test/results/clientpositive/druid/druidmini_floorTime.q.out: patch does not apply error: patch failed: ql/src/test/results/clientpositive/druid/druidmini_test1.q.out:1 error: ql/src/test/results/clientpositive/druid/druidmini_test1.q.out: patch does not apply fatal: git apply: bad git-diff - inconsistent old filename on line 554 fatal: git apply: bad git-diff - inconsistent old filename on line 554 The patch does not appear to apply with p0, p1, or p2 + exit 1 ' {noformat} This message is automatically generated. ATTACHMENT ID: 12924937 - PreCommit-HIVE-Build > Add support for float aggregator and use LLAP test Driver > --------------------------------------------------------- > > Key: HIVE-19441 > URL: https://issues.apache.org/jira/browse/HIVE-19441 > Project: Hive > Issue Type: Improvement > Components: Druid integration > Reporter: slim bouguerra > Assignee: slim bouguerra > Priority: Major > Attachments: HIVE-19441.2.patch, HIVE-19441.3.patch, > HIVE-19441.4.patch, HIVE-19441.patch > > > Adding support to the float kind aggregator. > Use LLAP as test Driver to reduce execution time of tests from about 2 hours > to 15 min: > Although this patches unveiling an issue with timezone, maybe it is fixed by > [~jcamachorodriguez] upcoming set of patches. > > Before > {code} > [INFO] Executed tasks > [INFO] > [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ > hive-it-qfile --- > [INFO] Compiling 21 source files to > /Users/sbouguerra/Hdev/hive/itests/qtest/target/test-classes > [INFO] > [INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ hive-it-qfile > --- > [INFO] > [INFO] ------------------------------------------------------- > [INFO] T E S T S > [INFO] ------------------------------------------------------- > [INFO] Running org.apache.hadoop.hive.cli.TestMiniDruidCliDriver > [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: > 6,654.117 s - in org.apache.hadoop.hive.cli.TestMiniDruidCliDriver > [INFO] > [INFO] Results: > [INFO] > [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 > [INFO] > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 01:51 h > [INFO] Finished at: 2018-05-04T12:43:19-07:00 > [INFO] > ------------------------------------------------------------------------ > {code} > After > {code} > INFO] Executed tasks > [INFO] > [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ > hive-it-qfile --- > [INFO] Compiling 22 source files to > /Users/sbouguerra/Hdev/hive/itests/qtest/target/test-classes > [INFO] > [INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ hive-it-qfile > --- > [INFO] > [INFO] ------------------------------------------------------- > [INFO] T E S T S > [INFO] ------------------------------------------------------- > [INFO] Running org.apache.hadoop.hive.cli.TestMiniDruidCliDriver > [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: > 907.167 s - in org.apache.hadoop.hive.cli.TestMiniDruidCliDriver > [INFO] > [INFO] Results: > [INFO] > [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 > [INFO] > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 15:31 min > [INFO] Finished at: 2018-05-04T13:15:11-07:00 > [INFO] > ------------------------------------------------------------------------ > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)