Apache Hadoop Common provides the shared utilities and libraries that support the other Hadoop modules, including file system abstraction and RPC.
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>3.5.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Hadoop Configuration object and sets a property.
Review migration guide when upgrading from Hadoop 2.x.
No dependency data recorded yet.