GitHub user foryou2030 opened a pull request:
https://github.com/apache/incubator-carbondata/pull/458 [CARBONDATA-557] Fix use_kettle not working
# Why raise this pr?
when run command:
LOAD DATA LOCAL INPATH '/path/data.csv' into table t3 OPTIONS('USE_KETTLE'='false');
load data still using the orginal flow instead of the new flow
# How to solve it?
repair the spell mistake of keyword "USE_KETTLE"
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/foryou2030/incubator-carbondata use_kettle
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/458.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #458
----
commit 712edc64f038a4af70359534d7d0ddd5f150b953
Author: foryou2030 <
[hidden email]>
Date: 2016-12-23T08:27:07Z
Fix use_kettle not working
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at
[hidden email] or file a JIRA ticket
with INFRA.
---