HBASE-1215 partial commit broke trunk, does not compile
-------------------------------------------------------

                 Key: HBASE-1661
                 URL: https://issues.apache.org/jira/browse/HBASE-1661
             Project: Hadoop HBase
          Issue Type: Bug
    Affects Versions: 0.20.0
            Reporter: Jonathan Gray
            Assignee: Jonathan Gray
             Fix For: 0.20.0


{noformat}
compile-core:
    [javac] Compiling 309 source files to 
/home/hbase20/src/hbase-0.20.0-trunk/build/classes
    [javac] 
/home/hbase20/src/hbase-0.20.0-trunk/src/java/org/apache/hadoop/hbase/util/FSUtils.java:300:
 missing return statement
    [javac]   }
    [javac]   ^
    [javac] 
/home/hbase20/src/hbase-0.20.0-trunk/src/java/org/apache/hadoop/hbase/util/Migrate.java:220:
 cannot find symbol
    [javac] symbol  : method allMajorCompacted()
    [javac] location: class org.apache.hadoop.hbase.util.Migrate
    [javac]     if (!allMajorCompacted()) {
    [javac]          ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors
{noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to