Created on 07-14-2014 11:40 AM - edited 09-16-2022 02:02 AM
I've a java programs which calls the sqoop . It runs fine and import the data to hbase. But it runs in localmode though I've specified options.setNumMappers(5);
Please suggest how to run it in distributed mode.
Created 07-14-2014 11:46 AM
Created 07-14-2014 11:46 AM
Created 07-15-2014 02:59 AM
Thanks. It is now working in distributed mode.