Add SKIP support to importtsv
------------------------------
Key: HBASE-5338
URL: https://issues.apache.org/jira/browse/HBASE-5338
Project: HBase
Issue Type: Improvement
Components: mapreduce
Reporter: Lars George
Priority: Trivial
It'd be nice to have support for "SKIP" mappings so that you can omit columns
from the TSV during the import. For example
{code}
-Dimporttsv.columns=SKIP,HBASE_ROW_KEY,cf1:col1,cf1:col2,SKIP,SKIP,cf2:col1...
{code}
Or maybe HBASE_SKIP_COLUMN to be less ambiguous.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira