You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/01 15:29:20 UTC

[jira] [Commented] (CARBONDATA-102) Exclude the Spark and hadoop from CarbonData assembly jar by default and reduce the jar file size

    [ https://issues.apache.org/jira/browse/CARBONDATA-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15402250#comment-15402250 ] 

ASF GitHub Bot commented on CARBONDATA-102:
-------------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-carbondata/pull/53


> Exclude the Spark and hadoop from CarbonData assembly jar by default and reduce the jar file size
> -------------------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-102
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-102
>             Project: CarbonData
>          Issue Type: Improvement
>            Reporter: Ravindra Pesala
>            Priority: Minor
>             Fix For: Apache CarbonData 0.1.0-incubating
>
>
> Currently CarbonData assembly jar is huge and it is about 200MB size because it includes Spark, Scala and Hadoop dependency jars.
> So we should not include Hadoop, Scala and Spark dependencies in CarbonData jar by default as it is going to be deployed in Spark cluster.
> If user wish to include them we should give the option in maven build to include all dependencies.
> Like default build like below will have only CarbonData and its dependencies apart from Spark, Scala and Hadoop dependencies. 
> {code}
> mvn clean -DskipTests package
> {code}
> Below build includes all dependencies like Spark, Scala and Hadoop
> {code}
> mvn clean -DskipTests -Pinclude-all package
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)