Description
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.
Attachments
Attachments
Issue Links
- relates to
-
HIVE-5610 Merge maven branch into trunk
- Resolved
- links to