[ https://issues.apache.org/jira/browse/SPARK-8832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Maciej Szymkiewicz closed SPARK-8832. ------------------------------------- Resolution: Not A Problem We don't support inserts into RDD-based tables so exception is an expected behaviour. > insertInto() throws error in sparkR > ----------------------------------- > > Key: SPARK-8832 > URL: https://issues.apache.org/jira/browse/SPARK-8832 > Project: Spark > Issue Type: Bug > Components: SparkR > 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.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org