[ https://issues.apache.org/jira/browse/HIVE-20020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16606745#comment-16606745 ]
Hive QA commented on HIVE-20020: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12938736/HIVE-20020.4.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 14905 tests executed *Failed tests:* {noformat} TestCliDriver - did not produce a TEST-*.xml file (likely timed out) (batchId=19) [list_bucket_dml_1.q,auto_join23.q,join10.q,avro_type_evolution.q,create_struct_table.q,skewjoin_mapjoin9.q,check_constraint.q,hook_context_cs.q,vector_parquet_nested_two_level_complex.q,subquery_unqualcolumnrefs.q,exim_22_import_exist_authsuccess.q,groupby1.q,cbo_rp_udf_udaf.q,udf_regexp_replace.q,vector_decimal_aggregate.q,authorization_grant_public_role.q,partition_wise_fileformat.q,ppd_deterministic_expr.q,spark_combine_equivalent_work.q,materialized_view_rewrite_part_1.q,stats_partial_size.q,partition_date2.q,list_bucket_dml_14.q,input34.q,insert_values_acid_not_bucketed.q,udf_parse_url.q,schema_evol_text_nonvec_part.q,enforce_constraint_notnull.q,zero_rows_single_insert.q,ctas_char.q] org.apache.hive.jdbc.TestJdbcWithMiniLlapArrow.testKillQuery (batchId=251) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/13637/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/13637/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-13637/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase 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: 12938736 - PreCommit-HIVE-Build > Hive contrib jar should not be in lib > ------------------------------------- > > Key: HIVE-20020 > URL: https://issues.apache.org/jira/browse/HIVE-20020 > Project: Hive > Issue Type: Improvement > Components: Contrib > Reporter: Johndee Burks > Assignee: Alice Fan > Priority: Trivial > Fix For: 4.0.0 > > Attachments: HIVE-20020.3.patch, HIVE-20020.4.patch > > > Currently the way hive is packaged it includes hive-contrib-<version>.jar in > lib, we should not include it here because it is picked up by services like > HS2. This creates a situation in which experimental features such as the > [MultiDelimitSerDe|https://github.com/apache/hive/blob/master/contrib/src/java/org/apache/hadoop/hive/contrib/serde2/MultiDelimitSerDe.java] > are accessible without understanding how to really install and use it. For > example you can create a table using HS2 via beeline with the aforementioned > SerDe and it will work as long you do not do M/R jobs. The M/R jobs do not > work because the SerDe is not in aux to get shipped into distcache. I propose > we do not package it this way and if someone would like to leverage an > experimental feature they can add it manually to their environment. -- This message was sent by Atlassian JIRA (v7.6.3#76005)