Github user xuchuanyin commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2270#discussion_r186095004
--- Diff: assembly/pom.xml ---
@@ -89,7 +89,18 @@
<artifactSet>
<includes>
<include>*:*</include>
+ <!--use the following line if we only want carbondata
related classes-->
+ <!--<include>org.apache.carbondata:*</include>-->
</includes>
+ <excludes>
+ <exclude>org.apache.hadoop:*</exclude>
--- End diff --
FYI: Fllowings are known classes that are provided by spark.
---