LocationHdfsQopConfiguration

data class LocationHdfsQopConfiguration(val dataTransferProtection: String? = null, val rpcProtection: String? = null)

Constructors

Link copied to clipboard
constructor(dataTransferProtection: String? = null, rpcProtection: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your dfs.data.transfer.protection setting in the hdfs-site.xml file on your Hadoop cluster. Valid values are DISABLED, AUTHENTICATION, INTEGRITY and PRIVACY.

Link copied to clipboard
val rpcProtection: String? = null

The RPC protection setting configured on the HDFS cluster. This setting corresponds to your hadoop.rpc.protection setting in your core-site.xml file on your Hadoop cluster. Valid values are DISABLED, AUTHENTICATION, INTEGRITY and PRIVACY.