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