Registry / networking / hadoop-hdfs-client

hadoop-hdfs-client

JSON →
library3.5.0javamavenunverified

Client library for interacting with the Hadoop Distributed File System (HDFS).

<dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-hdfs-client</artifactId> <version>3.5.0</version> </dependency>
INSTALL
IMPORT
SIG · HADOOP-HDFS-CLIENT
H
hadoop-hdfs-client
networkingjavav3.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FileSystem
org.apache.hadoop.fs.FileSystem

Connect to HDFS and print the home directory.

import org.apache.hadoop.fs.FileSystem; import org.apache.hadoop.conf.Configuration; Configuration conf = new Configuration(); FileSystem fs = FileSystem.get(conf); System.out.println(fs.getHomeDirectory());
Debug
Known issues
breakingVersion compatibility with Hadoop cluster is critical; client version must match server version.
fix
Ensure hadoop-hdfs-client version matches the Hadoop cluster version.
affects: >=3.0.0
Upgrade
Version history
3.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Meta
1
Resources
hadoop-hdfs-client — mvn dependency:get hadoop-hdfs-client · libregistry