[GitHub] [carbondata] akashrn5 commented on a change in pull request #3721: [CARBONDATA-3777]Add HDFSLocalCarbonFile implementation to Use FileSystem's LocalFileSystem in cluster mode

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] akashrn5 commented on a change in pull request #3721: [CARBONDATA-3777]Add HDFSLocalCarbonFile implementation to Use FileSystem's LocalFileSystem in cluster mode

GitBox

akashrn5 commented on a change in pull request #3721:
URL: https://github.com/apache/carbondata/pull/3721#discussion_r415541668



##########
File path: core/src/main/java/org/apache/carbondata/core/datastore/impl/DefaultFileTypeProvider.java
##########
@@ -110,6 +110,8 @@ public CarbonFile getCarbonFile(String path, Configuration conf) {
         return new AlluxioCarbonFile(path);
       case VIEWFS:
         return new ViewFSCarbonFile(path);
+      case HDFS_LOCAL:
+        return new HDFSCarbonFile(path);

Review comment:
       changed




----------------------------------------------------------------
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:
[hidden email]