Re: spark : use the global config variables in executors

2015-05-11 Thread Marcelo Vanzin
ou give me some code > example?** > > > 3.Create a broadcast variable with the data. I know this way, but it also > need a local Broadcast[] variable which wraps the Config Object right? for > example: > > val config = sc.broadcast(Config) > > and use `config

spark : use the global config variables in executors

2015-05-11 Thread hotdog
ast(Config) and use `config.value.lambda` in executors , right ? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/spark-use-the-global-config-variables-in-executors-tp22846.html Sent from the Apache Spark User List mailing list a