Daniel Haviv created SPARK-18229:
------------------------------------

             Summary: Row.toSeq causes java.io.NotSerializableException
                 Key: SPARK-18229
                 URL: https://issues.apache.org/jira/browse/SPARK-18229
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.0.0
            Reporter: Daniel Haviv


issuing the following code causes a notSerializableException:

 val jsonRDD = sc.parallelize(Seq("{\"iid\":\"daniel\", \"seller\":\"stam\", 
\"bogus\":2, \"activity\":null, \"anotherField\":\"x\"}"))
jsonRDD.map(r=>r.toSeq).collect





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to