|
|
|
|
|
hdfsOpenConnection (Function) In french: hdfsOuvreConnexion Opens a connection to a Hadoop server. // Connection MyConnection is hdfsConnection MyConnection.namenode = "MyServer" MyConnection.User = "Admin" IF hdfsOpenConnection(MyConnection) = False THEN Error(ErrorInfo()) END
Syntax
<Result> = hdfsOpenConnection(<Connection>)
<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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|