[
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
Removed
<dependency org="xerces" name="xercesImpl" rev="2.6.2" conf="common->master"/>
in the new patch.
as it will generate exception:
Exception in thread "main" java.lang.UnsupportedOperationException: This parser
does not support specification "null" version "null"
It does not happen in the old trunk. As I updated to the new trunk. It happens
when I run unit test. Maybe some part was updated in the new trunk for the SAX
parser.
Another note.
When run unit test, need to run "ant tar" first in the hadoop dir as hdfsproxy
war and test depend on the hadoop-core-*.jar file in the build dir.
We could have copied hadoop-*.jar a directory under hdfsproxy and make it
static as chukwa does, but that would introduce some redundancies.
zhiyong.
> 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
>
>
> 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.