Naresh P R created CARBONDATA-1107:
--------------------------------------
Summary: Multi User load on same table is failing with NullPointerException
Key: CARBONDATA-1107
URL:
https://issues.apache.org/jira/browse/CARBONDATA-1107 Project: CarbonData
Issue Type: Bug
Environment: Spark-2.1
Reporter: Naresh P R
Assignee: Naresh P R
Priority: Minor
User1 in beeline terminal1 performs below operation
Create table t1
load data into t1
User2(Does not have privilege to read t1) in beeline terminal2 performs below operation
load data into t1 -- This command will fail for table folder permission and carbonTable will be removed from CarbonMetadata
User1 in beeline terminal1 performs below operation
load data into t1 -- This command will throw NullPointerException for carbonTable.
from CarbonMetadata.
This is corrected by fetching the CarbonTable from CarbonMetastore of corresponding Session.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)