ravipesala commented on a change in pull request #3151: [HOTFIX][DOC] Optimize 
quick-start-guide.md and dml-of-carbondata.md
URL: https://github.com/apache/carbondata/pull/3151#discussion_r268081265
 
 

 ##########
 File path: docs/dml-of-carbondata.md
 ##########
 @@ -35,10 +35,14 @@ CarbonData DML statements are documented here,which 
includes:
   This command is used to load csv files to carbondata, OPTIONS are not 
mandatory for data loading process. 
 
   ```
-  LOAD DATA [LOCAL] INPATH 'folder_path' 
+  LOAD DATA INPATH 'folder_path'
   INTO TABLE [db_name.]table_name 
   OPTIONS(property_name=property_value, ...)
   ```
+  **NOTE**:
+   - If run the sql on cluster mode, please upload all input files to HDFS or 
S3 and so on.
+   - If run the sql on local mode with HDFS, please upload all input files to 
HDFS.
+   - If run the sql on local mode with local file system, it just supports to 
read input files from local file system.
 
 Review comment:
   I guess no need to mention all these points, just ask the user to provide 
the path along with scheme like file:// or hdfs:// or s3:// etc. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to