On Thu, Mar 8, 2012 at 11:14 AM, anil gupta <[email protected]> wrote: > 1. Update the HBase bulk load documentation and specify that separator > argument should be next to program name.
This would help. > 2. Fix the problem in the code itself by handling the separator argument > explicitly. (Still, i am wondering why only separator value is not being > set in jobconf automatically if it is not provided next to program name??) > This is probably too late IIRC. I haven't looked at code but GenericOptionsParser has probably already been run by the time the application starts to process args. Duplicating what GOP in the application is probably not the way to go either? St.Ack
