[jira] [Commented] (CARBONDATA-2) Remove kettle for loading data

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (CARBONDATA-2) Remove kettle for loading data

Akash R Nilugal (Jira)

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

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

Github user ravipesala commented on a diff in the pull request:

    https://github.com/apache/incubator-carbondata/pull/263#discussion_r86684431
 
    --- Diff: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchema.scala ---
    @@ -1198,10 +1172,16 @@ case class LoadTableUsingKettle(
             GlobalDictionaryUtil
               .generateGlobalDictionary(sqlContext, carbonLoadModel, relation.tableMeta.storePath,
                 dataFrame)
    -        CarbonDataRDDFactory
    -          .loadCarbonData(sqlContext, carbonLoadModel, storeLocation, relation.tableMeta.storePath,
    +        CarbonDataRDDFactory.loadCarbonData(sqlContext,
    +            carbonLoadModel,
    +            storeLocation,
    +            relation.tableMeta.storePath,
    --- End diff --
   
    Actually one is temporary location to store in the local disk of node. But it is not required as it got added later. So I am removing it.


> Remove kettle for loading data
> ------------------------------
>
>                 Key: CARBONDATA-2
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2
>             Project: CarbonData
>          Issue Type: Improvement
>          Components: data-load
>            Reporter: Liang Chen
>            Priority: Critical
>              Labels: features
>             Fix For: 0.3.0-incubating
>
>         Attachments: CarbonDataLoadingdesign.pdf
>
>
> Remove kettle for loading data module



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