You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Liang Chen (JIRA)" <ji...@apache.org> on 2017/04/09 04:16:41 UTC

[jira] [Created] (CARBONDATA-889) Optimize pom dependency with exclusion to remove unnecessary dependency jar

Liang Chen created CARBONDATA-889:
-------------------------------------

             Summary: Optimize pom dependency with exclusion to remove unnecessary dependency jar 
                 Key: CARBONDATA-889
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-889
             Project: CarbonData
          Issue Type: Improvement
            Reporter: Liang Chen
             Fix For: 1.2.0-incubating


For example: 
The below's spark dependency will introduce around 90 dependency jar, but some of them are unnecessary jar for CarbonData.
<dependency>
      <groupId>org.apache.spark</groupId>
      <artifactId>spark-sql_${scala.binary.version}</artifactId>
    </dependency>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)