[
https://issues.apache.org/jira/browse/HADOOP-5023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
zhiyong zhang updated HADOOP-5023:
----------------------------------
Attachment: HADOOP-5023.patch
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.