Dear admin,
I've tried to unsubscribe from this mailing list twice, but I'm still receiving
emails. Can you please fix this?
Thanks,Marco
unsubscribe
Hi all,
I'm running a Spark Streaming application that uses reduceByKeyAndWindow(). The
window interval is 2 hours, while the slide interval is 1 hour. I have a
JavaPairRDD in which both keys and values are strings. Each time the
reduceByKeyAndWindow() function is called, it uses appendString(
Hi experts,I'm using Apache Spark Streaming 1.6.1 to write a Java application
that joins two Key/Value data streams and writes the output to HDFS. The two
data streams contain K/V strings and are periodically ingested in Spark from
HDFS by using textFileStream().
The two data streams aren't sync