INPUT_OBJECT
HdfsBaseConfigInput
Description
Supported in v5.2-v9.1
link GraphQL Schema definition
- input HdfsBaseConfigInput {
- #   Supported in v5.2-v9.1
- #   API token to access Hdfs.
- : String
- #   Required. Supported in v5.2-v9.1
- #   List of Hdfs Namenode Hosts.
- : [HdfsHostInput!]!
- #   Supported in v5.2-v9.1
- #   Ticket Cache Path of Kerberos Ticket.
- : String
- #   Supported in v5.2-v9.1
- #   Logical name for nameservice for Hdfs HA.
- : String
- #   Supported in v5.2-v9.1
- #   Username to access Hdfs API.
- : String
- }