Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Repository configuration

  • HDFS Repository configuration

    • Repository Name : name of the repository; required when configuring agents
    • Description : a description of the repository
    • Active status : Enabled or Disabled
    • Repository Type : HDFS (cannot be modified)
    • User Name : end system username that can be used for connection
    • fs.default.name : location of the Hadoop HDFS service, as noted in the Hadoop configuration file core-site.xml OR (if this is a HA environment) the path for the primary NameNode
    • hadoop.security.authorization : type of authorization in use, as noted in the Hadoop configuration file core-site.xml. Can be either simple or Kerberos (required only if authorization is enabled)
    • hadoop.security.auth_to_local : maps the login  credential to a username with Hadoop. Use  the value noted in the Hadoop configuration file, core -site.xml
    • dfs.datanode.kerberos.principal : principal associated with the DataNode where the repository resides, as noted in the Hadoop configuration file hdfs-site.xml (required only if Kerberos authentication is enabled)
    •  dfs.namenode.kerberos.principal : principal associated with the NameNode where the repository resides, as noted in the Hadoop configuration file hdfs-site.xml (required only if Kerberos authentication is enabled)
    • dfs.secondary.namenode.kerberos.principal : principal associated with the secondary NameNode where the repository resides, as noted in the Hadoop configuration file hdfs-site.xml  (required only if Kerberos authentication is enabled)
    • Common Name For Certificate : name of the certificate

 

  • Hive Repository configuration

    • Repository Name : name of the repository; required when configuring agents
    • Description : a description of the repository
    • Active status : Enabled or Disabled
    • Repository Type : Hive (cannot be modified)
    • User Name : end system username that can be used for connection
    • Password : password for the username entered above
    • jdbc.driver ClassName : the full classname of the driver used for Hive connections. Default is org.apache.hive.jdbc.HiveDriver
    • jdbc.url : the complete connection URL, including port and database name. For example, on HortonWorks sandbox : jdbc:hive2://sandbox:10000/ -- Default port is 10000
    • Common Name For Certificate : name of the certificate


  • HBase Repository configuration

    • Repository Name : name of the repository; required when configuring agents
    • Description : a description of the repository
    • Active status : Enabled or Disabled
    • Repository Type : HBase (cannot be modified)
    • User Name : end system username that can be used for connection
    • Password : password for the username entered above
    • hadoop.security.authorization : type of authorization in use. Can be either simple or Kerberos.
    •  hbase.master.kerberos.principal : Kerberos principal for the HBase Master (required only if Kerberos authetication is enabled)
    • hbase.security.authentication : As noted in the Hadoop configuration file hbase-site.xml
    • hbase.zookeeper.property.cientPort : As noted in the Hadoop configuration file hbase-site.xml
    • hbase.zookeeper.quorum :As noted in the Hadoop configuration file hbase-site.xml
    • zookeeper.znode.parent : As noted in the Hadoop configuration file hbase-site.xml


  • Knox Repository configuration

    •  Repository Name : name of the repository; required when configuring agents
    • Description : a description of the repository
    • Active status : Enabled or Disabled
    • Repository Type : Knox (cannot be modified)
    • User Name : end system username that can be used for connection
    • Password : password for the username entered above
    • knox.url : gateway URL for Knox
    • Common Name For Certificate : name of the certificate


  • Storm Repository configuration

    •   Repository Name : name of the repository; required when configuring agents  
    • Description : a description of the repository
    • Active status : Enabled or Disabled
    • Repository Type : Storm (cannot be modified)
    • User Name : end system username that can be used for connection
    • Password : password for the username entered above
    • nimbus.url : hostname of nimbus format, in the form : http://ipaddress:8080
    •  Common Name For Certificate : name of the certificate

...