Creates an endpoint for a Hadoop Distributed File System (HDFS).
Headers
Request body
A subdirectory in the HDFS cluster. This subdirectory is used to read data from or write data to the HDFS cluster. If the subdirectory isn't specified, it will default to <code>/</code>.
The size of data blocks to write into the HDFS cluster. The block size must be a multiple of 512 bytes. The default block size is 128 mebibytes (MiB).
The number of DataNodes to replicate the data to when writing to the HDFS cluster. By default, data is replicated to three DataNodes.
The URI of the HDFS cluster's Key Management Server (KMS).
The type of authentication used to determine the identity of the user.
The Amazon Resource Names (ARNs) of the agents that are used to connect to the HDFS cluster.
Response
Success
The ARN of the source HDFS cluster location that's created.