[ https://issues.apache.org/jira/browse/HIVE-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813680#comment-13813680 ]
Hive QA commented on HIVE-5730: ------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12612033/HIVE-5730.patch {color:green}SUCCESS:{color} +1 4551 tests passed Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/139/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/139/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12612033 > Beeline throws non-terminal NPE upon starting, after mavenization > ----------------------------------------------------------------- > > Key: HIVE-5730 > URL: https://issues.apache.org/jira/browse/HIVE-5730 > Project: Hive > Issue Type: Bug > Components: CLI > Affects Versions: 0.13.0 > Reporter: Szehon Ho > Assignee: Szehon Ho > Attachments: HIVE-5730.patch > > > In beeline project's SQLCompletor.java, it uses the local class in an attempt > to load "sql-keywords.properties". Java class behavior will prepend this > file name with the class's package name. This results in a NPE during > Beeline initialization. > Before mavenization, the "sql-keywords.properties" lived in the same package > as SQLCompletor.java, but now it is moved to src/main/resources. -- This message was sent by Atlassian JIRA (v6.1#6144)