f

flume

The MongoDB Connector for Hadoop is a plugin for Hadoop that provides the ability to use MongoDB as an input source and/or an output destination.
https://github.com/mongodb/mongo-hadoop.git
The Apache Software License, Version 2.0
Various
Files download
File Operation
flume-1.4-rc0.jar download
flume-1.4-rc0.pom download
flume-1.4-rc0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mongodb.mongo-hadoop</groupId>
  <artifactId>flume</artifactId>
  <version>1.4-rc0</version>
</dependency>
Gradle Groovy
implementation 'org.mongodb.mongo-hadoop:flume:1.4-rc0'
Gradle Kotlin
implementation("org.mongodb.mongo-hadoop:flume:1.4-rc0")
Scala SBT
libraryDependencies += "org.mongodb.mongo-hadoop" % "flume" % "1.4-rc0"
Groovy Grape
@Grapes(
  @Grab(group='org.mongodb.mongo-hadoop', module='flume', version='1.4-rc0')
)
Apache Ivy
<dependency org="org.mongodb.mongo-hadoop" name="flume" rev="1.4-rc0" />
Leiningen
[org.mongodb.mongo-hadoop/flume "1.4-rc0"]
Apache Buildr
'org.mongodb.mongo-hadoop:flume:jar:1.4-rc0'