Re: Passing conf params to hbase|hadoop e.g. hbase.mapreduce.scan.row.start

2015-10-28 Thread Ted Yu
Currently such parameters are only read from conf FYI On Wed, Oct 28, 2015 at 8:42 AM, Nicolae Marasoiu < nicolae.maras...@adswizz.com> wrote: > Hi, > > > To pass some TableInputFormat params to hbase Export command, we either > need to edit/duplicate an existing hbase-site.conf and give its loc

Passing conf params to hbase|hadoop e.g. hbase.mapreduce.scan.row.start

2015-10-28 Thread Nicolae Marasoiu
Hi, To pass some TableInputFormat params to hbase Export command, we either need to edit/duplicate an existing hbase-site.conf and give its location with -conf param. Is there also another way to pass directly inline such conf params, e.g. -Chbase.mapreduce.scan.row.start=xx ? Thanks, Nicu