Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrClusterNotFound = fmt.Errorf("EMR cluster not found") ErrInstanceNotFound = fmt.Errorf("EMR instance not found") )
Functions ¶
This section is empty.
Types ¶
type EmrProvider ¶
type EmrProvider struct {
// contains filtered or unexported fields
}
func NewEmrProvider ¶
func NewEmrProvider(clusterName string, sshConfig *ssh.ClientConfig, awsConfig *aws.Config) *EmrProvider
func (*EmrProvider) GetMasterHost ¶
func (e *EmrProvider) GetMasterHost() (master string, err error)
func (*EmrProvider) GetMasterSSHClient ¶
func (e *EmrProvider) GetMasterSSHClient() (*ssh.Client, error)
Click to show internal directories.
Click to hide internal directories.