GitHub user watermen opened a pull request:

    https://github.com/apache/incubator-carbondata/pull/696

    [CARBONDATA-818] Make the file_name in carbonindex exactly

    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
    ```
    
    I have already check this with @QiangCai.
    
    cc @jackylk 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/watermen/incubator-carbondata CARBONDATA-818

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-carbondata/pull/696.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #696
    
----
commit 4da2a705ed8f050a8e89da0780d3c56751208a2e
Author: Yadong Qi <qiyadong2...@gmail.com>
Date:   2017-03-24T08:26:20Z

    Make the file_name in carbonindex exactly.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to