GitHub user sanoj-mg opened a pull request: https://github.com/apache/incubator-carbondata/pull/749
[CARBONDATA-854] Datastax CFS file system support Added support for CFS filesystem for Datastax DSE. Tested with DSE 5.0.4 in standalone mode from spark shell. Successfully executed below sequence to load data into carbondata table. val cc = new CarbonContext(sc, "cfs://127.0.0.1/opt/CarbonStore") val df = cc.read.parquet("file:///home/cassandra/test.parquet") df.write.format("carbondata").option("tableName", "test").option("compress", "true").mode(SaveMode.Overwrite).save() You can merge this pull request into a Git repository by running: $ git pull https://github.com/sanoj-mg/incubator-carbondata CARBONDATA-854-Datastax-DSE-support Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-carbondata/pull/749.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #749 ---- commit d0dde1a0b1db60a3d12f9678710f95040903b5c6 Author: Sanoj MG <sanoj.george....@gmail.com> Date: 2017-04-05T18:08:07Z Added support for Datastax CFS file system commit 45e672953eb7c33936a5c7a59ddc845bc4dde5b6 Author: Sanoj MG <m.sa...@habibbank.com> Date: 2017-04-06T08:25:15Z Fixed formatting issues ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---