OBJECT

HdfsBaseConfig

Description

Supported in v5.2-v9.1

link GraphQL Schema definition

  • type HdfsBaseConfig {
  • # Supported in v5.2-v9.1
  • # API token to access Hdfs.
  • apiToken: String
  • # Required. Supported in v5.2-v9.1
  • # List of Hdfs Namenode Hosts.
  • hosts: [HdfsHost!]!
  • # Supported in v5.2-v9.1
  • # Ticket Cache Path of Kerberos Ticket.
  • kerberosTicket: String
  • # Supported in v5.2-v9.1
  • # Logical name for nameservice for Hdfs HA.
  • nameservices: String
  • # Supported in v5.2-v9.1
  • # Username to access Hdfs API.
  • username: String
  • }