AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / Big Data / Sistema HDFS
  • Properties specific to hdfsConnection variables
  • WLanguage functions that use the hdfsConnection type
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
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.
Example
// 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 nameType usedEffect
namenodeCharacter stringDNS name or IP address of "Name Node" (server) of Hadoop cluster.
UserCharacter stringUsername.

Remark: These properties can be handled by using one of the following syntaxes:

WLanguage functions that use the hdfsConnection type

Versión mínima requerida
  • Versión 21
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/01/2023

Señalar un error o enviar una sugerencia | Ayuda local