Re: Neither previous window has value for key, nor new values found.

2016-06-16 Thread N B
lean>() { > @Override > public Boolean call(scala.Tuple2 t) { > return (!t._2().isEmpty()); > } > }; > > The windowed operation is then: > > JavaPairDStream cdr_kv = > cdr_filtered.reduceByKeyAndWindow(appendString, removeString, > Durations.seconds(WINDOW_DURATIO

Neither previous window has value for key, nor new values found

2016-06-10 Thread Marco Platania
IDE_DURATION), PARTITIONS, filterEmptyRecords);  After a few hours of operation, this function raises the following exception:  "Neither previous window has value for key, nor new values found. Are you sure your key class hashes consistently?"  I've found this post from 2013:  https://

Neither previous window has value for key, nor new values found.

2016-06-10 Thread Marco1982
ds); After a few hours of operation, this function raises the following exception: "Neither previous window has value for key, nor new values found. Are you sure your key class hashes consistently?" I've found this post from 2013: https://groups.google.com/forum/#!msg/spark-use