|
|
+
Visioner Sadak 2012-09-06, 14:56
-
Re: Accessing image files from hadoop to jspHarsh J 2012-09-08, 13:17
I'd say yes. Use either WebHDFS (requires client to be able to access
all HDFS nodes) or HttpFS (acts as a gateway if your client can't access all HDFS nodes) via their REST APIs. On Sat, Sep 8, 2012 at 3:48 PM, Visioner Sadak <[EMAIL PROTECTED]> wrote: > is webhdfs a viable approach??? > > > On Thu, Sep 6, 2012 at 8:26 PM, Visioner Sadak <[EMAIL PROTECTED]> > wrote: >> >> I have uploaded some images to hdfs hadoop user/combo/ directory now >> want to show those images in a jsp i have configured tomcat and hadoop >> properly i m able to do uploads any ideas on how to build the interface to >> show thes images on to my front end jsp... >> >> > > -- Harsh J |