Github user jackylk commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/582#discussion_r98597175
--- Diff: docs/dml-operation-on-carbondata.md ---
@@ -133,6 +133,25 @@ You can use the following options to load data:
NOTE: Date formats are specified by date pattern strings. The date
pattern letters in CarbonData are same as in JAVA. Refer to
[SimpleDateFormat](http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html).
+- **USE_KETTLE:** This option is used to specify whether to use kettle for
loading data or not. By default kettle is used for data loading.
+
+ ```
+ OPTIONS('USE_KETTLE'='FALSE')
+ ```
+
+ Note : It is recommended to set the value for this option as false.
+
+- **SINGLE_PASS:** This option specifies whether to use single pass for
loading data or not. By default this option is set to FALSE.
--- End diff --
can you add description for what is single pass
---
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 [email protected] or file a JIRA ticket
with INFRA.
---