TestLogRolling.java doesn't compile against the latest 0.23.1-SNAPSHOT
----------------------------------------------------------------------

                 Key: HBASE-5284
                 URL: https://issues.apache.org/jira/browse/HBASE-5284
             Project: HBase
          Issue Type: Bug
          Components: test
    Affects Versions: 0.92.0
            Reporter: Roman Shaposhnik


Here's how to reproduce:

{noformat}
$ mvn clean -DskipTests -Dhadoop.profile=23 -Dinstall site assembly:assembly 
-Dmaven.repo.local=/home/rvs/.m2/repository
........
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile 
(default-testCompile) on project hbase: Compilation failure
[ERROR] 
/home/rvs/src/bigtop/output/hbase/hbase-0.92.0/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRolling.java:[341,33]
 cannot find symbol
[ERROR] symbol  : variable dnRegistration
[ERROR] location: class org.apache.hadoop.hdfs.server.datanode.DataNode
[ERROR] -> [Help 1]
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to