Re: How to keep a local variable in each cluster?

2014-11-25 Thread zh8788
Any comments? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/How-to-keep-a-local-variable-in-each-cluster-tp19604p19766.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: How to keep a local variable in each cluster?

2014-11-24 Thread Yanbo
发自我的 iPad 在 2014年11月24日,上午9:41,zh8788 78343...@qq.com 写道: Hi, I am new to spark. This is the first time I am posting here. Currently, I try to implement ADMM optimization algorithms for Lasso/SVM Then I come across a problem: Since the training data(label, feature) is large, so I

How to keep a local variable in each cluster?

2014-11-23 Thread zh8788
Hi, I am new to spark. This is the first time I am posting here. Currently, I try to implement ADMM optimization algorithms for Lasso/SVM Then I come across a problem: Since the training data(label, feature) is large, so I created a RDD and cached the training data(label, feature ) in memory.