You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by jackylk <gi...@git.apache.org> on 2018/07/10 10:15:47 UTC

[GitHub] carbondata pull request #2473: [CARBONDATA-2705][CarbonStore] CarbonStore Ja...

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 <ja...@...>
Date:   2018-07-09T04:23:49Z

    support CarbonStore implementation

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

    add test

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

    fix test

----


---

[GitHub] carbondata issue #2473: [CARBONDATA-2705][CarbonStore] CarbonStore Java API ...

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

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



---

[GitHub] carbondata issue #2473: [CARBONDATA-2705][CarbonStore] CarbonStore Java API ...

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

    https://github.com/apache/carbondata/pull/2473
  
    Merge to carbonstore branch.


---

[GitHub] carbondata issue #2473: [CARBONDATA-2705][CarbonStore] CarbonStore Java API ...

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

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



---

[GitHub] carbondata issue #2473: [CARBONDATA-2705][CarbonStore] CarbonStore Java API ...

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

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



---

[GitHub] carbondata issue #2473: [CARBONDATA-2705][CarbonStore] CarbonStore Java API ...

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

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



---

[GitHub] carbondata issue #2473: [CARBONDATA-2705][CarbonStore] CarbonStore Java API ...

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

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



---

[GitHub] carbondata pull request #2473: [CARBONDATA-2705][CarbonStore] CarbonStore Ja...

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

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


---