Property | Description |
---|---|
Name | Name of the connection. The name is not case sensitive and must be unique within the domain. The name cannot exceed 128 characters, contain spaces, or contain the following special characters: ~ ` ! $ % ^ & * ( ) - + = { [ } ] | \ : ; " ' < , > . ? / |
ID | String that the Data Integration Service uses to identify the connection. The ID is not case sensitive. It must be 255 characters or less and must be unique in the domain. You cannot change this property after you create the connection. Default value is the connection name. |
Description | The description of the connection. The description cannot exceed 765 characters. |
Location | The domain where you want to create the connection. Not valid for the Analyst tool. |
Type | The connection type. Default is Hadoop File System. |
User Name | User name to access HDFS. |
NameNode URI | The URI to access the storage system. You can find the value for fs.defaultFS in the core-site.xml configuration set of the cluster configuration. |
Cluster Configuration | The name of the cluster configuration associated with the Hadoop environment. |
Storage | NameNode URI Format |
---|---|
HDFS | hdfs://<namenode>:<port> where:
hdfs://<nameservice> in case of NameNode high availability. |
MapR-FS | maprfs:/// |
WASB in HDInsight | wasb://<container_name>@<account_name>.blob.core.windows.net/<path> where:
Note: <container_name> is optional. Example: wasb://infabdmoffering1storage.blob.core.windows.net/infabdmoffering1cluster/mr-history |
ADLS in HDInsight | adl://home |