[jira] [Resolved] (SPARK-15595) DataFrame.write.mode(SaveMode.Append).insertInto(TABLE) overwrites non-partitioned table

2016-05-26 Thread Sudarshan Lamkhede (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-15595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sudarshan Lamkhede resolved SPARK-15595. Resolution: Invalid Seems to be specific to the custom spark distribution I am

[jira] [Updated] (SPARK-15595) DataFrame.write.mode(SaveMode.Append).insertInto(TABLE) overwrites non-partitioned table

2016-05-26 Thread Sudarshan Lamkhede (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-15595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sudarshan Lamkhede updated SPARK-15595: --- Description: See the examples below {noformat} scala> sqlContext.sql("""CREATE TABLE

[jira] [Updated] (SPARK-15595) DataFrame.write.mode(SaveMode.Append).insertInto(TABLE) overwrites non-partitioned table

2016-05-26 Thread Sudarshan Lamkhede (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-15595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sudarshan Lamkhede updated SPARK-15595: --- Description: See the examples below {noformat} scala> sqlContext.sql("""CREATE TABLE

[jira] [Created] (SPARK-15595) DataFrame.write.mode(SaveMode.Append).insertInto(TABLE) overwrites non-partitioned table

2016-05-26 Thread Sudarshan Lamkhede (JIRA)
Sudarshan Lamkhede created SPARK-15595: -- Summary: DataFrame.write.mode(SaveMode.Append).insertInto(TABLE) overwrites non-partitioned table Key: SPARK-15595 URL: