DataFrame saveAsTable - partitioned tables

2015-03-22 Thread deenar.toraskar
= '2014');) Regards Deenar -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/DataFrame-saveAsTable-partitioned-tables-tp22173.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: DataFrame saveAsTable - partitioned tables

2015-03-22 Thread Michael Armbrust
partition (date = '2014');) Regards Deenar -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/DataFrame-saveAsTable-partitioned-tables-tp22173.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: DataFrame saveAsTable - partitioned tables

2015-03-22 Thread Michael Armbrust
create external hive tables for data that is already present on HDFS. something similar to sc.sql(alter table results add partition (date = '2014');) Regards Deenar -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/DataFrame-saveAsTable-partitioned