Hello,

We are trying to export HBase table on S3 for backup purpose.
By default export tool run a map per region and we want to limit output
bandwidth on internet (to amazon s3).

We were thinking in adding some reducer to limit the number of writers
but this is explicitly hardcoded to 0 in Export class
```
    // No reducers. Just write straight to output files.
    job.setNumReduceTasks(0);
```

Is there an other way (propertie?) in hadoop to limit output bandwidth ?

-- 
Damien

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to