Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Manage multiple clusters in Hadoop OR Distributed Computing Framework

I have five computers networked together. Among them one is master computer and another four are slave computers.

Each slave computer has its own set of data (a very big integer matrix). I want to run four different clustering programs in four different slaves. Then, take the results back into the master computer for further processing (such as visualization).

I initially thought to use Hadoop. But, I cannot find any nice way to convert the above problem (specifically the output results) into the Map Reduce framework.

Is there any nice open-source distributed computing framework by using which I can perform the above task easily?

Thanks in advance.

like image 548
user1838343 Avatar asked Aug 14 '26 04:08

user1838343


1 Answers

You should used YARN for manage multiple clusters or resources

YARN is the prerequisite for Enterprise Hadoop, providing resource management and a central platform to deliver consistent operations, security, and data governance tools across Hadoop clusters.

Reference

like image 85
Bilal Ahmed Avatar answered Aug 16 '26 10:08

Bilal Ahmed



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!