Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Phoenix create async index

I meet an error after creating async index,and the "MY_TABLE" is lowercase.Then it becomes uppercase name automatically.Like this:

2018-11-29 14:06:07,949 ERROR [main] index.IndexTool: An exception occurred while performing the indexing job: IllegalArgumentException:  async_index is not an index table for DEFAULT.CARBON  at:
java.lang.IllegalArgumentException:  async_index is not an index table for DEFAULT.CARBON

And my codes is:

${HBASE_HOME}/bin/hbase org.apache.phoenix.mapreduce.index.IndexTool  --schema default --data-table "carbon" --index-table "async_index"  --output-path ASYNC_IDX_HFILES

How could I do?

Comments