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

Hudson commented on HIVE-4441:
------------------------------

FAILURE: Integrated in Hive-trunk-hadoop2-ptest #83 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2-ptest/83/])
HIVE-4441: WebHCat does not honor user home directory (Daniel Dai) (daijy: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1519897)
* 
/hive/trunk/hcatalog/webhcat/svr/src/main/java/org/apache/hcatalog/templeton/tool/TempletonUtils.java
HIVE-4441: WebHCat does not honor user home directory (Daniel Dai) (daijy: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1519884)
* /hive/trunk/RELEASE_NOTES.txt
* 
/hive/trunk/hcatalog/webhcat/svr/src/main/java/org/apache/hcatalog/templeton/tool/TempletonUtils.java

                
> [HCatalog] WebHCat does not honor user home directory
> -----------------------------------------------------
>
>                 Key: HIVE-4441
>                 URL: https://issues.apache.org/jira/browse/HIVE-4441
>             Project: Hive
>          Issue Type: Bug
>          Components: HCatalog
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.12.0
>
>         Attachments: HIVE-4441-1.patch, HIVE-4441-2.patch, HIVE-4441-3.patch, 
> HIVE-4441-4.patch
>
>
> If I submit a job as user "A" and I specify statusdir as a relative path, I 
> would expect results to be stored in the folder relative to the user A's home 
> folder.
> For example, if I run:
> {code}curl -s -d user.name=hdinsightuser -d execute="show+tables;" -d 
> statusdir="pokes.output" 'http://localhost:50111/templeton/v1/hive'{code}
> I get the results under:
> {code}/user/hdp/pokes.output{code}
> And I expect them to be under:
> {code}/user/hdinsightuser/pokes.output{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to