[
https://issues.apache.org/jira/browse/HBASE-8077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated HBASE-8077:
--------------------------
Release Note: use the configuration key mapred.job.name to set the map
reduce job name for import tsv (was: use the configuration key mapred.job.name
to set the map reduce name for import tsv)
Patch looks good.
{code}
+ String jobName = conf.get(JOB_NAME_CONF_KEY,NAME + "_" + tableName);
{code}
nit: insert space after the comma
> Configure the job name in ImportTsv
> -----------------------------------
>
> Key: HBASE-8077
> URL: https://issues.apache.org/jira/browse/HBASE-8077
> Project: HBase
> Issue Type: Improvement
> Components: mapreduce
> Reporter: udy brill
> Priority: Minor
> Labels: importtsv, mapreduce
> Attachments: ImportTsv_HBASE_8077.patch
>
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> Currently when using the ImportTsv tool, the name of the mapreduce job is
> hard coded and cannot be change (importtsv_tableName)
> it would be nice if this was the default, but could be change.
> an idea is:
> bin/hbase org.apache.hadoop.hbase.mapreduce.ImportTsv
> -Dimporttsv.columns=a,b,c -Dmapred.job.name=newJobName <tablename>
> <hdfs-inputdir>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira