|
|
-
one question about hadoop
王晓峰 2011-05-26, 07:14
hi,admin:
I'm a fresh fish from China. I want to know how the Jetty combines with the hadoop. I can't find the file named "web.xml" that should exist in usual system that combine with Jetty. I'll be very happy to receive your answer. If you have any question,please feel free to contract with me.
Best Regards,
Jack
-
Re: one question about hadoop
Luke Lu 2011-05-26, 08:29
Hadoop embeds jetty directly into hadoop servers with the org.apache.hadoop.http.HttpServer class for servlets. For jsp, web.xml is auto generated with the jasper compiler during the build phase. The new web framework for mapreduce 2.0 (MAPREDUCE-2399) wraps the hadoop HttpServer and doesn't need web.xml and/or jsp support either.
On Thu, May 26, 2011 at 12:14 AM, 王晓峰 <[EMAIL PROTECTED]> wrote: > hi,admin: > > I'm a fresh fish from China. > I want to know how the Jetty combines with the hadoop. > I can't find the file named "web.xml" that should exist in usual system > that combine with Jetty. > I'll be very happy to receive your answer. > If you have any question,please feel free to contract with me. > > Best Regards, > > Jack >
-
Re: one question about hadoop
Mark question 2011-05-26, 19:37
web.xml is in:
hadoop-releaseNo/webapps/job/WEB-INF/web.xml
Mark On Thu, May 26, 2011 at 1:29 AM, Luke Lu <[EMAIL PROTECTED]> wrote:
> Hadoop embeds jetty directly into hadoop servers with the > org.apache.hadoop.http.HttpServer class for servlets. For jsp, web.xml > is auto generated with the jasper compiler during the build phase. The > new web framework for mapreduce 2.0 (MAPREDUCE-2399) wraps the hadoop > HttpServer and doesn't need web.xml and/or jsp support either. > > On Thu, May 26, 2011 at 12:14 AM, 王晓峰 <[EMAIL PROTECTED]> wrote: > > hi,admin: > > > > I'm a fresh fish from China. > > I want to know how the Jetty combines with the hadoop. > > I can't find the file named "web.xml" that should exist in usual > system > > that combine with Jetty. > > I'll be very happy to receive your answer. > > If you have any question,please feel free to contract with me. > > > > Best Regards, > > > > Jack > > >
-
one question about hadoop
Fuzhen Zheng 2011-12-21, 13:43
Hi, jack
I also encounter this problem, so I would like to know how you deal with it.
Thanks
Fuzhen Zheng, from China
|
|