Github user BJangir commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2991#discussion_r242049571
--- Diff: pom.xml ---
@@ -587,6 +587,9 @@
<module>examples/spark2</module>
<module>datamap/lucene</module>
<module>datamap/bloom</module>
+ <!-- GCC ,C++,CMAKE,MAKE and TestFramework is added only for spark
2.2 related machines,So calling
--- End diff --
Actually CI machines are not updated with GCC and Cmake,Make,googletest.
SDK is not related to any spark version . i updated GCC,CMAKe,MAKE,googletest
only for spark2.2 machines.
---