I have noticed that it appears Oozie defaults to 1 map reduce task where Beeswax does not. When I look at the logs there is only 1 reducer. So I set the property to mapred.reduce.tasks = -1 in the oozie job config. This allows Hive to choose number of reduces. This has helped alot however its still quicker running queries through Beeswax than kicking them off via oozie. Must be another parameter. I will keep looking.
↧