You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hive QA (JIRA)" <ji...@apache.org> on 2014/03/08 13:08:43 UTC

[jira] [Commented] (HIVE-6576) sending user.name as a form parameter in POST doesn't work post HADOOP-10193

    [ https://issues.apache.org/jira/browse/HIVE-6576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924812#comment-13924812 ] 

Hive QA commented on HIVE-6576:
-------------------------------



{color:green}Overall{color}: +1 all checks pass

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12633293/HIVE-6576.patch

{color:green}SUCCESS:{color} +1 5373 tests passed

Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1657/testReport
Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1657/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: 12633293

> sending user.name as a form parameter in POST doesn't work post HADOOP-10193
> ----------------------------------------------------------------------------
>
>                 Key: HIVE-6576
>                 URL: https://issues.apache.org/jira/browse/HIVE-6576
>             Project: Hive
>          Issue Type: Bug
>          Components: WebHCat
>            Reporter: Eugene Koifman
>            Assignee: Eugene Koifman
>         Attachments: HIVE-6576.patch
>
>
> WebHCat uses AuthFilter to handle authentication.  In simple mode that means using PseudoAuthenticationHandler.  Prior to HADOOP-10193, the latter handled user.name as form parameter in a POST request.  Now it only handles it as a query parameter.  
> to maintain webhcat backwards compat, we need to make WebHCat still extract it from form param.  This will be deprecated immediately and removed in 0.15
> Also, all examples in WebHCat reference manual should be updated to use user.name in query string from current form param (curl -d user.name=foo)



--
This message was sent by Atlassian JIRA
(v6.2#6252)