You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "ChenLiang (JIRA)" <ji...@apache.org> on 2016/07/01 12:54:10 UTC

[jira] [Updated] (CARBONDATA-31) Unify definition for SparkContext,CarbonContext,HiveContext,SQLContext

     [ https://issues.apache.org/jira/browse/CARBONDATA-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ChenLiang updated CARBONDATA-31:
--------------------------------
    Description: 
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 sc: HiveContext
....

To unify definition for SparkContext,CarbonContext,HiveContext,SQLContext as below:
CarbonContext : cc
SQLContext : sqlContext
SparkContext : sc
HiveContext : hiveContext

  was:
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 sc: HiveContext
....

To unify definition for SparkContext,CarbonContext,HiveContext,SQLContext as below:
CarbonContext : cc
SQLContext : sqlcontext
SparkContext : sc
HiveContext : hivecontext


> 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 sc: 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)