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
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Note: These functions are also available in prefix syntax (HDFS functions (prefix syntax)).
The following functions are used to manage files on a HDFS system:
hdfsCloseConnectionCloses a connection to a Hadoop server.
hdfsCopyFromCopies a file found on a Hadoop server to the local computer.
hdfsCopyToCopies a file located on the local machine to a Hadoop server.
hdfsCreateDirectoryCreates a directory on a Hadoop server.
hdfsDeleteDeletes a file or directory from a Hadoop server.
hdfsListLists the content of a directory found on a Hadoop server.
hdfsOpenConnectionOpens a connection to a Hadoop server.
hdfsRenameRenames a file or a directory found on a Hadoop server.


The following types are used by the HDFS functions:
hdfsConnectionThe hdfsConnection type is used to define the advanced characteristics of a connection to the Hadoop file system (HDFS).
hdfsRightsThe hdfsRights type is used to define the advanced characteristics regarding the access rights to an element (file, link, directory) of the Hadoop file system.
hdfsStatusThe hdfsStatus type is used to define the advanced characteristics regarding the status of an element (file, directory, link) in the Hadoop file system.

Please note: HBase functions are available for editing and execution only on Windows Vista or Windows Server 2008.
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help