ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / Big Data / HDFS system
  • Properties specific to hdfsConnection variables
  • WLanguage functions that use the hdfsConnection type
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
// 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 nameType usedEffect
namenodeCharacter stringDNS name or IP address of "Name Node" (server) of Hadoop cluster.
UserCharacter stringUsername.

Note: These properties can be used using one of two syntaxes:
Remarks

WLanguage functions that use the hdfsConnection type

Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help