KATO Tomoyuki 6cd32dd3b4 [config-ref] fix unknown config option type to PortOpt
backport: mitaka

Change-Id: I3c37e0ee5a78b74db1b5a74feabac2e10110078d
Closes-Bug: #1603082
2016-08-03 15:29:20 +09:00

1.2 KiB

Description of HDFS Share Driver configuration options
Configuration option = Default value Description
[DEFAULT]
hdfs_namenode_ip = None (String) The IP of the HDFS namenode.
hdfs_namenode_port = 9000 (Port number) The port of HDFS namenode service.
hdfs_ssh_name = None (String) HDFS namenode ssh login name.
hdfs_ssh_port = 22 (Port number) HDFS namenode SSH port.
hdfs_ssh_private_key = None (String) Path to HDFS namenode SSH private key for login.
hdfs_ssh_pw = None (String) HDFS namenode SSH login password, This parameter is not necessary, if 'hdfs_ssh_private_key' is configured.