GitHub user QiangCai opened a pull request:

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

    [CARBONDATA-296]1.Add CSVInputFormat to read csv files.

    **1 Add CSVInputFormat to read csv files**
    MRv1:
    hadoop/src/main/java/org/apache/carbondata/hadoop/mapred/CSVInputFormat.java
    MRv2:
    
hadoop/src/main/java/org/apache/carbondata/hadoop/mapreduce/CSVInputFormat.java
    
    **2 Use univocity parser to parse csv files.**
    
    **3 Customize StringArrayWritable to wrap String array values of each line 
in csv files.**
    
    **4 Add BoundedInputStream to limit input stream**

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

    $ git pull https://github.com/QiangCai/incubator-carbondata dataloadinginput

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

    https://github.com/apache/incubator-carbondata/pull/233.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 #233
    
----
commit cfb177bbca12cbe72a5947d7fdec1bc906d8aa7e
Author: QiangCai <qiang...@qq.com>
Date:   2016-10-12T09:53:05Z

    csvinputformat

----


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