Re: Accessing image files from hadoop to jsp

2012-09-12 Thread Visioner Sadak
Thanks a ton guys for showing the right direction i was so wrong with hftp, will try out web hdfs,is hdfs FUSE mount a good approach by using that i will have to just mount my existing local java uploads in to hdfs but can i access Har files using this or will i have to create a symlink for

Re: Accessing image files from hadoop to jsp

2012-09-11 Thread Michael Segel
Here's one... Write a Java program which can be accessed on the server side to pull the picture from HDFS and display it on your JSP. On Sep 11, 2012, at 3:48 PM, Visioner Sadak visioner.sa...@gmail.com wrote: any hints experts atleast if i m on the right track or we cant use hftp at all

Re: Accessing image files from hadoop to jsp

2012-09-08 Thread Harsh J
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 visioner.sa...@gmail.com wrote: is webhdfs a viable approach??? On