Description
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