Index table empty

2020-01-27 Thread Tim Dolbeare
Hello All, I've run into a problem with a Phoenix index that no amount of googling is solving. I hope someone might have run into this before and can offer some suggestions. I'm a noob BTW, so please don't hesitate to point out the most obvious potential issues. The problem is that after

Re: Index table empty

2020-01-27 Thread Tim Dolbeare
Hi Josh, Thanks for the quick response! I'm running Hadoop 2.8.5-amzn-5, HBase 1.4.10, and Phoenix 4.14.3. A 'select *' from the table does indeed return the expected data, but selecting a column that's part of the index does not, unless I explicitly run it with the NO_INDEX hint. Regarding

Re: Index table empty

2020-01-27 Thread Josh Elser
Hi Tim, It sounds like you're doing the right steps to build an index with the async approach. Not having records after IndexTool runs successfully is definitely unexpected :) If you aren't getting any records in the index table after running the IndexTool, my guess is that something is