GitHub user qiuchenjian opened a pull request:
https://github.com/apache/carbondata/pull/1806 modify default config: change the default of tempCSV to false
qiuchenjian
tempCSV model generates file to hdfs and then generate sql "load data" ,it depends much time. So , the default value of tempCSV should be false.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/qiuchenjian/carbondata master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1806.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1806
----
commit fb7f72ec3413047c1edda1705d84ccf0d913353e
Author: qiuchenjian <807169000@...>
Date: 2018-01-15T14:47:24Z
modify default config: change the default of tempCSV to false
qiuchenjian
----
---