Github user 249550148 commented on the pull request:
https://github.com/apache/phoenix/pull/166#issuecomment-215291162
thanks @ankitsinghal .
I'm using version 4.7.0-hbase-1.1, and '""raw:table""' failed:
ERROR [main] index.IndexTool: An exception occured while performing the
indexing job : java.lang.IllegalArgumentException: INDEX is not an index table
for "raw:table"
at org.apache.phoenix.mapreduce.index.IndexTool.run(IndexTool.java:187)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84)
at org.apache.phoenix.mapreduce.index.IndexTool.main(IndexTool.java:378)
when switching to '"raw:table"', Syntax error. Encountered ":" at line 1,
column 37 happens again.
Will next version fix this problem?
For now, I can still mannually active index by execute "ALTER INDEX IF
EXISTS INDEX ON "raw:table" ACTIVE".
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---