You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by jackylk <gi...@git.apache.org> on 2016/10/12 14:49:39 UTC

[GitHub] incubator-carbondata pull request #223: [CARBONDATA-292] add infomation for ...

Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/incubator-carbondata/pull/223#discussion_r83022245
  
    --- Diff: docs/DML-Operations-on-Carbon.md ---
    @@ -104,8 +109,10 @@ Following are the options that can be used in load data:
                                      'MULTILINE'='true', 'ESCAPECHAR'='\', 
                                      'COMPLEX_DELIMITER_LEVEL_1'='$', 
                                      'COMPLEX_DELIMITER_LEVEL_2'=':',
    -                                 'ALL_DICTIONARY_PATH'='/opt/alldictionary/data.dictionary'
    +                                 'ALL_DICTIONARY_PATH'='/opt/alldictionary/data.dictionary',
    +                                 'COLUMNDICT'='empno:/dictFilePath/empnoDict.csv, empname:/dictFilePath/empnameDict.csv'
    --- End diff --
    
    do not give this option since it can not be used together with `ALL_DICTIONARY_PATH`


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---