Re: Error while creating tables in Parquet format in 2.0.1 (No plan for InsertIntoTable)

2016-11-06 Thread Kiran Chitturi
I get the same error with the JDBC Datasource as well 0: jdbc:hive2://localhost:1> CREATE TABLE jtest USING jdbc OPTIONS > ("url" "jdbc:mysql://localhost/test", "driver" "com.mysql.jdbc.Driver", > "dbtable" "stats"); > +-+--+ > | Result | > +-+--+ > +-+--+ > No rows

Error while creating tables in Parquet format in 2.0.1 (No plan for InsertIntoTable)

2016-11-06 Thread Kiran Chitturi
Hello, I am encountering a new problem with Spark 2.0.1 that didn't happen with Spark 1.6.x. These SQL statements ran successfully spark-thrift-server in 1.6.x > CREATE TABLE test2 USING solr OPTIONS (zkhost "localhost:9987", collection > "test", fields "id" ); > > CREATE TABLE test_stored