[
https://issues.apache.org/jira/browse/CARBONDATA-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Venkata Ramana G resolved CARBONDATA-1107.
------------------------------------------
Resolution: Fixed
Fix Version/s: 1.1.1
1.2.0
> 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
> Fix For: 1.2.0, 1.1.1
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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)