I tried to build project(clone from githb), use "mvn package -DskipTests"
i got this error

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile
(default-compile) on project hbase-server: Compilation
failure[ERROR*]*
/C:/git/hbase/hbase-server/target/generated-sources/java/org/apache/hadoop/hbase/generated/master/rits_jsp.java:[104,87]
incompatible types:
org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
cannot be converted to
org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure

But when throw back two commit at HBASE-22123

It could build successfully.

Do I miss something when i build?

Reply via email to