[
https://issues.apache.org/jira/browse/HIVE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13103945#comment-13103945
]
[email protected] commented on HIVE-2398:
-----------------------------------------------------
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/1605/
-----------------------------------------------------------
(Updated 2011-09-13 20:03:48.343559)
Review request for hive and Carl Steinbach.
Changes
-------
Changes per review comments.
Added a JDBC test.
The CLI behaviour does look like a but. The JDBC and ODBC client are working
fine, but CLI is not printing the header. I will go ahead and log a separate
Jira for that.
Summary
-------
The Hive server currently has the framework to process the Cli commands like
'set'. But it returns an empty schema definition for these resultsets. The
patch here is to add a getSchema() to the CommandResponse interface. The
SetProcessor is modified to build a schema object which is returned with
getSchema.
HiveServer is modified to call the getSchema for command cases as well.
This addresses bug HIVE-2398.
https://issues.apache.org/jira/browse/HIVE-2398
Diffs (updated)
-----
jdbc/src/test/org/apache/hadoop/hive/jdbc/TestJdbcDriver.java e744d11
ql/src/java/org/apache/hadoop/hive/ql/processors/CommandProcessorResponse.java
4f7f472
ql/src/java/org/apache/hadoop/hive/ql/processors/SetProcessor.java 9ca5ca4
service/src/java/org/apache/hadoop/hive/service/HiveServer.java 95f322a
Diff: https://reviews.apache.org/r/1605/diff
Testing
-------
Tested with ODBC program to execute the set command. Ran Hive unit tests.
Thanks,
Prasad
> Hive server doesn't return schema for 'set' command
> ---------------------------------------------------
>
> Key: HIVE-2398
> URL: https://issues.apache.org/jira/browse/HIVE-2398
> Project: Hive
> Issue Type: Bug
> Components: Server Infrastructure
> Affects Versions: 0.7.1, 0.8.0
> Reporter: Prasad Mujumdar
> Assignee: Prasad Mujumdar
> Attachments: HIVE-2398.patch
>
>
> The Hive server does process the CLI commands like 'set', 'set -v' sent by
> ODBC or JDBC clients. But currently only the data is returned to client but
> not schema for that resultset. This makes it unusable for a ODBC or JDBC
> client to use this option.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira