public class CommandProcessorResponse extends Object
CommandProcessor interface. Typically errorMessage
and SQLState will only be set if the responseCode
is not 0. Note that often responseCode ends up the exit value of
command shell process so should keep it to < 127.| Constructor and Description |
|---|
CommandProcessorResponse() |
CommandProcessorResponse(org.apache.hadoop.hive.metastore.api.Schema schema,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
org.apache.hadoop.hive.metastore.api.Schema |
getSchema() |
String |
toString() |
public CommandProcessorResponse()
public CommandProcessorResponse(org.apache.hadoop.hive.metastore.api.Schema schema, String message)
public org.apache.hadoop.hive.metastore.api.Schema getSchema()
public String getMessage()
Copyright © 2024 The Apache Software Foundation. All rights reserved.