public class FtpHdfsJob extends AbstractModuleFixture<FtpHdfsJob>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_HOST_NAME |
static java.lang.String |
DEFAULT_PORT |
label| Constructor and Description |
|---|
FtpHdfsJob(java.lang.String hostName,
java.lang.String port) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toDSL()
Renders the default DSL for this fixture.
|
static FtpHdfsJob |
withDefaults() |
label, toStringpublic static final java.lang.String DEFAULT_HOST_NAME
public static final java.lang.String DEFAULT_PORT
public FtpHdfsJob(java.lang.String hostName,
java.lang.String port)
hostName - the ftp server host nameport - the ftp server portpublic static FtpHdfsJob withDefaults()
public java.lang.String toDSL()
toDSL in class AbstractModuleFixture<FtpHdfsJob>