Monthly Archives: May 2010

在 HBase 0.20.x 编程中,执行 new HBaseConfiguration() 是抛出XML分析异常

原因是有多个XML分析器,需要通过JVM指定一个属性来解决问题。 -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.\ internal.jaxp.DocumentBuilderFactoryImpl 使 用上面指定的分析器就不再抛出异常

Posted in HBase | Leave a comment

安装 HBase 0.20.x

我把HBase官方的文档译了一下,没完成,方便对比着看。 Requirements Java 1.6.x, preferably from Sun. Use the latest version available. Java 1.6.x ,sun ,最好是最新版 This version of HBase will only run on Hadoop 0.20.x. 指定的Hadoop版 本 ssh must be installed and sshd must be running to use Hadoop’s … Continue reading

Posted in HBase | Leave a comment

在 Eclipse 为 Axis2 开发 Web Services 的要点和注意事项

开发环境 Ubuntu Linux 9.10 + Eclipse Galileo SR2 + Axis2 1.5.1 + JDK 1.6.0_19 + Tomcat 6.0.26 运行环境 Redhat Linux S4 + JRE 1.6.0 + Tomcat 6.0.26 S1 主菜单 Window -> Preferences -> Web services -> Axis2 设置你已安装好的 Axis2 S2 … Continue reading

Posted in 开发工具 | Tagged | Leave a comment