Github user ankitsinghal commented on the pull request:
https://github.com/apache/phoenix/pull/166#issuecomment-215140554
can you try with this, use (singlequote,doublequote,doublequote) to escape
double quotes on command line.
bin/hbase org.apache.phoenix.mapreduce.index.IndexTool --data-table
'""raw:table""' --index-table INDEX --output-path hdfs://ip:port/folder
It should work with version prior to current master.(as master has
namespace mapping feature which requires some changes to recognize the mapped
tables and escape properly . need modification in
SchemaUtil.getTableNameFromFullName and getSchemaNameFromFullName ).
---
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.
---