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 Hadoop Distributed File System. Use the following connection URI: hdfs://<node name>:<port> Where
For example, enter: hdfs://myhostname:8020/ You can also get the Default File System URI property from core-site.xml located in the following directory on the Hadoop cluster: /etc/hadoop/conf/ Use the value from the fs.defaultFS property found in core-site.xml. For example, use the following value: <property> <name>fs.defaultFS</name> <value>hdfs://localhost:8020</value> </property> The Azure HDInsight File System default file system can be Windows Azure Storage Blob (WASB) or Azure Data Lake Store (ADLS). If the cluster uses WASB storage, use the following string to specify the URI: 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 If the cluster uses ADLS storage, use the following format to specify the URI: adl://home The following is the fs.defaultFS property as it appears in hdfs-site.xml: <property>fs.defaultFS</property> <value>adl://home</value> |