Is it possible to convert a Apache crunch PCollection<?> to a Apache Spark JavaRDD<?>?

Viewed 8

I want to perform an operation where I can convert a PCollection to a JavaRDD. Is it possible to do it ? If yes, then how ?

0 Answers
Related