See 
<https://builds.apache.org/job/Bigtop-trunk-testartifacts/org.apache.bigtop.itest$hbase-smoke/2551/display/redirect>

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbasesmoke 1.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hbase-smoke ---
[INFO] 
[INFO] --- groovy-eclipse-compiler:2.9.2-01:add-groovy-build-paths 
(default-add-groovy-build-paths) @ hbase-smoke ---
[INFO] Adding /src/main/groovy to the list of source folders
[INFO] Adding /src/test/groovy to the list of test source folders
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ hbase-smoke ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ 
hbase-smoke ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ hbase-smoke ---
[INFO] Changes detected - recompiling the module!
[INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
<https://builds.apache.org/job/Bigtop-trunk-testartifacts/org.apache.bigtop.itest$hbase-smoke/ws/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestMoveRootMetaRegions.java>:[29,8]
 1. ERROR in 
<https://builds.apache.org/job/Bigtop-trunk-testartifacts/org.apache.bigtop.itest$hbase-smoke/ws/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestMoveRootMetaRegions.java>
 (at line 29)
        import org.apache.hadoop.hbase.catalog.CatalogTracker;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.apache.hadoop.hbase.catalog cannot be resolved

[ERROR] 
<https://builds.apache.org/job/Bigtop-trunk-testartifacts/org.apache.bigtop.itest$hbase-smoke/ws/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestMoveRootMetaRegions.java>:[79,16]
 2. ERROR in 
<https://builds.apache.org/job/Bigtop-trunk-testartifacts/org.apache.bigtop.itest$hbase-smoke/ws/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestMoveRootMetaRegions.java>
 (at line 79)
        private static CatalogTracker ct;
                       ^^^^^^^^^^^^^^
CatalogTracker cannot be resolved to a type

[ERROR] 
<https://builds.apache.org/job/Bigtop-trunk-testartifacts/org.apache.bigtop.itest$hbase-smoke/ws/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestMoveRootMetaRegions.java>:[98,1]
 3. ERROR in 
<https://builds.apache.org/job/Bigtop-trunk-testartifacts/org.apache.bigtop.itest$hbase-smoke/ws/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestMoveRootMetaRegions.java>
 (at line 98)
        ct = new CatalogTracker(admin.getConfiguration());
        ^^
CatalogTracker cannot be resolved to a type

[ERROR] 
<https://builds.apache.org/job/Bigtop-trunk-testartifacts/org.apache.bigtop.itest$hbase-smoke/ws/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestMoveRootMetaRegions.java>:[98,10]
 4. ERROR in 
<https://builds.apache.org/job/Bigtop-trunk-testartifacts/org.apache.bigtop.itest$hbase-smoke/ws/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestMoveRootMetaRegions.java>
 (at line 98)
        ct = new CatalogTracker(admin.getConfiguration());
                 ^^^^^^^^^^^^^^
CatalogTracker cannot be resolved to a type

[ERROR] 
<https://builds.apache.org/job/Bigtop-trunk-testartifacts/org.apache.bigtop.itest$hbase-smoke/ws/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestMoveRootMetaRegions.java>:[99,1]
 5. ERROR in 
<https://builds.apache.org/job/Bigtop-trunk-testartifacts/org.apache.bigtop.itest$hbase-smoke/ws/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestMoveRootMetaRegions.java>
 (at line 99)
        ct.start();
        ^^
CatalogTracker cannot be resolved to a type

[ERROR] 
<https://builds.apache.org/job/Bigtop-trunk-testartifacts/org.apache.bigtop.itest$hbase-smoke/ws/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestMoveRootMetaRegions.java>:[108,1]
 6. ERROR in 
<https://builds.apache.org/job/Bigtop-trunk-testartifacts/org.apache.bigtop.itest$hbase-smoke/ws/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestMoveRootMetaRegions.java>
 (at line 108)
        ct.stop();
        ^^
CatalogTracker cannot be resolved to a type

[ERROR] 
<https://builds.apache.org/job/Bigtop-trunk-testartifacts/org.apache.bigtop.itest$hbase-smoke/ws/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestMoveRootMetaRegions.java>:[112,8]
 7. ERROR in 
<https://builds.apache.org/job/Bigtop-trunk-testartifacts/org.apache.bigtop.itest$hbase-smoke/ws/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestMoveRootMetaRegions.java>
 (at line 112)
        return ct.waitForMeta(meta_timeout_ms);
               ^^
CatalogTracker cannot be resolved to a type

[ERROR] Found 7 errors and 0 warnings.
[INFO] 8 errors 
[INFO] -------------------------------------------------------------

Reply via email to