[
https://issues.apache.org/jira/browse/HIVE-6044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13851137#comment-13851137
]
Hive QA commented on HIVE-6044:
-------------------------------
{color:green}Overall{color}: +1 all checks pass
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12619185/HIVE-6044.1.patch
{color:green}SUCCESS:{color} +1 4789 tests passed
Test results:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/675/testReport
Console output:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/675/console
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12619185
> webhcat should be able to return detailed serde information when show table
> using "fromat=extended"
> ---------------------------------------------------------------------------------------------------
>
> Key: HIVE-6044
> URL: https://issues.apache.org/jira/browse/HIVE-6044
> Project: Hive
> Issue Type: Bug
> Reporter: Shuaishuai Nie
> Assignee: Shuaishuai Nie
> Attachments: HIVE-6044.1.patch
>
>
> Now in webhcat, when using GET ddl/database/:db/table/:table and
> "format=extended", return value is based on query "show table extended like".
> However, this query doesn't contains serde info like "line.delim" and
> "filed.delim". In this case, user won't have enough information to
> reconstruct the exact same table based on the information from the json file.
> The "descExtendedTable" function in HcatDelegator should also return extra
> fields from query "desc extended tablename" which contains fields "sd",
> "retention", "parameters" "parametersSize" and "tableType".
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)