Class ServiceConfig.HdfsNative

java.lang.Object
org.apache.opendal.ServiceConfig.HdfsNative
All Implemented Interfaces:
ServiceConfig
Enclosing interface:
ServiceConfig

public static class ServiceConfig.HdfsNative extends Object implements ServiceConfig
Configuration for service hdfs-native.
  • Field Details

    • enableAppend

      public final Boolean enableAppend
      Deprecated.
      HDFS Native append capability is enabled by default and this option is no longer needed.

      Deprecated: HDFS Native append capability is enabled by default.

    • nameNode

      public final String nameNode

      name_node of this backend

    • options

      public final Map<String,String> options

      other options for hdfs client

    • root

      public final String root

      work dir of this backend

  • Constructor Details

    • HdfsNative

      public HdfsNative()
  • Method Details