RE: Phoenix-Spark plug in cannot select by column family name

2016-11-23 Thread Long, Xindian
Thanks, I just filed a Jira Issue https://issues.apache.org/jira/browse/PHOENIX-3506 Xindian From: James Taylor [mailto:jamestay...@apache.org] Sent: Thursday, November 10, 2016 3:08 PM To: user Subject: Re: Phoenix-Spark plug in cannot select by column family name Please file a JIRA, though

Re: Phoenix-Spark plug in cannot select by column family name

2016-11-10 Thread James Taylor
gt; It works with no column family, but I expect that I do not need to make > sure column names are unique across different column families. > > > > Xindian > > > > > > *From:* James Taylor [mailto:jamestay...@apache.org > <jamestay...@apache.org>] > *Sent:*

RE: Phoenix-Spark plug in cannot select by column family name

2016-11-10 Thread Long, Xindian
It works with no column family, but I expect that I do not need to make sure column names are unique across different column families. Xindian From: James Taylor [mailto:jamestay...@apache.org] Sent: Tuesday, November 08, 2016 5:46 PM To: user Subject: Re: Phoenix-Spark plug in cannot select

Re: Phoenix-Spark plug in cannot select by column family name

2016-11-08 Thread James Taylor
Have you tried without the column family name? Unless the column names are not unique across all column families, you don't need to include the column family name. Thanks, James On Tue, Nov 8, 2016 at 2:19 PM, Long, Xindian wrote: > I have a table with multiple column

Phoenix-Spark plug in cannot select by column family name

2016-11-08 Thread Long, Xindian
I have a table with multiple column family with possible same column names. I want to use phoenix-spark plug in to select some of the fields, but it returns a AnalysisException (details in the attached file) public void testSpark(JavaSparkContext sc, String tableStr, String dataSrcUrl) {