Differences between Hadoop-common, Hadoop-core and Hadoop-client?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am newer to Hadoop , and want to know what is the differences between Hadoop-common , Hadoop-core and Hadoop-client ? By the way,for a given class, how do I know which artifact contains it in Maven ? For example, which one contains the org.apache.hadoop.io.Text ? 回答1: To help provide some additional details regarding the differences between Hadoop-common, Hadoop-core and Hadoop-client, from a high-level perspective: Hadoop-common refers to the commonly used utilities and libraries that support the Hadoop modules. Hadoop-core is the same as