Spark 1.5.2 + Hive 1.0.0 in Amazon EMR 4.2.0

2015-11-30 Thread Daniel Lopes
Hi, I get this error when trying to write Spark DataFrame to Hive Table Stored as TextFile sqlContext.sql('INSERT OVERWRITE TABLE analytics.client_view_stock *(hive table)* SELECT * FROM client_view_stock'*(spark temp table)*') Erro: 15/11/30 21:40:14 INFO latency: StatusCode=[404],

Re: Spark 1.5.2 + Hive 1.0.0 in Amazon EMR 4.2.0

2015-11-30 Thread Ted Yu
Please see the following which went to Hive 1.1 : HIVE-8839 Support "alter table .. add/replace columns cascade" FYI On Mon, Nov 30, 2015 at 2:14 PM, Daniel Lopes wrote: > Hi, > > I get this error when trying to write Spark DataFrame to Hive Table Stored > as TextFile