Async Index job http://phoenix.apache.org/secondary_indexing.html:
${HBASE_HOME}/bin/hbase org.apache.phoenix.mapreduce.index.IndexTool
--schema MY_SCHEMA --data-table MY_TABLE --index-table ASYNC_IDX
--output-path ASYNC_IDX_HFILES
How to submit that job to a yarn cluster ?
On a single Node with huge data, process will be killed in reduce stage.
