Doh...figured it out.
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/SparkSQL-Array-type-support-Unregonized-Thrift-TTypeId-value-ARRAY-TYPE-tp20817p20832.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.
---
Trying to query a table via Spark SQL 1.2 and thrift server and get the error
'Unregonized Thrift TTypeId value: ARRAY_TYPE', Is this an issue or
misconfig?
The external table is defined as;
CREATE external TABLE movie_json (
movie_id int,
movie_name string,
movie_director string,