Registry / networking / hadoop-client-runtime

hadoop-client-runtime

JSON →
library3.5.0javamavenunverified

Apache Hadoop client runtime libraries for interacting with HDFS and MapReduce.

<dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client-runtime</artifactId> <version>3.5.0</version> </dependency>
INSTALL
IMPORT
SIG · HADOOP-CLIENT-RUNT
H
hadoop-client-runtime
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.

Configuration
org.apache.hadoop.conf.Configuration

Configures and accesses HDFS filesystem.

import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FileSystem; Configuration conf = new Configuration(); conf.set("fs.defaultFS", "hdfs://localhost:9000"); FileSystem fs = FileSystem.get(conf); System.out.println(fs.getHomeDirectory());
Debug
Known issues
breakingHadoop 3.x uses different default ports and configuration keys compared to 2.x.
fix
Review configuration properties; use 'fs.defaultFS' instead of deprecated 'fs.default.name'.
affects: >=3.0.0
Upgrade
Version history
3.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
hadoop-client-runtime — mvn dependency:get hadoop-client-runtime · libregistry