在学习hbase框架学习编译必备源代码,//声明静态配置staticConfigurationconf=null;static{conf=HBaseConfiguration.create();conf.set("hbase.zookeeper.quorum","localhost");}在静态配置hadoop时少了importorg.apache.hadoop.conf.Configuration;这个包