Scalding is a Scala library that simplifies the development of MapReduce jobs by providing a high-level API for data processing.
<dependency>
<groupId>com.twitter</groupId>
<artifactId>scalding-core_2.10</artifactId>
<version>0.16.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal Scalding job that counts words from a text file.
Upgrade to a newer Scalding version and Scala version if possible.
No dependency data recorded yet.