AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Administrar bases de datos / Big Data / Sistema HDFS
  • Overview
  • How to programmatically manipulate files on an HDFS server
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Overview
HDFS (Hadoop Distributed File System) is one of the components of the Hadoop framework.
HDFS is a distributed file system, which means that it uses a cluster of servers to create a storage space.
HDFS can store any number of files. The files stored in the cluster are divided into data blocks and distributed among the different nodes of the HDFS cluster.
To guarantee data resilience, each data block is duplicated on several nodes (three by default).
Therefore, the file system is not affected if a node fails.
How to programmatically manipulate files on an HDFS server
To handle files on a HDFS server, you can:
  1. Connect to the HDFS server (hdfsOpenConnection).
  2. Perform one of the following operations:
  3. Close the connection to the server (hdfsCloseConnection).
Please note: HDFS functions are only available for Windows Vista or Windows Server 2008.
Versión mínima requerida
  • Versión 21
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

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