[
https://issues.apache.org/jira/browse/CARBONDATA-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yadong Qi updated CARBONDATA-818:
---------------------------------
Description:
The file_name stored in carbonindex is a local path which used on executor as temp dir
{code}
/tmp/6937581525189542/0/default/carbon_v3/Fact/Part0/Segment_0/0/part-0-0_batchno0-0-1490345609845.carbondata
{code}
But I think we want to store the actual carbondata path like
{code}
Segment_0/part-0-0_batchno0-0-1490345609845.carbondata
{code}
was:
The file_name stored in carbonindex is a local path which used on executor as temp dir
{code}
/tmp/6937581525189542/0/default/carbon_v3/Fact/Part0/Segment_0/0/part-0-0_batchno0-0-1490345609845.carbondata
{code}
But I think we want to store the actual carbondata path like
{code}
/user/hive/warehouse/default/carbon_v3/Fact/Part0/Segment_0/part-0-0_batchno0-0-1490345609845.carbondata
{code}
> The file_name stored in carbonindex is wrong
> --------------------------------------------
>
> Key: CARBONDATA-818
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-818> Project: CarbonData
> Issue Type: Bug
> Reporter: Yadong Qi
> Time Spent: 50m
> Remaining Estimate: 0h
>
> The file_name stored in carbonindex is a local path which used on executor as temp dir
> {code}
> /tmp/6937581525189542/0/default/carbon_v3/Fact/Part0/Segment_0/0/part-0-0_batchno0-0-1490345609845.carbondata
> {code}
> But I think we want to store the actual carbondata path like
> {code}
> Segment_0/part-0-0_batchno0-0-1490345609845.carbondata
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)