Hi, Can anyone tell me if Hadoop is appropriate for the following application.
I need to perform optimization using a single, small input data set. To get a good result I must make many independent runs of the optimizer, where each run is initiated with a different starting point. At completion, I just choose the best solution from all of the runs. So my problem is not that I'm working with big data, I just want to speed up my run time by linking several Ubuntu desktops that are available to me. The optimizer is written in ANSI C. Thanks, John