Re: CREATE TABLE AS SELECT does not work with temp tables in 1.2.0

2014-12-08 Thread Michael Armbrust
t; > -Original Message- > From: Michael Armbrust [mailto:mich...@databricks.com] > Sent: Saturday, December 6, 2014 4:51 AM > To: kb > Cc: d...@spark.incubator.apache.org; Cheng Hao > Subject: Re: CREATE TABLE AS SELECT does not work with temp tables in 1.2.0 > > T

RE: CREATE TABLE AS SELECT does not work with temp tables in 1.2.0

2014-12-06 Thread Cheng, Hao
Cc: d...@spark.incubator.apache.org; Cheng Hao Subject: Re: CREATE TABLE AS SELECT does not work with temp tables in 1.2.0 Thanks for reporting. This looks like a regression related to: https://github.com/apache/spark/pull/2570 I've filed it here: https://issues.apache.org/jira/browse/SPARK-4769 On

Re: CREATE TABLE AS SELECT does not work with temp tables in 1.2.0

2014-12-05 Thread Michael Armbrust
Thanks for reporting. This looks like a regression related to: https://github.com/apache/spark/pull/2570 I've filed it here: https://issues.apache.org/jira/browse/SPARK-4769 On Fri, Dec 5, 2014 at 12:03 PM, kb wrote: > I am having trouble getting "create table as select" or saveAsTable from a

CREATE TABLE AS SELECT does not work with temp tables in 1.2.0

2014-12-05 Thread kb
I am having trouble getting "create table as select" or saveAsTable from a hiveContext to work with temp tables in spark 1.2. No issues in 1.1.0 or 1.1.1 Simple modification to test case in the hive SQLQuerySuite.scala: test("double nested data") { sparkContext.parallelize(Nested1(Nested2(Ne