You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2013/03/19 23:03:15 UTC

[jira] [Created] (BIGTOP-875) hadoop-smoke is broken because of missed dependency

Konstantin Boudnik created BIGTOP-875:
-----------------------------------------

             Summary: hadoop-smoke is broken because of missed dependency
                 Key: BIGTOP-875
                 URL: https://issues.apache.org/jira/browse/BIGTOP-875
             Project: Bigtop
          Issue Type: Bug
          Components: Tests
    Affects Versions: 0.5.0
            Reporter: Konstantin Boudnik
            Assignee: Konstantin Boudnik
             Fix For: 0.6.0
         Attachments: BIGTOP-875.patch

hadoop-smoke test artifact can't be compiled in 0.6.0

org.codehaus.groovy.control.messages.SyntaxErrorMessage@44c6b80e
/home/cos/work/wandisco/bigtop/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/mapreduce/TestHadoopSmoke.groovy: 28 Groovy:unable to resolve class org.apache.hadoop.hdfs.DFSConfigKeys
----------
1. ERROR in /home/cos/work/wandisco/bigtop/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/hdfs/TestCLI.java (at line 28)
        import org.apache.hadoop.hdfs.DFSConfigKeys;
               ^^^^^^^^^^^^^^^^^^^^^^
The import org.apache.hadoop.hdfs cannot be resolved
----------
2. ERROR in /home/cos/work/wandisco/bigtop/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/hdfs/TestCLI.java (at line 29)
        import org.apache.hadoop.hdfs.HdfsConfiguration;
               ^^^^^^^^^^^^^^^^^^^^^^
The import org.apache.hadoop.hdfs cannot be resolved
----------
3. ERROR in /home/cos/work/wandisco/bigtop/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/hdfs/TestCLI.java (at line 47)
        conf = new HdfsConfiguration();
                   ^^^^^^^^^^^^^^^^^
HdfsConfiguration cannot be resolved to a type
----------
4. ERROR in /home/cos/work/wandisco/bigtop/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/hdfs/TestCLI.java (at line 53)
        sug = conf.get(DFSConfigKeys.DFS_PERMISSIONS_SUPERUSERGROUP_KEY);
                       ^^^^^^^^^^^^^
DFSConfigKeys cannot be resolved to a variable
----------
----------
5. ERROR in /home/cos/work/wandisco/bigtop/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/mapreduce/TestHadoopSmoke.groovy (at line 28)
        import org.apache.hadoop.hdfs.DFSConfigKeys
                                      ^
Groovy:unable to resolve class org.apache.hadoop.hdfs.DFSConfigKeys


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira