[ https://issues.apache.org/jira/browse/HIVE-13177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15171265#comment-15171265 ]
Hive QA commented on HIVE-13177: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12790341/HIVE-13177.1.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 11 failed/errored test(s), 9709 tests executed *Failed tests:* {noformat} TestCliDriver-udf_notequal.q-vector_data_types.q-insert_into1.q-and-12-more - did not produce a TEST-*.xml file TestMiniTezCliDriver-explainuser_4.q-mapreduce1.q-vectorization_14.q-and-12-more - did not produce a TEST-*.xml file TestMiniTezCliDriver-script_pipe.q-tez_smb_empty.q-insert_values_non_partitioned.q-and-12-more - did not produce a TEST-*.xml file TestMiniTezCliDriver-tez_joins_explain.q-join1.q-bucket_map_join_tez1.q-and-12-more - did not produce a TEST-*.xml file TestSparkCliDriver-groupby3_map.q-sample2.q-auto_join14.q-and-12-more - did not produce a TEST-*.xml file TestSparkCliDriver-groupby_map_ppr_multi_distinct.q-table_access_keys_stats.q-groupby4_noskew.q-and-12-more - did not produce a TEST-*.xml file TestSparkCliDriver-join_rc.q-insert1.q-vectorized_rcfile_columnar.q-and-12-more - did not produce a TEST-*.xml file TestSparkCliDriver-ppd_join4.q-join9.q-ppd_join3.q-and-12-more - did not produce a TEST-*.xml file org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_uri_import org.apache.hadoop.hive.ql.TestTxnCommands2.testBucketizedInputFormat org.apache.hive.jdbc.TestSSL.testSSLVersion {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/7123/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/7123/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-7123/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase 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: 11 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12790341 - PreCommit-HIVE-TRUNK-Build > Remove confirmation of standalone hive-jdbc jar in beeline > ---------------------------------------------------------- > > Key: HIVE-13177 > URL: https://issues.apache.org/jira/browse/HIVE-13177 > Project: Hive > Issue Type: Bug > Components: Beeline > Affects Versions: 2.1.0 > Reporter: Shinichi Yamashita > Assignee: Shinichi Yamashita > Priority: Minor > Attachments: HIVE-13177.1.patch > > > In the current master (after HIVE-13134), when I executed beeline command, > following messages was displayed. > {code} > [root@hadoop ~]# beeline > which: no hbase in > (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/hadoop/bin:/usr/local/hive/bin:/usr/pgsql-9.4/bin:/root/bin) > ls: cannot access /usr/local/hive/lib/hive-jdbc-*-standalone.jar: No such > file or directory > Beeline version 2.1.0-SNAPSHOT by Apache Hive > {code} > hive-jdbc-*-standalone.jar has moved from ${HIVE_HOME}/lib to > ${HIVE_HOME}/jdbc. And this file isn't necessary to execution of beeline. > So, I will remove confirmation of this file in beeline. -- This message was sent by Atlassian JIRA (v6.3.4#6332)