Re: Spark 2.0.2 - JdbcRelationProvider does not allow create table as select

2017-07-07 Thread Kanagha Kumar
Hi all, Bumping it again! Please let me know if anyone has faced this in 2.0.x versions. I am using spark 2.0.2 for runtime. Based on the comments, I will open a bug if necessary. Thanks! On Thu, Jul 6, 2017 at 4:00 PM, Kanagha Kumar wrote: > Hi, > > I'm running spark

Spark 2.0.2 - JdbcRelationProvider does not allow create table as select

2017-07-06 Thread Kanagha Kumar
Hi, I'm running spark 2.0.2 version and I'm noticing an issue with DataFrameWriter.save() Code: ds.write().format("jdbc").mode("overwrite").options(ImmutableMap.of( "driver", "org.apache.phoenix.jdbc.PhoenixDriver", "url", urlWithTenant,