[ https://issues.apache.org/jira/browse/HIVE-9024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14235485#comment-14235485 ]
Hive QA commented on HIVE-9024: ------------------------------- {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/12685206/HIVE-9024.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.hive.hcatalog.streaming.TestStreaming.testEndpointConnection {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1966/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1966/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1966/ 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: 12685206 - PreCommit-HIVE-TRUNK-Build > NullPointerException when starting webhcat server if > templeton.hive.properties is not set > ----------------------------------------------------------------------------------------- > > Key: HIVE-9024 > URL: https://issues.apache.org/jira/browse/HIVE-9024 > Project: Hive > Issue Type: Bug > Components: WebHCat > Affects Versions: 0.14.0 > Reporter: Na Yang > Assignee: Na Yang > Attachments: HIVE-9024.patch > > > If templeton.hive.properties is not set, when starting webhcat server, the > following NullPointerException is thrown and webhcat server could not start: > {noformat} > Exception in thread "main" java.lang.NullPointerException > at > org.apache.hive.hcatalog.templeton.AppConfig.hiveProps(AppConfig.java:318) > at > org.apache.hive.hcatalog.templeton.AppConfig.handleHiveProperties(AppConfig.java:194) > at > org.apache.hive.hcatalog.templeton.AppConfig.init(AppConfig.java:175) > at > org.apache.hive.hcatalog.templeton.AppConfig.<init>(AppConfig.java:155) > at org.apache.hive.hcatalog.templeton.Main.loadConfig(Main.java:96) > at org.apache.hive.hcatalog.templeton.Main.init(Main.java:80) > at org.apache.hive.hcatalog.templeton.Main.<init>(Main.java:75) > at org.apache.hive.hcatalog.templeton.Main.main(Main.java:267) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.util.RunJar.main(RunJar.java:197) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)