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/07/12 08:45:20 UTC

[jira] [Commented] (CARBONDATA-50) Support Spark 1.6.2 in CarbonData

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

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

GitHub user ravipesala opened a pull request:

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

    [CARBONDATA-50]Added Spark 1.6.2 support in Carbon

    Carbon can support Spark 1.6.2 version with this PR.
    User should provide maven profile `-Pspark-1.6.2` while building Carbon like
    `mvn clean -DskipTests -Pspark-1.6.2 package`

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ravipesala/incubator-carbondata spark1.6.2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-carbondata/pull/35.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #35
    
----
commit 56db005c2d37777f0e109c898123baa73556bffd
Author: ravipesala <ra...@gmail.com>
Date:   2016-07-12T08:41:08Z

    Added Spark 1.6.2 support in Carbon

----


> Support Spark 1.6.2 in CarbonData
> ---------------------------------
>
>                 Key: CARBONDATA-50
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-50
>             Project: CarbonData
>          Issue Type: New Feature
>            Reporter: Ravindra Pesala
>            Assignee: Ravindra Pesala
>
> Current carbon cannot support latest Spark version 1.6.2.  It should be supported with new maven profile like below
> {code}
>  mvn clean -Pspark-1.6.2 package
> {code}



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