Re: Phoenix Spark plug in cannot find table with a Namespace prefix

2016-12-29 Thread Ankit Singhal
with Scala, so I did not add the unit test. > > > > https://issues.apache.org/jira/browse/PHOENIX-3460 > > > > Xindian > > > > > > *From:* Josh Mahonin [mailto:jmaho...@gmail.com] > *Sent:* Friday, November 04, 2016 2:25 PM > *To:* user@phoenix.apache.o

RE: Phoenix Spark plug in cannot find table with a Namespace prefix

2016-11-07 Thread Long, Xindian
@phoenix.apache.org Subject: Re: Phoenix Spark plug in cannot find table with a Namespace prefix Hi, Thanks for including the query code and the query exception, it's very helpful. Normally I'd suggest following up with the vendor here, since the namespace support was added in Phoenix 4.8

Re: Phoenix Spark plug in cannot find table with a Namespace prefix

2016-11-04 Thread Josh Mahonin
Hi, Thanks for including the query code and the query exception, it's very helpful. Normally I'd suggest following up with the vendor here, since the namespace support was added in Phoenix 4.8.0, but if everything but phoenix-spark is working with namespaces, I suspect they backported the feature

Phoenix Spark plug in cannot find table with a Namespace prefix

2016-11-03 Thread Long, Xindian
I am testing some code using Phoenix Spark plug in to read a Phoenix table with a namespace prefix in the table name (the table is created as a phoenix table not a hbase table), but it returns an TableNotFoundException. The table is obviously there because I can query it using plain phoenix sql