[
https://issues.apache.org/jira/browse/CARBONDATA-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15639794#comment-15639794 ]
ASF GitHub Bot commented on CARBONDATA-2:
-----------------------------------------
Github user jackylk commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/263#discussion_r86666739
--- 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 --
why there are two storeLocation?
> 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)