[jira] [Updated] (CARBONDATA-818) The file_name stored in carbonindex is wrong

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (CARBONDATA-818) The file_name stored in carbonindex is wrong

Akash R Nilugal (Jira)

     [ 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}
/user/hive/warehouse/default/carbon_v3/Fact/Part0/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 (/tmp/6937581525189542/0/default/carbon_v3/Fact/Part0/Segment_1/0/part-0-0_batchno0-0-1490344094093.carbondata), but I think we want to store the actual carbondata path like /user/hive/warehouse/default/carbon_v3/Fact/Part0/Segment_0/part-0-0-0-1489566284025.carbondata


> 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: 10m
>  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}
> /user/hive/warehouse/default/carbon_v3/Fact/Part0/Segment_0/part-0-0_batchno0-0-1490345609845.carbondata
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)