Registry / other / hadoop-client

hadoop-client

JSON →
library3.5.0javamavenunverified

Aggregate POM exposing all Hadoop client dependencies for building Hadoop applications.

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

Creates a Hadoop Configuration object to set filesystem properties.

import org.apache.hadoop.conf.Configuration; public class Example { public static void main(String[] args) { Configuration conf = new Configuration(); conf.set("fs.defaultFS", "hdfs://localhost:9000"); System.out.println("Hadoop configuration created"); } }
Debug
Known issues
gotchaThis artifact is a POM-only; it does not contain any classes. You must add individual Hadoop modules like hadoop-common, hadoop-hdfs, etc.
fix
Add specific Hadoop dependencies such as org.apache.hadoop:hadoop-common.
affects: all
Upgrade
Version history
3.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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