Interface | Description |
---|---|
ExecService |
Class | Description |
---|---|
AppConfig |
The configuration for Templeton.
|
CatchallExceptionMapper |
Map all exceptions to the Jersey response.
|
ColumnDesc |
A description of the column to create.
|
CompleteBean |
CompleteBean - The results of an CompleteDelegator run.
|
CompleteDelegator |
Complete a job.
|
DatabaseDesc |
A description of the database to create.
|
DeleteDelegator |
Delete a job
|
EnqueueBean |
EnqueueBean - The results of a call that enqueues a Hadoop job.
|
ExecBean |
ExecBean - The results of an exec call.
|
ExecServiceImpl |
Execute a local program.
|
GroupPermissionsDesc |
The base create permissions for ddl objects.
|
HcatDelegator |
Run hcat on the local server using the ExecService.
|
HiveDelegator |
Submit a Hive job.
|
JarDelegator |
Submit a job to the MapReduce queue.
|
JobItemBean | |
JsonBuilder |
Helper class to build new json objects with new top level
properties.
|
LauncherDelegator |
The helper class for all the Templeton delegator classes that
launch child jobs.
|
ListDelegator |
List jobs owned by a user.
|
Main |
The main executable that starts up and runs the Server.
|
MaxByteArrayOutputStream |
An output stream that will only accept the first N bytes of data.
|
PartitionDesc |
A description of the partition to create.
|
PigDelegator |
Submit a Pig job.
|
QueueStatusBean |
QueueStatusBean - The results of an exec call.
|
SecureProxySupport |
Helper class to run jobs using Kerberos security.
|
Server |
The Templeton Web API server.
|
SimpleExceptionMapper |
Map our exceptions to the Jersey response.
|
SqoopDelegator |
Submit a Sqoop job.
|
StatusDelegator |
Fetch the status of a given job id in the queue.
|
StreamingDelegator |
Submit a streaming job to the MapReduce queue.
|
TableDesc |
A description of the table to create.
|
TableDesc.ClusteredByDesc |
How to cluster the table.
|
TableDesc.ClusterSortOrderDesc |
The clustered sort order.
|
TableDesc.RowFormatDesc |
The Row Format.
|
TableDesc.SerdeDesc |
The SERDE Row Format.
|
TableDesc.StorageFormatDesc |
The storage format.
|
TableDesc.StoredByDesc |
How to store the table.
|
TableLikeDesc |
A description of the table to create that's like another table.
|
TablePropertyDesc |
A description of a table property.
|
TempletonDelegator |
The helper class for all the Templeton delegator classes.
|
UgiFactory | |
VersionDelegator |
Find the version of Hive, Hadoop, or Pig that is being used in this
interface.
|
WadlConfig |
Simple class that incorporates javadoc information into the
wadl produced by jersey.
|
Enum | Description |
---|---|
LauncherDelegator.JobType | |
TableDesc.SortDirectionDesc |
Ther ASC or DESC sort order.
|
Exception | Description |
---|---|
BadParam |
Missing required or badly configured paramater.
|
BusyException |
Simple "we are busy, try again" exception.
|
CallbackFailedException |
The callback failed when it tried to reach the callback URL.
|
HcatException |
Unable to run hcat on the job.
|
NotAuthorizedException |
Simple "user not found" type exception.
|
QueueException |
Unable to queue the job
|
SimpleWebException |
Simple exception that will return a json error payload if thrown
from a JAX web server.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.