Chaoyu Tang created HIVE-9265:
---------------------------------
Summary: Hive with encryption throws NPE to fs path without schema
Key: HIVE-9265
URL: https://issues.apache.org/jira/browse/HIVE-9265
Project: Hive
Issue Type: Bug
Components: Query Processor, Security
Affects Versions: encryption-branch
Reporter: Chaoyu Tang
Assignee: Chaoyu Tang
Hive throws out NPE exception to fs path without schema (missing hdfs:) when
the encryption is enabled. see exception stacktrace:
{code}
2014-12-31 13:22:01,920 ERROR org.apache.hadoop.hive.ql.Driver: FAILED:
NullPointerException null
java.lang.NullPointerException
at
org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.getStagingDirectoryPathname(SemanticAnalyzer.java:1640)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)