4.0.0 com.codesolid HelloJUnit 1.0 junit junit 4.11 test log4j log4j 1.2.17 compile org.apache.hadoop hadoop-core 1.0.4 org.apache.hbase hbase 0.94.5
三、遇到的问题
This server is in the failed servers list: localhost/127.0.0.1:60718
出现该问题的原因是没有在服务端配置主机名和真实ip的映射,因此需要再/etc/hosts中加上10.1.102.104 ccf04(ccf04为服务器的主机名)
同时,需要在你跑程序的机器上添加ccf04的映射,我的是在windows上跑的java程序,需要修改windows的host文件,最后一行加入10.1.102.104 ccf04即可