|
|
|
|
|
- Properties specific to hdfsConnection variables
- WLanguage functions that use the hdfsConnection type
hdfsConnection (Variable type) In french: hdfsConnexion
The hdfsConnection type is used to define the advanced characteristics of a connection to the Hadoop file system (HDFS). You can define and change the characteristics of this connection using different WLanguage properties. Note: 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
Properties 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. | Note: These properties can be used using one of two syntaxes: Remarks WLanguage functions that use the hdfsConnection type - Standard syntax:
- prefix syntax:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|