Skip to content

💾 Kotlin Extensions for Apache Hadoop (MapReduce).

License

Notifications You must be signed in to change notification settings

heinrichreimer/hadoop-ktx

Repository files navigation

GitHub Actions JitPack

💾 hadoop-ktxα

Kotlin extensions for Apache Hadoop (unofficial).

Gradle Dependency

This library is available on jitpack.io.
Add this in your build.gradle.kts or build.gradle file:

Kotlin
repositories {
    maven("https://jitpack.io")
}

dependencies {
    implementation("dev.reimer:hadoop-ktx:<version>")
}
Groovy
repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'dev.reimer:hadoop-ktx:<version>'
}

Status α

⚠️ Warning: This project is in an experimental alpha stage:

  • The API may be changed at any time without further notice.
  • Development still happens on master.
  • Pull Requests are highly appreciated!

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages