[GitHub] carbondata pull request #2691: [CARBONDATA-2912] Support CSV table load csv ...

classic Classic list List threaded Threaded
44 messages Options
123
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2691: [CARBONDATA-2912] Support CSV table load csv data wi...

qiuchenjian-2
Github user xubo245 commented on the issue:

    https://github.com/apache/carbondata/pull/2691
 
    @jackylk Please review it.  master has updated, but branch-1.3 didn't fix it.


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2691: [CARBONDATA-2912] Support CSV table load csv ...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user chenliang613 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2691#discussion_r216216999
 
    --- Diff: integration/spark-common-test/src/test/resources/cars.csv ---
    @@ -0,0 +1,4 @@
    +name,age
    --- End diff --
   
    can you reuse the current csv file, no need to add new one.


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2691: [CARBONDATA-2912] Support CSV table load csv ...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user xubo245 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2691#discussion_r217351302
 
    --- Diff: integration/spark-common-test/src/test/resources/cars.csv ---
    @@ -0,0 +1,4 @@
    +name,age
    --- End diff --
   
    ok, done


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2691: [CARBONDATA-2912] Support CSV table load csv data wi...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2691
 
    Build Failed  with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.3/8512/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2691: [CARBONDATA-2912] Support CSV table load csv data wi...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

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



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2691: [CARBONDATA-2912] Support CSV table load csv data wi...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2691
 
    Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/442/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2691: [CARBONDATA-2912] Support CSV table load csv data wi...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user xubo245 commented on the issue:

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


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2691: [CARBONDATA-2912] Support CSV table load csv data wi...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2691
 
    Build Failed  with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8536/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2691: [CARBONDATA-2912] Support CSV table load csv data wi...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

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



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2691: [CARBONDATA-2912] Support CSV table load csv data wi...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2691
 
    Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/466/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2691: [CARBONDATA-2912] Support CSV table load csv ...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user xubo245 closed the pull request at:

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


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2691: [CARBONDATA-2912] Support CSV table load csv ...

qiuchenjian-2
In reply to this post by qiuchenjian-2
GitHub user xubo245 reopened a pull request:

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

    [CARBONDATA-2912] Support CSV table load csv data with spark2.2    

    In branch-1.3, CSV table cann't load csv data with spark2.2 because: If using low commons-lang version, the default for the timestampFormat is yyyy-MM-dd'T'HH:mm:ss.SSSXXX which is an illegal argument and can not be recognized after upgrade spark from 2.1 to 2.2. It needs to be set when you are writing the dataframe out.
    Carbon need upgrade commons-lang3 version
   
    CSV table is "create table ... using csv options..."
   
    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
           add some test case
     - [x] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
    No

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

    $ git pull https://github.com/xubo245/carbondata CARBONDATA-2912_twoInsert1.3.2

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

    https://github.com/apache/carbondata/pull/2691.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 #2691
   
----
commit 8445a94e0e3fcfe2a4abaa079cf02e38ff7e6c6e
Author: xubo245 <xubo29@...>
Date:   2018-09-04T08:37:37Z

     [CARBONDATA-2912] Support CSV table load csv data with spark2.2
   
        1.upgrade commons-lang3 version
        2.add some test case

----


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2691: [CARBONDATA-2912] Support CSV table load csv data wi...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user xubo245 commented on the issue:

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


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2691: [CARBONDATA-2912] Support CSV table load csv data wi...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2691
 
    Build Failed  with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8539/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2691: [CARBONDATA-2912] Support CSV table load csv data wi...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

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



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2691: [CARBONDATA-2912] Support CSV table load csv data wi...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2691
 
    Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/469/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2691: [CARBONDATA-2912] Support CSV table load csv data wi...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user xubo245 commented on the issue:

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


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2691: [CARBONDATA-2912] Support CSV table load csv data wi...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2691
 
    Build Failed  with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8545/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2691: [CARBONDATA-2912] Support CSV table load csv data wi...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

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



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2691: [CARBONDATA-2912] Support CSV table load csv data wi...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

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



---
123