| Class | Description |
|---|---|
| AMRunner |
Launch the AM through YARN.
|
| CleanCommand | |
| ClientCommand | |
| ClientContext |
Provides a static set of contextual operations that can be configured one way
for production, a separate way for unit tests.
|
| CommandLineOptions |
Drill YARN client command line options.
|
| DrillOnYarn |
Client for the Drill-on-YARN integration.
|
| FileUploader |
Performs the file upload portion of the operation by uploading an archive to
the target DFS system and directory.
|
| FileUploader.NonLocalized | |
| FileUploader.ReuseFiles | |
| FileUploader.UploadFiles | |
| HelpCommand | |
| KillCommand | |
| PrintConfigCommand | |
| ResizeCommand | |
| SimpleRestClient | |
| StartCommand |
Launches a drill cluster by uploading the Drill archive then launching the
Drill Application Master (AM).
|
| StatusCommand | |
| StatusCommand.Reporter | |
| StopCommand |
Perform a semi-graceful shutdown of the Drill-on-YARN AM.
|
| TestClient | |
| TestClient.TestContext | |
| TestCommandLineOptions |
| Enum | Description |
|---|---|
| CommandLineOptions.Command |
| Exception | Description |
|---|---|
| ClientException | |
| TestClient.SimulatedExitException |
Unchecked exception to allow capturing "exit" events without actually
exiting.
|
Divided into a main program (DrillOnYarn) and a series of commands.
Some commands are further divided into tasks. Builds on the
YARN and DFS facades defined in the core module.
Copyright © 2021 The Apache Software Foundation. All rights reserved.