Exception org.apache.spark.rdd.RDD[(scala.collection.immutable.Map[String,Any], Int)] in scala/spark
问题 Using Below code I am getting tweets for a particular filter : val topCounts60 = tweetMap.map((_, 1)). reduceByKeyAndWindow(_+_, Seconds(60*60)) one of the sample Output of topCounts60 is in below format if i do topCounts60.println(): (Map(UserLang -> en, UserName -> Harmeet Singh, UserScreenName -> harmeetsingh060, HashTags -> , UserVerification -> false, Spam -> true, UserFollowersCount -> 44, UserLocation -> भारत, UserStatusCount -> 50, UserCreated -> 2016-07-04T06:32:49.000+0530,