Hi,

The usual way of creating a JavaRDD from a list is to use
JavaSparkContext.parallelize(List)

However, in Spark 2.0 SparkSession is used as entry point and I don't know
how to create a JavaRDD from a List. Is this possible?

Thanks and best regards,

Rafael Caballero




--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Create-JavaRDD-from-list-in-Spark-2-0-tp27241.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