All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mongodb.spark.pickle.NoopConverter.scala Maven / Gradle / Ivy

Go to download

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