GitHub user jackylk opened a pull request:

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

    [CARBONDATA-2705][CarbonStore] CarbonStore Java API and Implementation

    Support two implementations:
    1.LocalCarbonStore for usage in local mode
    2.DistributedCarbonStore leveraging multiple server (Master and Workers) 
via RPC
    
     - [ ] Any interfaces changed?
     
     - [ ] Any backward compatibility impacted?
     
     - [ ] Document update required?
    
     - [ ] 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.
           
     - [ ] 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/jackylk/incubator-carbondata store-api

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

    https://github.com/apache/carbondata/pull/2473.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 #2473
    
----
commit 995e09e8afea4e15d3ca5cd347d16f65bd3e2a76
Author: Jacky Li <jacky.likun@...>
Date:   2018-07-09T04:23:49Z

    support CarbonStore implementation

commit ec43150c61a2dfddf548af8e953e052f5057a9c7
Author: Jacky Li <jacky.likun@...>
Date:   2018-07-09T15:52:48Z

    add test

commit c52d01a82239bc9d7fd10f4131fd1a4993d59477
Author: Jacky Li <jacky.likun@...>
Date:   2018-07-09T16:54:01Z

    fix test

----


---

Reply via email to