[ https://issues.apache.org/jira/browse/HIVE-15472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15813335#comment-15813335 ]
Hive QA commented on HIVE-15472: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12846422/HIVE-15472.1.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 9 failed/errored test(s), 10928 tests executed *Failed tests:* {noformat} TestDerbyConnector - did not produce a TEST-*.xml file (likely timed out) (batchId=233) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[case_sensitivity] (batchId=61) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[input_testxpath] (batchId=28) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[udf_coalesce] (batchId=75) org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[orc_llap_counters] (batchId=136) org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[orc_ppd_basic] (batchId=134) org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[orc_ppd_schema_evol_3a] (batchId=135) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[schema_evol_text_vec_part] (batchId=148) org.apache.hadoop.hive.cli.TestSparkCliDriver.org.apache.hadoop.hive.cli.TestSparkCliDriver (batchId=97) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/2849/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/2849/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-2849/ 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: 9 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12846422 - PreCommit-HIVE-Build > JDBC: Standalone jar is missing ZK dependencies > ----------------------------------------------- > > Key: HIVE-15472 > URL: https://issues.apache.org/jira/browse/HIVE-15472 > Project: Hive > Issue Type: Bug > Components: JDBC > Affects Versions: 2.2.0 > Reporter: Gopal V > Assignee: Tao Li > Attachments: HIVE-15472.1.patch > > > {code} > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/curator/RetryPolicy > at org.apache.hive.jdbc.Utils.configureConnParams(Utils.java:514) > at org.apache.hive.jdbc.Utils.parseURL(Utils.java:434) > at org.apache.hive.jdbc.HiveConnection.<init>(HiveConnection.java:132) > at org.apache.hive.jdbc.HiveDriver.connect(HiveDriver.java:107) > at java.sql.DriverManager.getConnection(DriverManager.java:664) > at java.sql.DriverManager.getConnection(DriverManager.java:247) > at JDBCExecutor.getConnection(JDBCExecutor.java:65) > at JDBCExecutor.executeStatement(JDBCExecutor.java:104) > at JDBCExecutor.executeSQLFile(JDBCExecutor.java:81) > at JDBCExecutor.main(JDBCExecutor.java:183) > Caused by: java.lang.ClassNotFoundException: org.apache.curator.RetryPolicy > at java.net.URLClassLoader.findClass(URLClassLoader.java:381) > at java.lang.ClassLoader.loadClass(ClassLoader.java:424) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) > at java.lang.ClassLoader.loadClass(ClassLoader.java:357) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)