nameNodes

@JvmName(name = "mtrexaqjcxsicagb")
suspend fun nameNodes(value: Output<List<LocationHdfsNameNodeArgs>>)
@JvmName(name = "pbjrejtsentkmtdw")
suspend fun nameNodes(value: List<LocationHdfsNameNodeArgs>?)

Parameters

value

The NameNode that manages the HDFS namespace. The NameNode performs operations such as opening, closing, and renaming files and directories. The NameNode contains the information to map blocks of data to the DataNodes. You can use only one NameNode. See configuration below.


@JvmName(name = "ucjqragdnqywfwws")
suspend fun nameNodes(vararg values: Output<LocationHdfsNameNodeArgs>)


@JvmName(name = "ncohivphmyxtjdlf")
suspend fun nameNodes(values: List<Output<LocationHdfsNameNodeArgs>>)
@JvmName(name = "libuyleatvxglqdl")
suspend fun nameNodes(vararg values: LocationHdfsNameNodeArgs)

Parameters

values

The NameNode that manages the HDFS namespace. The NameNode performs operations such as opening, closing, and renaming files and directories. The NameNode contains the information to map blocks of data to the DataNodes. You can use only one NameNode. See configuration below.


@JvmName(name = "dlqijpykooajarup")
suspend fun nameNodes(argument: List<suspend LocationHdfsNameNodeArgsBuilder.() -> Unit>)
@JvmName(name = "lnfqjjhfrddtenin")
suspend fun nameNodes(vararg argument: suspend LocationHdfsNameNodeArgsBuilder.() -> Unit)
@JvmName(name = "xsrndsxyirmminga")
suspend fun nameNodes(argument: suspend LocationHdfsNameNodeArgsBuilder.() -> Unit)

Parameters

argument

The NameNode that manages the HDFS namespace. The NameNode performs operations such as opening, closing, and renaming files and directories. The NameNode contains the information to map blocks of data to the DataNodes. You can use only one NameNode. See configuration below.