Re: create external table from partitioned avro file

2016-07-28 Thread Gourav Sengupta
Why avro? Regards, Gourav Sengupta On Thu, Jul 28, 2016 at 8:15 AM, Yang Cao wrote: > Hi, > > I am using spark 1.6 and I hope to create a hive external table based on > one partitioned avro file. Currently, I don’t find any build-in api to do > this work. I tried the write.format().saveAsTable,

create external table from partitioned avro file

2016-07-28 Thread Yang Cao
Hi, I am using spark 1.6 and I hope to create a hive external table based on one partitioned avro file. Currently, I don’t find any build-in api to do this work. I tried the write.format().saveAsTable, with format com.databricks.spark.avro. it returned error can’t file Hive serde for this. Als