You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by xubo245 <gi...@git.apache.org> on 2018/11/13 12:25:25 UTC

[GitHub] carbondata pull request #2915: [CARBONDATA-3095] Optimize the documentation ...

GitHub user xubo245 opened a pull request:

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

    [CARBONDATA-3095] Optimize the documentation of SDK/CSDK

    Be sure to do all of the following checklist to help us incorporate 
    your contribution quickly and easily:
    
     - [ ] Any interfaces changed?
     No
     - [ ] Any backward compatibility impacted?
     No
     - [ ] Document update required?
    Yes
     - [ ] Testing done
        No need
     - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. 
    Jira-2951


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

    $ git pull https://github.com/xubo245/carbondata CARBONDATA-3095_OptimizeDoc

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

    https://github.com/apache/carbondata/pull/2915.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 #2915
    
----
commit 18cfd99905ca67b43b948fe90f8032c619ed4e9d
Author: xubo245 <xu...@...>
Date:   2018-11-13T12:24:08Z

    [CARBONDATA-3095] Optimize the documentation of SDK/CSDK

----


---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

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


---

[GitHub] carbondata pull request #2915: [CARBONDATA-3095] Optimize the documentation ...

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

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


---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

    https://github.com/apache/carbondata/pull/2915
  
    @KanakaKumar @kunal642 @ajantha-bhat CI pass, please check it.


---

[GitHub] carbondata pull request #2915: [CARBONDATA-3095] Optimize the documentation ...

Posted by sraghunandan <gi...@git.apache.org>.
Github user sraghunandan commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2915#discussion_r237042065
  
    --- Diff: docs/sdk-guide.md ---
    @@ -478,6 +489,16 @@ public CarbonWriter build() throws IOException, InvalidLoadOptionException;
     ```
     
     ### Class org.apache.carbondata.sdk.file.CarbonWriter
    +
    --- End diff --
    
    why we changed the order?


---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

    https://github.com/apache/carbondata/pull/2915
  
    Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/9840/



---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

    https://github.com/apache/carbondata/pull/2915
  
    @KanakaKumar Updated


---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

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



---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

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



---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

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



---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

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



---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

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



---

[GitHub] carbondata pull request #2915: [CARBONDATA-3095] Optimize the documentation ...

Posted by KanakaKumar <gi...@git.apache.org>.
Github user KanakaKumar commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2915#discussion_r235648435
  
    --- Diff: docs/sdk-guide.md ---
    @@ -674,6 +693,16 @@ Find example code at [CarbonReaderExample](https://github.com/apache/carbondata/
       public CarbonReaderBuilder filter(Expression filterExpression);
     ```
     
    +```
    +  /**
    +   * set read batch size before build
    --- End diff --
    
    Sets the batch size of records


---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

    https://github.com/apache/carbondata/pull/2915
  
    LGTM


---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

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



---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

    https://github.com/apache/carbondata/pull/2915
  
    @sraghunandan @KanakaKumar @kunal642 CI pass, please check it.


---

[GitHub] carbondata pull request #2915: [CARBONDATA-3095] Optimize the documentation ...

Posted by xubo245 <gi...@git.apache.org>.
Github user xubo245 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2915#discussion_r237331893
  
    --- Diff: docs/sdk-guide.md ---
    @@ -709,37 +749,7 @@ Find example code at [CarbonReaderExample](https://github.com/apache/carbondata/
       public <T> CarbonReader<T> build();
     ```
     ### Class org.apache.carbondata.sdk.file.CarbonSchemaReader
    --- End diff --
    
    ok, done


---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

    https://github.com/apache/carbondata/pull/2915
  
    Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/9835/



---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

    https://github.com/apache/carbondata/pull/2915
  
    @KanakaKumar @jackylk @QiangCai @ajantha-bhat Please review it.


---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

    https://github.com/apache/carbondata/pull/2915
  
    Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/9771/



---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

    https://github.com/apache/carbondata/pull/2915
  
    Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/9638/



---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

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



---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

    https://github.com/apache/carbondata/pull/2915
  
    @KanakaKumar @jackylk @ajantha-bhat please review it.


---

[GitHub] carbondata pull request #2915: [CARBONDATA-3095] Optimize the documentation ...

Posted by xubo245 <gi...@git.apache.org>.
Github user xubo245 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2915#discussion_r235703636
  
    --- Diff: docs/sdk-guide.md ---
    @@ -684,6 +713,17 @@ Find example code at [CarbonReaderExample](https://github.com/apache/carbondata/
      public CarbonReaderBuilder withHadoopConf(Configuration conf);
     ```
     
    +```
    +  /**
    +   * configure hadoop configuration with key value
    --- End diff --
    
    ok, done


---

[GitHub] carbondata pull request #2915: [CARBONDATA-3095] Optimize the documentation ...

Posted by sraghunandan <gi...@git.apache.org>.
Github user sraghunandan commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2915#discussion_r237041556
  
    --- Diff: docs/sdk-guide.md ---
    @@ -709,37 +749,7 @@ Find example code at [CarbonReaderExample](https://github.com/apache/carbondata/
       public <T> CarbonReader<T> build();
     ```
     ### Class org.apache.carbondata.sdk.file.CarbonSchemaReader
    --- End diff --
    
    it is better to mark as deprecated and remove in next version


---

[GitHub] carbondata pull request #2915: [CARBONDATA-3095] Optimize the documentation ...

Posted by xubo245 <gi...@git.apache.org>.
Github user xubo245 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2915#discussion_r237330717
  
    --- Diff: docs/sdk-guide.md ---
    @@ -478,6 +489,16 @@ public CarbonWriter build() throws IOException, InvalidLoadOptionException;
     ```
     
     ### Class org.apache.carbondata.sdk.file.CarbonWriter
    +
    --- End diff --
    
    because it should builder, build, and then colse when user use the API, so it's better that the doc should keep the same order


---

[GitHub] carbondata pull request #2915: [CARBONDATA-3095] Optimize the documentation ...

Posted by KanakaKumar <gi...@git.apache.org>.
Github user KanakaKumar commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2915#discussion_r235645252
  
    --- Diff: docs/sdk-guide.md ---
    @@ -684,6 +713,17 @@ Find example code at [CarbonReaderExample](https://github.com/apache/carbondata/
      public CarbonReaderBuilder withHadoopConf(Configuration conf);
     ```
     
    +```
    +  /**
    +   * configure hadoop configuration with key value
    --- End diff --
    
    Change to "Updates the hadoop configuration with the given key value"


---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

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



---

[GitHub] carbondata pull request #2915: [CARBONDATA-3095] Optimize the documentation ...

Posted by xubo245 <gi...@git.apache.org>.
Github user xubo245 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2915#discussion_r235834831
  
    --- Diff: docs/sdk-guide.md ---
    @@ -674,6 +693,16 @@ Find example code at [CarbonReaderExample](https://github.com/apache/carbondata/
       public CarbonReaderBuilder filter(Expression filterExpression);
     ```
     
    +```
    +  /**
    +   * set read batch size before build
    --- End diff --
    
    ok, done


---

[GitHub] carbondata issue #2915: [CARBONDATA-3095] Optimize the documentation of SDK/...

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

    https://github.com/apache/carbondata/pull/2915
  
    Lgtm


---