| Package | Description |
|---|---|
| org.apache.twill.api |
Classes in this package provides core functionality of the Twill library.
|
| org.apache.twill.api.security | |
| org.apache.twill.yarn |
Classes in this package implement the Twill API for Apache Hadoop YARN.
|
| Modifier and Type | Method and Description |
|---|---|
SecureStore |
SecureStoreUpdater.update(String application,
RunId runId)
Deprecated.
Invoked when an update to SecureStore is needed.
|
| Modifier and Type | Method and Description |
|---|---|
TwillPreparer |
TwillPreparer.addSecureStore(SecureStore secureStore)
Adds security credentials for the runtime environment to gives application access to resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecureStoreWriter.write(SecureStore secureStore)
Writes the given
SecureStore. |
| Modifier and Type | Class and Description |
|---|---|
class |
YarnSecureStore
A
SecureStore for hadoop credentials. |
| Modifier and Type | Method and Description |
|---|---|
static SecureStore |
YarnSecureStore.create(org.apache.hadoop.security.Credentials credentials) |
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.