I'm trying to give API interface to Java users. And I need to accept their
JavaSchemaRDDs, and convert it to SchemaRDD for Scala users.
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/SparkSQL-Convert-JavaSchemaRDD-to-SchemaRDD-tp16482p16641.html
Sent from t
Why do you need to convert a JavaSchemaRDD to SchemaRDD? Are you trying
to use some API that doesn't exist in JavaSchemaRDD?
On 10/15/14 5:50 PM, Earthson wrote:
I don't know why the JavaSchemaRDD.baseSchemaRDD is private[sql]. And I found
that DataTypeConversions is protected[sql].
Finally I