Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Fwd: Setting cache control header in jetty server used by hadoop webhdfs


didnt got any help from hadoop users list so postingg this on jetty

---------- Forwarded message ----------
From: Visioner Sadak <visioner.sadak@xxxxxxxxx>
Date: Wed, Aug 21, 2013 at 12:04 AM
Subject: Setting cache control header in jetty server used by hadoop webhdfs
To: user@xxxxxxxxxxxxxxxxx


Hello friends i m using webhdfs to fetch a file from hadoop
 
seems that jetty server is used by hadoop for this purpose
 
 does anyone know how to set response headers in jetty configurations used by hadoop
 
when i am accessing this url i getting this
 
 
 response header
 
Content-Length 0
Content-Type application/octet-stream
Location http://termin1:50070/webhdfs/v1/Name1Home/new_file_d561yht35-9a1a-4a7b-9n.jpg?op=OPEN&namenoderpcaddress=termin1:9001&offset=0
Server Jetty(6.1.26)
 
 
is there any way i can set cache control in this response header in jetty server which is used by hadoop
 
 
 
 


Back to the top