Aihua Xu created HIVE-15275: ------------------------------- Summary: "beeline -f <file>" will throw NPE Key: HIVE-15275 URL: https://issues.apache.org/jira/browse/HIVE-15275 Project: Hive Issue Type: Bug Components: Beeline Affects Versions: 2.2.0 Reporter: Aihua Xu Assignee: Aihua Xu
Execute {{"beeline -f <file>"}} and the command will throw the following NPE exception. {noformat} 2016-11-23T13:34:54,367 WARN [Thread-1] org.apache.hadoop.util.ShutdownHookManager - ShutdownHook '' failed, java.lang.NullPointerException java.lang.NullPointerException at org.apache.hive.beeline.BeeLine$1.run(BeeLine.java:1247) ~[hive-beeline-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] at org.apache.hadoop.util.ShutdownHookManager$1.run(ShutdownHookManager.java:54) [hadoop-common-2.7.3.jar:?] {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)