[GitHub] carbondata pull request #2842: [CARBONDATA-3032] Remove carbon.blocklet.size...

2018-11-04 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] carbondata pull request #2842: [CARBONDATA-3032] Remove carbon.blocklet.size...

2018-11-01 Thread xubo245
Github user xubo245 commented on a diff in the pull request:

https://github.com/apache/carbondata/pull/2842#discussion_r229981151
  
--- Diff: docs/sdk-guide.md ---
@@ -24,7 +24,8 @@ CarbonData provides SDK to facilitate
 
 # SDK Writer
 
-In the carbon jars package, there exist a 
carbondata-store-sdk-x.x.x-SNAPSHOT.jar, including SDK writer and reader.
+In the carbon jars package, there exist a 
carbondata-store-sdk-x.x.x-SNAPSHOT.jar, including SDK writer and reader. 
+If you want to use SDK, it needs other carbon jar or you can use 
carbondata-sdk.jar.
--- End diff --

ok, I updated the doc, add all other jar


---


[GitHub] carbondata pull request #2842: [CARBONDATA-3032] Remove carbon.blocklet.size...

2018-10-30 Thread jackylk
Github user jackylk commented on a diff in the pull request:

https://github.com/apache/carbondata/pull/2842#discussion_r229285157
  
--- Diff: docs/sdk-guide.md ---
@@ -24,7 +24,8 @@ CarbonData provides SDK to facilitate
 
 # SDK Writer
 
-In the carbon jars package, there exist a 
carbondata-store-sdk-x.x.x-SNAPSHOT.jar, including SDK writer and reader.
+In the carbon jars package, there exist a 
carbondata-store-sdk-x.x.x-SNAPSHOT.jar, including SDK writer and reader. 
+If you want to use SDK, it needs other carbon jar or you can use 
carbondata-sdk.jar.
--- End diff --

`it needs other carbon jar`
This sentence is not very clear


---


[GitHub] carbondata pull request #2842: [CARBONDATA-3032] Remove carbon.blocklet.size...

2018-10-23 Thread xubo245
Github user xubo245 commented on a diff in the pull request:

https://github.com/apache/carbondata/pull/2842#discussion_r227635359
  
--- Diff: docs/sdk-guide.md ---
@@ -24,7 +24,8 @@ CarbonData provides SDK to facilitate
 
 # SDK Writer
 
-In the carbon jars package, there exist a 
carbondata-store-sdk-x.x.x-SNAPSHOT.jar, including SDK writer and reader.
+In the carbon jars package, there exist a 
carbondata-store-sdk-x.x.x-SNAPSHOT.jar, including SDK writer and reader. 
+If you want to use SDK, it needs other carbon jar or you can use 
carbondata-sdk.jar.
--- End diff --

 user use carbondata-store-sdk-x.x.x-SNAPSHOT.jar is not enough, it needs 
other carbon jar.

but if user use carbondata-sdk.jar, it's enough



---


[GitHub] carbondata pull request #2842: [CARBONDATA-3032] Remove carbon.blocklet.size...

2018-10-23 Thread xuchuanyin
Github user xuchuanyin commented on a diff in the pull request:

https://github.com/apache/carbondata/pull/2842#discussion_r227356312
  
--- Diff: docs/sdk-guide.md ---
@@ -24,7 +24,8 @@ CarbonData provides SDK to facilitate
 
 # SDK Writer
 
-In the carbon jars package, there exist a 
carbondata-store-sdk-x.x.x-SNAPSHOT.jar, including SDK writer and reader.
+In the carbon jars package, there exist a 
carbondata-store-sdk-x.x.x-SNAPSHOT.jar, including SDK writer and reader. 
+If you want to use SDK, it needs other carbon jar or you can use 
carbondata-sdk.jar.
--- End diff --

What does this mean?

User can 
1. only use SDK jar
2. use other carbon jars instread (SDK jar not included?)

Is my understanding correct?


---


[GitHub] carbondata pull request #2842: [CARBONDATA-3032] Remove carbon.blocklet.size...

2018-10-22 Thread xubo245
GitHub user xubo245 opened a pull request:

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

[CARBONDATA-3032] Remove carbon.blocklet.size from properties template

1.Remove carbon.blocklet.size from properties template, because 
carbon.blocklet.size is in V2, V3 use carbon.blockletgroup.size.in.mb or page 
size
2.change numberComressor to numberCompressor
3.optimize the annotation of method


 - [ ] Any interfaces changed?
 No
 - [ ] Any backward compatibility impacted?
 No
 - [ ] Document update required?
No
 - [ ] Testing done
  No
 - [ ] 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-3032_removeBlockletSize

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

https://github.com/apache/carbondata/pull/2842.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 #2842


commit 90dfad9a443ae1e5fd791fac85b73096598ab87e
Author: xubo245 
Date:   2018-10-23T03:14:03Z

[CARBONDATA-3032] Remove carbon.blocklet.size from properties template

1.Remove carbon.blocklet.size from properties template, because 
carbon.blocklet.size is in V2, V3 use carbon.blockletgroup.size.in.mb or page 
size
2.change numberComressor to numberCompressor
3.optimize the annotation of method




---