Hi,
I'm working in Java, with Spark 1.3.1 - I am trying to extract data from the
RDD returned by
org.apache.spark.mllib.clustering.DistributedLDAModel.topicDistributions()
(return type is RDD<Tuple2&lt;Object, Vector>>). How do I work with it from
within Java, I can't seem to cast it to JavaPairRDD nor JavaRDD and if I try
to collect it it simply returns an Object?

Thank you for your help in advance!

Ivan



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Working-with-RDD-from-Java-tp25399.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