Hi, I am trying to build hbase-0.98.12 but its failing with error:
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project hbase-client: Compilation failure [ERROR] /root/bigtop-1.1.0/output/hbase/hbase-0.98.12/hbase- client/src/main/java/org/apache/hadoop/hbase/util/PoolMap.java:[100,17] error: name clash: remove(K,V) in PoolMap and remove(Object,Object) in Map have the same erasure, yet neither overrides the other And it fails for even Hbase-1.1.0 where it tries to execute `bash -x ./dev-support/generate-hadoopX-poms.sh $HBASE_VERSION $HBASE_VERSION-hadoop2` in bigtop-packages/src/common/hbase/do-component-build but in Hbase-1.1.0 dev-support/generate-hadoopX-poms.sh does not exist. Anyone faced this issue ? I think it relates to BIGTOP-1436 <https://issues.apache.org/jira/browse/BIGTOP-1436>. Thanks.
