You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by Sssan520 <gi...@git.apache.org> on 2018/11/01 12:28:48 UTC

[GitHub] carbondata pull request #2891: [CARBONDATA-3068] fixed cannot load data from...

GitHub user Sssan520 opened a pull request:

    https://github.com/apache/carbondata/pull/2891

    [CARBONDATA-3068] fixed cannot load data from hdfs files without hdfs prefix

    sql:
    LOAD DATA INPATH '/tmp/test.csv' INTO TABLE test OPTIONS('QUOTECHAR'='"','TIMESTAMPFORMAT'='yyyy/MM/dd HH:mm:ss');
    error:
    org.apache.carbondata.processing.exception.DataLoadingException: The input file does not exist: /tmp/test.csv (state=,code=0)
    but the file "test.csv" is in hdfs path, and hadoop conf "core-site.xml" has the property:
    <property>
      <name>fs.defaultFS</name>
      <value>hdfs://master:9000</value>
    </property>
    
    Be sure to do all of the following checklist to help us incorporate 
    your contribution quickly and easily:
    
     - [x] Any interfaces changed?
            no
     - [x] Any backward compatibility impacted?
            no
     - [x] Document update required?
            no
     - [x] Testing done
            Please provide details on 
            - Whether new unit test cases have been added or why no new tests are required?
            - How it is tested? Please attach test report.
            - Is it a performance related change? Please attach the performance test report.
            - Any additional information to help reviewers in testing this change.
           yes
     - [x] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. 
            NA


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

    $ git pull https://github.com/Sssan520/carbondata load_filepath

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

    https://github.com/apache/carbondata/pull/2891.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 #2891
    
----
commit ea6b67999d8d07013b08813cfe4bb317f17eb09b
Author: Sssan520 <li...@...>
Date:   2018-07-02T11:12:24Z

    [CARBONDATA-3068] fixed cannot load data from hdfs files without hdfs prefix

----


---

[GitHub] carbondata issue #2891: [CARBONDATA-3068] fixed cannot load data from hdfs f...

Posted by xuchuanyin <gi...@git.apache.org>.
Github user xuchuanyin commented on the issue:

    https://github.com/apache/carbondata/pull/2891
  
    LGTM


---

[GitHub] carbondata issue #2891: [CARBONDATA-3068] fixed cannot load data from hdfs f...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2891
  
    Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/9479/



---

[GitHub] carbondata pull request #2891: [CARBONDATA-3068] fixed cannot load data from...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/carbondata/pull/2891


---

[GitHub] carbondata issue #2891: [CARBONDATA-3068] fixed cannot load data from hdfs f...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2891
  
    Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/1430/



---

[GitHub] carbondata issue #2891: [CARBONDATA-3068] fixed cannot load data from hdfs f...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2891
  
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1215/



---

[GitHub] carbondata issue #2891: [CARBONDATA-3068] fixed cannot load data from hdfs f...

Posted by Sssan520 <gi...@git.apache.org>.
Github user Sssan520 commented on the issue:

    https://github.com/apache/carbondata/pull/2891
  
    retest this please


---

[GitHub] carbondata issue #2891: [CARBONDATA-3068] fixed cannot load data from hdfs f...

Posted by jackylk <gi...@git.apache.org>.
Github user jackylk commented on the issue:

    https://github.com/apache/carbondata/pull/2891
  
    LGTM


---