Ok cool.  So in that case the only way I could think of doing this would be
calling the toArray method on those RDDs which would return Array[String]
and store them as broadcast variables.  I read about the broadcast
variables, but it still fuzzy.  I am assume that since broadcast variables
are available to all nodes in the cluster... programmatically I can treat
them as globals and use them in different object from the ones that they are
defined in?



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Is-it-possible-to-call-a-transform-action-inside-an-action-tp17568p17572.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to