Cool, thanks for your help
Type: Posts; User: bajafresh4life; Keyword(s):
Cool, thanks for your help
I am trying to invoke several Hadoop jobs serially using Spring Hadoop, but one problem I'm having is that the main thread is not waiting for the job to complete before proceeding to the next job. ...
I currently have map/reduce jobs that are configured using TableMapReduceUtil.initTableMapperJob() and TableMapReduceUtil.initTableReduceJob(). What's the best way to use Spring Hadoop to configure...