You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by BJangir <gi...@git.apache.org> on 2019/01/02 06:30:31 UTC

[GitHub] carbondata pull request #2991: [CARBONDATA-3043] Add build script and add te...

Github user BJangir commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2991#discussion_r244667973
  
    --- 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 --
    
    SDK does not depend on Spark Version.  Currently it is added in spark2.2 profile because only spark2.2 related CI machine are having required software(make,cmake..etc). 


---