|
|
|
|
|
- Properties specific to hdfsConnection variables
- WLanguage functions that use the hdfsConnection type
hdfsConnection (Type of variable) In french: hdfsConnexion
The hdfsConnection type is used to define the advanced characteristics of a connection to the Hadoop file system (HDFS). The characteristics of this connection can be defined and changed using different WLanguage properties. Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. // Connection MyConnection is hdfsConnection MyConnection.namenode = "MyServer" MyConnection.User = "Admin" IF hdfsOpenConnection(MyConnection) = False THEN Error(ErrorInfo()) END
Remarks Properties specific to hdfsConnection variables The following properties can be used to handle a connection: | | | Property name | Type used | Effect |
---|
namenode | Character string | DNS name or IP address of "Name Node" (server) of Hadoop cluster. | User | Character string | Username. | Remark: These properties can be handled by using one of the following syntaxes: WLanguage functions that use the hdfsConnection type - Standard syntax:
- prefix syntax:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|