|
|
|
|
|
<hdfsConnection variable>.OpenConnection (Function) In french: <Variable hdfsConnexion>.OuvreConnexion Opens a connection to a Hadoop server. // Connection MyConnection is hdfsConnection MyConnection.namenode = "MyServer" MyConnection.User = "Admin" IF MyConnection.OpenConnection() = False THEN Error(ErrorInfo()) END
Syntax
<Result> = <Connection>.OpenConnection()
<Result>: Boolean - True if the connection was established,
- False if a problem occurs. ErrorInfo is used to identify the error.
<Connection>: hdfsConnection variable Name of the hdfsConnection variable corresponding to the connection to establish with the Hadoop server.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|