HDFSRemoteManager

From GreenVulcano Wiki
Revision as of 19:58, 13 January 2015 by M.deluca (talk | contribs) (Description)
Jump to: navigation, search

Description

Use this element for encapsulating the parameters required to connect to an Hadoop Distributed File System (HDFS).

VulCon / GV Console Configuration

If the target directory is on a HDFS file system, you can define the parameters for connection.

The HDFSRemoteManager Element is used by RemoteFileSystemMonitor and remotemanager-call. It has the following attributes:

Attribute Type Description
type fixed This attribute must assume the value remote-manager.
class fixed This attribute must assume the value it.greenvulcano.util.remotefs.hdfs.HDFSRemoteManager.
connectionURL required Server host name and port to contact HDFS. The entire URI is passed to the FileSystem instance's initialize method. Example: hdfs://[IP_NAME_NOME]:[PORT_NAME_NODE]. [1]
username required User name used to access to the HDFS file system.
password required User password. #Encrypted
autoConnect optional If true the instance use autoconnect/disconnect at each method invocation. Default: false.