GitHub user Earthson opened a pull request:

    https://github.com/apache/spark/pull/5180

    Fallback to GenericRow

    https://issues.apache.org/jira/browse/SPARK-6465
    
    Cause: com.esotericsoftware.kryo.KryoException: Class cannot be created 
(missing no-arg constructor): 
org.apache.spark.sql.catalyst.expressions.GenericRowWithSchema
    
    I can't register GenericRowWithSchema and make a no-arg constructor, 
StructType would cause this exception, too.
    
    Fallback to GenericRow.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Earthson/spark SPARK-6465

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/5180.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5180
    
----
commit 6de77311ffebe8b02afdcdb44f23da9523dab745
Author: Earthson Lu <earthson...@gmail.com>
Date:   2015-03-25T05:37:30Z

    Fallback to GenericRow

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to