Package | Description |
---|---|
org.apache.hive.hcatalog.templeton |
Modifier and Type | Class and Description |
---|---|
class |
BadParam
Missing required or badly configured paramater.
|
class |
BusyException
Simple "we are busy, try again" exception.
|
class |
CallbackFailedException
The callback failed when it tried to reach the callback URL.
|
class |
HcatException
Unable to run hcat on the job.
|
class |
NotAuthorizedException
Simple "user not found" type exception.
|
class |
QueueException
Unable to queue the job
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
SimpleExceptionMapper.toResponse(SimpleWebException e) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
Server.createTable(String db,
String table,
TableDesc desc)
Create a new table.
|
javax.ws.rs.core.Response |
Server.createTableLike(String db,
String existingTable,
String newTable,
TableLikeDesc desc)
Create a new table like another table.
|
javax.ws.rs.core.Response |
Server.descColumn(String db,
String table,
String column)
Describe a single column in an hcat table.
|
javax.ws.rs.core.Response |
HcatDelegator.descOneColumn(String user,
String db,
String table,
String column)
Return a json description of one column.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.