Registry / other / hadoop-core

hadoop-core

JSON →
library1.2.1javamavenunverified

Core libraries for Apache Hadoop, providing distributed file system and MapReduce support.

<dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-core</artifactId> <version>1.2.1</version> </dependency>
INSTALL
IMPORT
SIG · HADOOP-CORE
H
hadoop-core
otherjavav1.2.1
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

Create a Hadoop configuration object.

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
breakinghadoop-core is outdated; use hadoop-common instead for newer versions.
fix
Replace dependency with org.apache.hadoop:hadoop-common for Hadoop 2.x+.
affects: >=2.0.0
Upgrade
Version history
1.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
hadoop-core — mvn dependency:get hadoop-core · libregistry