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
---