org.apache.hadoop.conf中的最后一个类,也是这个包中以后用的最频繁的一个,Configurable算是肉体,Configuration算是灵魂吧 package org.apache.hadoop.conf; /** Base class for things that may be configured with a {@link Configuration}. */ public class Configured implements Configurable { pri