Where do I start with distributed computing?

前端 未结 7 1238
星月不相逢
星月不相逢 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条回答
  •  爱一瞬间的悲伤
    2021-01-31 06:40

    If you are looking to learn a distributed computing platform that is less complicated than Hadoop you can try Zillabyte. You only need to know some Ruby or Python to build apps on the platform.

    As LoLo said, Hadoop is a powerful solution, but can be rough to start with.

    For materials to learn about distributed computing try http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-824-distributed-computer-systems-engineering-spring-2006/syllabus/. There are several resources recommended by the course as well.

提交回复
热议问题