hudson.plugins.hadoop
Class HadoopConfiguration

java.lang.Object
  extended by hudson.plugins.hadoop.HadoopConfiguration

public class HadoopConfiguration
extends java.lang.Object

TODO: Configuration of Hadoop.

Author:
Kohsuke Kawaguchi

Field Summary
 hudson.model.Label label
          If non-null, hadoop will only start on nodes that have this label.
 
Constructor Summary
HadoopConfiguration(java.lang.String label)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

public final hudson.model.Label label
If non-null, hadoop will only start on nodes that have this label.

Constructor Detail

HadoopConfiguration

@DataBoundConstructor
public HadoopConfiguration(java.lang.String label)


Copyright © 2004-2011. All Rights Reserved.