Re: Help needed to reproduce bug

2015-10-06 Thread Jean-Baptiste Onofré
dd.map(identity) rdd2.cache() rdd2.setName(rdd.first().toString) val rdd3 = rdd2.map(identity) ++ rdd2.map(identity) rdd3 } } output.print() ssc.start() -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Help-needed-to-reproduce-bug-tp2496

Help needed to reproduce bug

2015-10-06 Thread pnpritchard
rdd3 } } output.print() ssc.start() -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Help-needed-to-reproduce-bug-tp24965.html Sent from the Apache Spark User List mailing list archive at Nabb