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

    https://github.com/apache/incubator-carbondata/pull/7#discussion_r69284123
  
    --- Diff: docs/Quick-Start.md ---
    @@ -89,12 +91,12 @@ EOF
     
     ```
     val dataFilePath = new File("").getCanonicalPath + "/carbondata/sample.csv"
    -cc.sql(s"load data inpath '$dataFilePath' into table table1")
    +cc.sql(s"load data local inpath '$dataFilePath' into table table1")
    --- End diff --
    
    Right now there is no significant meaning to `local` in carbondata.We just 
keep it to align  with hive syntax. It confues user so better don't use here.
     Here also you can give Note as `dataFilePath` can be hdfs path as well 
like 
    `val dataFilePath = hdfs://hacluster//carbondata/sample.csv`


---
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.
---

Reply via email to