[GitHub] carbondata pull request #1781: [CARBONDATA-2012] Add support to load pre-agg...

classic Classic list List threaded Threaded
99 messages Options
12345
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #1781: [CARBONDATA-2012] Add support to load pre-agg...

qiuchenjian-2
GitHub user kunal642 opened a pull request:

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

    [CARBONDATA-2012] Add support to load pre-aggregate in one transaction

    Change the pre-aggregate load process to support load as one transaction for the parent and child tables.
   
    Be sure to do all of the following checklist to help us incorporate
    your contribution quickly and easily:
   
     - [X] Any interfaces changed?
     
     - [X] Any backward compatibility impacted?
     
     - [X] Document update required?
   
     - [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.
           
     - [X] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   


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

    $ git pull https://github.com/kunal642/carbondata transaction_preaggregate

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

    https://github.com/apache/carbondata/pull/1781.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 #1781
   
----
commit b0827b6e1669827e0e73b32467d7bb190c7601b0
Author: kunal642 <kunalkapoor642@...>
Date:   2018-01-09T14:06:41Z

    add support to load pre-aggregate in one transaction

----


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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1781
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/2803/



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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

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

    https://github.com/apache/carbondata/pull/1781
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2661/



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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

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

    https://github.com/apache/carbondata/pull/1781
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1427/



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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

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

    https://github.com/apache/carbondata/pull/1781
 
    Can you add more description, why the current loading flow is not transactional?


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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

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

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


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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

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

    https://github.com/apache/carbondata/pull/1781
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2689/



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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

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

    https://github.com/apache/carbondata/pull/1781
 
    Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1456/



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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

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

    https://github.com/apache/carbondata/pull/1781
 
    @kunal642 Still there is a chance of non synchronized commit with child tables. Better create a uniqueid while loading main table and pass that id to all child table loading. And all child tables tablestatus should be created with that uniqueid. And commit all tablestatus through renaming at once in main table commit.


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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

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

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


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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

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

    https://github.com/apache/carbondata/pull/1781
 
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/2892/



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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

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

    https://github.com/apache/carbondata/pull/1781
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2799/



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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

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

    https://github.com/apache/carbondata/pull/1781
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1564/



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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

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

    https://github.com/apache/carbondata/pull/1781
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/2894/



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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

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

    https://github.com/apache/carbondata/pull/1781
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1567/



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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

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

    https://github.com/apache/carbondata/pull/1781
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2802/



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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

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

    https://github.com/apache/carbondata/pull/1781
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/2895/



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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

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

    https://github.com/apache/carbondata/pull/1781
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/2897/



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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

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

    https://github.com/apache/carbondata/pull/1781
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2815/



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

[GitHub] carbondata issue #1781: [CARBONDATA-2012] Add support to load pre-aggregate ...

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

    https://github.com/apache/carbondata/pull/1781
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1580/



---
12345