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

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

GitHub user chenliang613 opened a pull request:

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

    [CARBONDATA-31] To unify definition for 
SparkContext,CarbonContext,HiveContext,SQLContext

    For SparkContext,CarbonContext,HiveContext,SQLContext definition, different 
places having different definition, for example:
    1)val sc = new CaronContext, val carboncontext = new CaronContext
    2)var oc: HiveContext , var context: HiveContext
    ....
    To unify definition for SparkContext,CarbonContext,HiveContext,SQLContext 
as below:
    CarbonContext : cc
    SQLContext : sqlContext
    SparkContext : sc
    HiveContext : hiveContext

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

    $ git pull https://github.com/chenliang613/incubator-carbondata 
unify_contextdef

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

    https://github.com/apache/incubator-carbondata/pull/14.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 #14
    
----
commit 68432514529ee8fca93b4f64b2f1e97a049c197b
Author: chenliang613 <[email protected]>
Date:   2016-07-02T10:05:51Z

    To unify definition for SparkContext,CarbonContext,HiveContext,SQLContext

commit 75ae003e857a875d59fc90fd7c89790e3c76ec03
Author: chenliang613 <[email protected]>
Date:   2016-07-02T10:37:28Z

    Unify definition for SparkContext,CarbonContext,HiveContext,SQLContext

----


> Unify definition for SparkContext,CarbonContext,HiveContext,SQLContext
> ----------------------------------------------------------------------
>
>                 Key: CARBONDATA-31
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-31
>             Project: CarbonData
>          Issue Type: Improvement
>            Reporter: ChenLiang
>            Assignee: ChenLiang
>            Priority: Minor
>
> For SparkContext,CarbonContext,HiveContext,SQLContext definition, different 
> places having different definition, for example:
> 1)val sc = new CaronContext, val carboncontext = new CaronContext
> 2)var oc: HiveContext , var context: HiveContext
> ....
> To unify definition for SparkContext,CarbonContext,HiveContext,SQLContext as 
> below:
> CarbonContext : cc
> SQLContext : sqlContext
> SparkContext : sc
> HiveContext : hiveContext



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

Reply via email to