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

io.hydrosphere.mist.lib.spark1.SetupConfiguration.scala Maven / Gradle / Ivy

There is a newer version: 0.13.3
Show newest version
package io.hydrosphere.mist.lib.spark1

import org.apache.spark.SparkContext
import org.apache.spark.streaming.Duration

case class SetupConfiguration(
  context: SparkContext,
  streamingDuration: Duration,
  publisherConnectionString: String,
  publisherTopic: String
)





© 2015 - 2024 Weber Informatics LLC | Privacy Policy