Re: problem about broadcast variable in iteration

2014-05-29 Thread randylu
about-broadcast-variable-in-iteration-tp5479p6519.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: problem about broadcast variable in iteration

2014-05-25 Thread Andrew Ash
st(kv) // broadcast kv > 12rdd2 = rdd1 > 13 } > 14 rdd2.saveAsTextFile() > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/problem-about-broadcast-variable-in-iteration-tp5479p5497.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. >

Re: problem about broadcast variable in iteration

2014-05-15 Thread randylu
} 14 rdd2.saveAsTextFile() -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/problem-about-broadcast-variable-in-iteration-tp5479p5497.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: problem about broadcast variable in iteration

2014-05-15 Thread randylu
ar tmp = rdd1.reduceByKey().collect() 10kv = updateKV(tmp) // update kv for each iteration 11rdd2 = rdd1 12 } 13 rdd2.saveAsTextFile() -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/problem-about-broadcast-varia

Re: problem about broadcast variable in iteration

2014-05-15 Thread Earthson
-broadcast-variable-in-iteration-tp5479p5495.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

problem about broadcast variable in iteration

2014-05-15 Thread randylu
t just reading broadcast_/n/. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/problem-about-broadcast-variable-in-iteration-tp5479.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: problem about broadcast variable in iteration

2014-05-10 Thread randylu
i run in spark 1.0.0, the newest under-development version. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/problem-about-broadcast-variable-in-iteration-tp5479p5480.html Sent from the Apache Spark User List mailing list archive at Nabble.com.