See http://hudson.zones.apache.org/hudson/job/HBase-Patch/62/changes

Changes:

[stack] HBASE-548 Tool to online single region
M    branches/0.1/src/java/org/apache/hadoop/hbase/util/MetaUtils.java
M    trunk/src/java/org/apache/hadoop/hbase/util/MetaUtils.java
    (changeOnlineStatus): Added.

------------------------------------------
started
Updating https://svn.apache.org/repos/asf/hadoop/hbase/trunk
U         CHANGES.txt
U         src/java/org/apache/hadoop/hbase/util/MetaUtils.java
At revision 643490
[trunk] $ ant -Dtest.junit.output.format=xml -Dtest.output=yes clean jar test 
package tar
Buildfile: build.xml

clean:
   [delete] Deleting directory 
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build

init:
    [mkdir] Created dir: 
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build
    [mkdir] Created dir: 
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/classes
    [mkdir] Created dir: 
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/test
    [mkdir] Created dir: 
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/examples
    [mkdir] Created dir: 
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/webapps
     [copy] Copying 8 files to 
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/webapps
    [mkdir] Created dir: 
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/lib
     [copy] Copying 20 files to 
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/lib
    [mkdir] Created dir: 
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/conf
     [copy] Copying 5 files to 
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/conf
    [mkdir] Created dir: 
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/bin
     [copy] Copying 7 files to 
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/bin

javacc:

compile:
    [javac] Compiling 192 source files to 
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build/classes
    [javac] 
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/util/MetaUtils.java:43:
 cannot find symbol
    [javac] symbol  : class HTable
    [javac] location: package org.apache.hadoop.hbase
    [javac] import org.apache.hadoop.hbase.HTable;
    [javac]                                ^
    [javac] 
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/util/MetaUtils.java:316:
 cannot find symbol
    [javac] symbol  : class HTable
    [javac] location: class org.apache.hadoop.hbase.util.MetaUtils
    [javac]     HTable t = new HTable(c, HConstants.META_TABLE_NAME);
    [javac]     ^
    [javac] 
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/src/java/org/apache/hadoop/hbase/util/MetaUtils.java:316:
 cannot find symbol
    [javac] symbol  : class HTable
    [javac] location: class org.apache.hadoop.hbase.util.MetaUtils
    [javac]     HTable t = new HTable(c, HConstants.META_TABLE_NAME);
    [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] 3 errors

BUILD FAILED
/zonestorage/hudson/home/hudson/hudson/jobs/HBase-Patch/workspace/trunk/build.xml:145:
 Compile failed; see the compiler error output for details.

Total time: 11 seconds
ERROR: No artifacts found that match the file pattern "trunk/build/*.tar.gz". 
Configuration error?
ERROR: 'trunk/build/*.tar.gz' doesn't match anything: 'trunk' exists but not 
'trunk/build/*.tar.gz'
Recording test results

Reply via email to