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

[jira] [Commented] (SPARK-8832) insertInto() throws error in sparkR

    [ https://issues.apache.org/jira/browse/SPARK-8832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14615247#comment-14615247 ] 

Shivaram Venkataraman commented on SPARK-8832:
----------------------------------------------

Does this work in Scala / Python ? I'm trying to see if its a SparkR specific issue or a more general issue

> insertInto() throws error in sparkR
> -----------------------------------
>
>                 Key: SPARK-8832
>                 URL: https://issues.apache.org/jira/browse/SPARK-8832
>             Project: Spark
>          Issue Type: Bug
>          Components: R
>    Affects Versions: 1.4.0
>            Reporter: Amar Gondaliya
>
> insertInto() is not working. It throws AssertionError.  Trying to insert record from one dataframe to another dataframe. 
> df1 <- generated from the other dataframe after applying group by aggregation(columnNames :  "item","frequency")
> registerTempTable(df1,"df")
> df2 <-generated from the other dataframe after applying group by aggregation(columnNames :  "item","frequency")
> insertInto(df2,"df",overwrite=T)
> this throws assertion error



--
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