Hi Doug, Actually, sqlContext.table does not support database name in both Spark 1.3 and Spark 1.4. We will support it in future version.
Thanks, Yin On Wed, Jun 3, 2015 at 10:45 AM, Doug Balog <[email protected]> wrote: > Hi, > > sqlContext.table(“db.tbl”) isn’t working for me, I get a > NoSuchTableException. > > But I can access the table via > > sqlContext.sql(“select * from db.tbl”) > > So I know it has the table info from the metastore. > > Anyone else see this ? > > I’ll keep digging. > I compiled via make-distribution -Pyarn -phadoop-2.4 -Phive > -Phive-thriftserver > It worked for me in 1.3.1 > > Cheers, > > Doug > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
