Author: rvs
Date: Wed Nov 16 22:01:25 2011
New Revision: 1202901
URL: http://svn.apache.org/viewvc?rev=1202901&view=rev
Log:
BIGTOP-262. Compilation Error in project hadoop-smoke when using Eclipse (Will
McQueen via rvs)
Modified:
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy
Modified:
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy?rev=1202901&r1=1202900&r2=1202901&view=diff
==============================================================================
---
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy
(original)
+++
incubator/bigtop/trunk/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy
Wed Nov 16 22:01:25 2011
@@ -33,9 +33,9 @@ class CommonConfigurationKeys {
*/
class TestTestCLI extends TestCLI {
private static final String JT = "mapred.job.tracker";
+ private static Configuration conf = new Configuration();
static {
- private static Configuration conf = new Configuration();
conf.addDefaultResource('mapred-site.xml');
System.properties.setProperty(CommonConfigurationKeys.FS_DEFAULT_NAME_KEY,
conf.get(CommonConfigurationKeys.FS_DEFAULT_NAME_KEY));