ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: HDFS system
24 results
<hdfsConnection variable>.CloseConnection (Function)
Closes a connection to a Hadoop server.
<hdfsConnection variable>.CopyFrom (Function)
Copies a file found on a Hadoop server to the local computer.
<hdfsConnection variable>.CopyTo (Function)
Copies a file located on the local machine to a Hadoop server.
<hdfsConnection variable>.CreateDirectory (Function)
Creates a directory on a Hadoop server.
<hdfsConnection variable>.Delete (Function)
Deletes a file or directory from a Hadoop server.
<hdfsConnection variable>.List (Function)
Lists the content of a directory found on a Hadoop server.
<hdfsConnection variable>.OpenConnection (Function)
Opens a connection to a Hadoop server.
<hdfsConnection variable>.Rename (Function)
Renames a file or a directory found on a Hadoop server.
HDFS constants
The following constants are used by the HDFS functions:
HDFS functions
The following functions are used to manage files on a HDFS system...
HDFS functions (prefix syntax)
The following functions are used to manage files on an HDFS system (prefix syntax)...
HDFS system management (prefix syntax)
HDFS (Hadoop Distributed File System) is one of the components of the Hadoop framework...
hdfsCloseConnection (Function)
Closes a connection to a Hadoop server.
hdfsConnection (Variable type)
The hdfsConnection type is used to define the advanced characteristics of a connection to the Hadoop file system (HDFS).
hdfsCopyFrom (Function)
Copies a file found on a Hadoop server to the local computer.
hdfsCopyTo (Function)
Copies a file located on the local machine to a Hadoop server.
hdfsCreateDirectory (Function)
Creates a directory on a Hadoop server.
hdfsDelete (Function)
Deletes a file or directory from a Hadoop server.
hdfsList (Function)
Lists the content of a directory found on a Hadoop server.
hdfsOpenConnection (Function)
Opens a connection to a Hadoop server.
hdfsRename (Function)
Renames a file or a directory found on a Hadoop server.
hdfsRights (Variable type)
The hdfsRights type is used to define the advanced characteristics regarding the access rights to an element (file, link, directory) of the Hadoop file system.
hdfsStatus (Variable type)
The hdfsStatus type is used to define the advanced characteristics regarding the status of an element (file, directory, link) in the Hadoop file system.
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the components of the Hadoop framework...