Description
val sqlContext = new org.apache.spark.sql.SQLContext(sparkContext) val diverging = sparkContext.parallelize(List("""{"branches": ["foo"]}""", """{"branches": [{"foo":42}]}""")) sqlContext.jsonRDD(diverging) // throws a MatchError
The case is from http://chapeau.freevariable.com/2014/10/fedmsg-and-spark.html
Attachments
Issue Links
- links to