GitHub user ravipesala opened a pull request:

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

    [CARBONDATA-476][CARBONDATA-644]Added support file:// for using local file 
with fs.defaultFS configured.

    This PR fixes 2 issues.
    1. When `fs.defaultFS` is configured to hdfs filesystem in hadoop  then 
there is only one user can configure local store path by using prefix 
`file://`. But currently carbondata does not support it. This PR fixes it.
    
    2. If user does not configure `fs.defaultFS` then default it uses local 
file system. So when carbondata wants to use hdfs storepath then it throws 
error. This PR fixes it as well.

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

    $ git pull https://github.com/ravipesala/incubator-carbondata 
support_file_filestatus

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

    https://github.com/apache/incubator-carbondata/pull/545.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 #545
    
----
commit 9d3b888c8e4ac56716a49592df8ed8b84fe96f6d
Author: ravipesala <ravi.pes...@gmail.com>
Date:   2017-01-17T13:27:44Z

    Added support file:// for using local file

commit 8691ef90278815a5d37d4584434dcbf4c1e4a1dc
Author: ravipesala <ravi.pes...@gmail.com>
Date:   2017-01-17T17:32:47Z

    Added support file:// for using local file with fs.defaultFS is configured

----


---
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