Hi, all I checked out the source code of hive-0.8.0 from the following link
http://svn.apache.org/repos/asf/hive/tags/release-0.8.0-rc1/ and run "ant test", 3 cases failed: 1. TestEmbeddedHiveMetaStore 2. TestRemoteHiveMetaStore 3. TestCliDriver (timeout) some info of my env: 1. ant: 1.8.2 2. jdk: sun jdk 1.6.0_27 Steps: 1. ant package 2. ant test Did I miss something? Thanks