Re: Spark SQL unable to recognize schema name

2015-08-04 Thread Ted Yu
This should have been fixed by: [SPARK-7943] [SPARK-8105] [SPARK-8435] [SPARK-8714] [SPARK-8561] Fixes multi-database support The fix is in the upcoming 1.5.0 FYI On Tue, Aug 4, 2015 at 11:45 AM, Mohammed Guller wrote: > Hi - > > > > I am running the Thrift JDBC/ODBC server (v1.4.1) and en

Spark SQL unable to recognize schema name

2015-08-04 Thread Mohammed Guller
Hi - I am running the Thrift JDBC/ODBC server (v1.4.1) and encountered a problem when querying tables using fully qualified table names(schemaName.tableName). The following query works fine from the beeline tool: SELECT * from test; However, the following query throws an exception, even though