Registry / networking / spark-streaming-2-10

spark-streaming-2-10

JSON →
library2.2.3javamavenunverified

Apache Spark Streaming module for processing real-time data streams using Spark's core APIs, built for Scala 2.10.

<dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-streaming_2.10</artifactId> <version>2.2.3</version> </dependency>
INSTALL
IMPORT
SIG · SPARK-STREAMING-2-
S
spark-streaming-2-10
networkingjavav2.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StreamingContext
org.apache.spark.streaming.StreamingContext

Creates a StreamingContext and processes a socket stream.

import org.apache.spark.streaming.StreamingContext; import org.apache.spark.streaming.Seconds; StreamingContext ssc = new StreamingContext(sparkConf, Seconds(1)); ssc.socketTextStream("localhost", 9999).print(); ssc.start(); ssc.awaitTermination();
Debug
Known issues
breakingSpark Streaming with Scala 2.10 is outdated; consider upgrading to a newer Spark version with Scala 2.12 or 2.13.
fix
Use spark-streaming_2.12 or spark-streaming_2.13 for newer Spark versions.
affects: <=2.2.3
Upgrade
Version history
2.2.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
spark-streaming-2-10 — mvn dependency:get spark-streaming-2-10 · libregistry