You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/07/15 16:07:05 UTC

[jira] [Assigned] (SPARK-8844) head/collect is broken in SparkR

     [ https://issues.apache.org/jira/browse/SPARK-8844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-8844:
-----------------------------------

    Assignee: Apache Spark

> head/collect is broken in SparkR 
> ---------------------------------
>
>                 Key: SPARK-8844
>                 URL: https://issues.apache.org/jira/browse/SPARK-8844
>             Project: Spark
>          Issue Type: Bug
>          Components: SparkR
>    Affects Versions: 1.5.0
>            Reporter: Davies Liu
>            Assignee: Apache Spark
>            Priority: Blocker
>
> {code}
> > t = tables(sqlContext)
> > showDF(T)
> Error in (function (classes, fdef, mtable)  :
>   unable to find an inherited method for function ‘showDF’ for signature ‘"logical"’
> > showDF(t)
> +---------+-----------+
> |tableName|isTemporary|
> +---------+-----------+
> +---------+-----------+
> > 15/07/06 09:59:10 WARN Executor: Told to re-register on heartbeat
> >
> >
> > head(t)
> Error in readTypedObject(con, type) :
>   Unsupported type for deserialization
> > collect(t)
> Error in readTypedObject(con, type) :
>   Unsupported type for deserialization
> {code}



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

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