SQL on beeline and connecting to the thriftserver.

Younes

From: Ted Yu [mailto:yuzhih...@gmail.com]
Sent: January-26-16 11:05 AM
To: Younes Naguib
Cc: user@spark.apache.org
Subject: Re: ctas fails with "No plan for CreateTableAsSelect"

Were you using HiveContext or SQLContext ?

Can you show the complete stack trace ?

Thanks

On Tue, Jan 26, 2016 at 8:00 AM, Younes Naguib 
<younes.nag...@tritondigital.com<mailto:younes.nag...@tritondigital.com>> wrote:
Hi,

I’m running CTAS, and it fails with “Error: java.lang.AssertionError: assertion 
failed: No plan for CreateTableAsSelect HiveTable....”
Here what my sql looks like :
Create tbl (
Col1          timestamp ,
Col2         string,
Col3          int,
.....
)
partitioned by (year int, month int, day int)
stored as parquet
location 'hdfs://...
as select.....
;

The select by itself works.

I’m running spark 1.6.


Younes


Reply via email to