You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2017/04/06 11:22:09 UTC

[1/2] incubator-carbondata git commit: Removed USE_KETTLE options reference from documentation

Repository: incubator-carbondata
Updated Branches:
  refs/heads/master 1624c5f7a -> bbade2aa8


Removed USE_KETTLE options reference from documentation


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/97d27895
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/97d27895
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/97d27895

Branch: refs/heads/master
Commit: 97d27895da323313d299d326fb8788e02b1ed6a7
Parents: 1624c5f
Author: Divya <di...@knoldus.com>
Authored: Wed Apr 5 13:58:45 2017 +0530
Committer: chenliang613 <ch...@huawei.com>
Committed: Thu Apr 6 16:51:18 2017 +0530

----------------------------------------------------------------------
 docs/dml-operation-on-carbondata.md | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/97d27895/docs/dml-operation-on-carbondata.md
----------------------------------------------------------------------
diff --git a/docs/dml-operation-on-carbondata.md b/docs/dml-operation-on-carbondata.md
index 74fa0b0..6f67543 100644
--- a/docs/dml-operation-on-carbondata.md
+++ b/docs/dml-operation-on-carbondata.md
@@ -133,14 +133,6 @@ 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 not used for data loading.
-
-    ```
-    OPTIONS('USE_KETTLE'='FALSE')
-    ```
-
-   Note :  It is recommended to set the value for this option as false.
-
 - **SINGLE_PASS:** Single Pass Loading enables single job to finish data loading with dictionary generation on the fly. It enhances performance in the scenarios where the subsequent data loading after initial load involves fewer incremental updates on the dictionary.
 
    This option specifies whether to use single pass for loading data or not. By default this option is set to FALSE.
@@ -165,7 +157,6 @@ options('DELIMITER'=',', 'QUOTECHAR'='"','COMMENTCHAR'='#',
 'MULTILINE'='true','ESCAPECHAR'='\','COMPLEX_DELIMITER_LEVEL_1'='$',
 'COMPLEX_DELIMITER_LEVEL_2'=':',
 'ALL_DICTIONARY_PATH'='/opt/alldictionary/data.dictionary',
-'USE_KETTLE'='FALSE',
 'SINGLE_PASS'='TRUE'
 )
 ```


[2/2] incubator-carbondata git commit: [CARBONDATA-862] Removed Use Kettle From Documentation This closes #731

Posted by ch...@apache.org.
[CARBONDATA-862] Removed Use Kettle From Documentation This closes #731


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/bbade2aa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/bbade2aa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/bbade2aa

Branch: refs/heads/master
Commit: bbade2aa855ada21777139c22088788bc8b397d1
Parents: 1624c5f 97d2789
Author: chenliang613 <ch...@huawei.com>
Authored: Thu Apr 6 16:51:52 2017 +0530
Committer: chenliang613 <ch...@huawei.com>
Committed: Thu Apr 6 16:51:52 2017 +0530

----------------------------------------------------------------------
 docs/dml-operation-on-carbondata.md | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------