[
https://issues.apache.org/jira/browse/CARBONDATA-367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15632060#comment-15632060 ]
ASF GitHub Bot commented on CARBONDATA-367:
-------------------------------------------
Github user jackylk commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/287#discussion_r86299867
--- Diff: core/src/main/java/org/apache/carbondata/core/datastorage/store/impl/FileFactory.java ---
@@ -57,14 +58,18 @@
if (property != null) {
if (property.startsWith(CarbonUtil.HDFS_PREFIX)) {
storeDefaultFileType = FileType.HDFS;
- } else if (property.startsWith(CarbonUtil.VIEWFS_PREFIX)) {
+ }
+ else if (property.startsWith(CarbonUtil.ALLUXIO_PREFIX)) {
+ storeDefaultFileType = FileType.ALLUXIO;
+ }
+ else if (property.startsWith(CarbonUtil.VIEWFS_PREFIX)) {
--- End diff --
move to previous line
> Add support alluxio(tachyon) file system(enhance ecosystem integration)
> -----------------------------------------------------------------------
>
> Key: CARBONDATA-367
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-367> Project: CarbonData
> Issue Type: Improvement
> Reporter: Liang Chen
> Assignee: Liang Chen
> Priority: Minor
>
> For supporting alluxio users to use higher performance file
> format(CarbonData), and enhance Apache CarbonData ecosystem integration.
> Can load alluxio file for example "alluxio://localhost:19998/data.csv" to Carbon Data.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)