Where do I start with distributed computing?

前端 未结 7 1240
星月不相逢
星月不相逢 2021-01-31 06:18

I\'m interested in learning techniques for distributed computing. As a Java developer, I\'m probably willing to start with Hadoop. Could you please recommend some books/tutorial

7条回答
  •  旧时难觅i
    2021-01-31 06:40

    Hadoop is not necessarily the best tool for all distributed computing problems. Despite its power, it also has a pretty steep learning curve and cost of ownership. You might want to clarify your requirements and look for suitable alternatives in the Java world, such as HTCondor, JPPF or GridGain (my apologies to those I do not mention).

提交回复
热议问题