Package | Description |
---|---|
com.asakusafw.windgate.hadoopfs.jsch |
WindGate resources using Hadoop FileSystem via SSH connection using JSch.
|
com.asakusafw.windgate.hadoopfs.ssh |
WindGate resources using Hadoop FileSystem via SSH connection.
|
Modifier and Type | Method and Description |
---|---|
protected SshConnection |
JschHadoopFsMirror.openConnection(SshProfile profile,
List<String> command) |
Constructor and Description |
---|
JschHadoopFsMirror(org.apache.hadoop.conf.Configuration configuration,
SshProfile profile,
ParameterList arguments)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
static SshProfile |
SshProfile.convert(org.apache.hadoop.conf.Configuration configuration,
ResourceProfile profile)
Converts
ResourceProfile into SshProfile . |
Modifier and Type | Method and Description |
---|---|
protected abstract SshConnection |
AbstractSshHadoopFsMirror.openConnection(SshProfile sshProfile,
List<String> command)
Opens a new SSH command connection.
|
Constructor and Description |
---|
AbstractSshHadoopFsMirror(org.apache.hadoop.conf.Configuration configuration,
SshProfile profile,
ParameterList arguments)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.