Details
Description
I create a Hive table using Hive HCatalog Streaming API.
https://cwiki.apache.org/confluence/display/Hive/Streaming+Data+Ingest
The hive table is streaming data ingested by flume hive sink. And I can query the hive table using hive command line.
But I can't query the hive table using spark-sql command line. Is it spark sql's bug or a unimplemented feature?
The hive storage file is ORC format with ACID support.
http://orc.apache.org/docs/acid.html