[ https://issues.apache.org/jira/browse/HIVE-8809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14235318#comment-14235318 ]
Hive QA commented on HIVE-8809: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12685156/HIVE-8809.01.patch {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 6695 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_vector_decimal_aggregate org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1963/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1963/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1963/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 2 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12685156 - PreCommit-HIVE-TRUNK-Build > Activate maven profile hadoop-2 by default > ------------------------------------------ > > Key: HIVE-8809 > URL: https://issues.apache.org/jira/browse/HIVE-8809 > Project: Hive > Issue Type: Improvement > Affects Versions: 0.15.0 > Reporter: Prasanth Jayachandran > Assignee: Prasanth Jayachandran > Priority: Minor > Attachments: HIVE-8809.01.patch, HIVE-8809.1.patch, > dep_itests_with_hadoop_2.txt, dep_itests_without_hadoop_2.txt, > dep_with_hadoop_2.txt, dep_without_hadoop_2.txt > > > For every maven command profile needs to be specified explicitly. It will be > better to activate "hadoop-2" profile by default as HIVE QA uses hadoop-2 > profile. With this change both the following commands will be equivalent > {code} > mvn clean install -DskipTests > mvn clean install -DskipTests -Phadoop-2 > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)