You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Ravindra Pesala (JIRA)" <ji...@apache.org> on 2016/06/23 11:22:16 UTC

[jira] [Comment Edited] (CARBONDATA-4) CarbonData supports spark1.6.1

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

Ravindra Pesala edited comment on CARBONDATA-4 at 6/23/16 11:21 AM:
--------------------------------------------------------------------

Current code supports only Spark 1.5.2 . So we should support both Spark 1.5.2 and 1.6.1.
In order to do that we should add new profile to pom so that user can choose profile as below
{code}
mvn clean -Pspark-1.5.2 package  
mvn clean -Pspark-1.6.1 package. 
{code}
By default it takes Spark 1.5.2. version to build carbondata.

The major change between Spark 1.5.2 and Spark 1.6.1 interfaces are TableIdentifier. We can handle this by adding implicits.


was (Author: ravi.pesala):
Current code supports only Spark 1.5.2 . So we should support both Spark 1.5.2 and 1.6.1.
In order to do that we should add new profile to pom so that user can choose profile as below
{code}
mvn clean -Pspark-1.5.2 package or mvn clean -Pspark-1.6.1 package. 
{code}
By default it takes Spark 1.5.2. version to build carbondata.

The major change between Spark 1.5.2 and Spark 1.6.1 interfaces are TableIdentifier. We can handle this by adding implicits.

> CarbonData supports spark1.6.1
> ------------------------------
>
>                 Key: CARBONDATA-4
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-4
>             Project: CarbonData
>          Issue Type: New Feature
>         Environment: Spark1.6.1
>            Reporter: ChenLiang
>            Assignee: Ravindra Pesala
>
> Currently CarbonData only supports spark1.5.2, need to support spark 1.6.1 also



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