[ 
https://issues.apache.org/jira/browse/HADOOP-5023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12676440#action_12676440
 ] 

zhiyong1 edited comment on HADOOP-5023 at 2/24/09 2:42 PM:
----------------------------------------------------------------

For the unitTest parameter problem. 
I changed the code to:

 if (rqst.getScheme().equalsIgnoreCase("http") && rqst.getParameter("UnitTest") 
!= null) unitTest = true;

similar to the previous version. In production deploy, the http port (or http 
Connector) is disabled.  This should avoid the problem Chris mentioned.

For the user-cert.xml and user-permission.xml, I removed the part that I added 
for testing purpose. Now it's all clean


The new patch should address all the issues Chris mentioned.




      was (Author: zhiyong1):
    For the unitTest parameter problem. 
I changed the code to:

 if (rqst.getScheme().equalsIgnoreCase("http") && rqst.getParameter("UnitTest") 
!= null) unitTest = true;

similar to the previous version. In production deploy, the http port (or http 
Connector) is disabled. 

For the user-cert.xml and user-permission.xml, I removed the part that I added 
for testing purpose. Not it's all clean


The new patch should address all the issues Chris mentioned.



  
> Add Tomcat support to hdfsproxy
> -------------------------------
>
>                 Key: HADOOP-5023
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5023
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/hdfsproxy
>            Reporter: Kan Zhang
>            Assignee: zhiyong zhang
>         Attachments: HADOOP-5023.patch, HADOOP-5023.patch, HADOOP-5023.patch, 
> HADOOP-5023.patch, HADOOP-5023.patch
>
>
> We plan to add Tomcat support to hdfsproxy since Tomcat has good production 
> support at Yahoo.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to