Hi, Can someone please advice.
In my hadoop tool runner , I setup like this, to read hive tables in mapper.
HCatInputFormat.setInput(job, InputJobInfo.create("<myDatabase>", "<myTable>",
"<partitonFilter>"));
LazyOutputFormat.setOutputFormatClass(job, TextOutputFormat.class);
But if I want to run my MR job from hadoop, how to setup above settings in
OOZIE MR action.
