![JAR search and dependency download from the Maven repository](/logo.png)
com.mongodb.spark.pickle.NoopConverter.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongo-hadoop-spark Show documentation
Show all versions of mongo-hadoop-spark Show documentation
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.
The newest version!
package com.mongodb.spark.pickle
import org.apache.spark.api.python.Converter
class NoopConverter extends Converter[Any, Any] {
override def convert(obj: Any): Any = { obj }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy