HDFS-4865. Remove sub resource warning from httpfs log at startup time. (ywskycn via tucu)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1487619 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Alejandro Abdelnur 2013-05-29 19:55:32 +00:00
parent c4c2f45c6c
commit 8bb534f423
2 changed files with 3 additions and 1 deletions

View File

@ -197,7 +197,6 @@ public class HttpFSServer {
* {@link HttpFSExceptionProvider}.
*/
@GET
@Path("/")
@Produces(MediaType.APPLICATION_JSON)
public Response getRoot(@Context Principal user,
@QueryParam(OperationParam.NAME) OperationParam op,

View File

@ -293,6 +293,9 @@ Release 2.0.5-beta - UNRELEASED
HDFS-4827. Slight update to the implementation of API for handling favored
nodes in DFSClient (ddas)
HDFS-4865. Remove sub resource warning from httpfs log at startup time.
(ywskycn via tucu)
BREAKDOWN OF HDFS-347 SUBTASKS AND RELATED JIRAS
HDFS-4353. Encapsulate connections to peers in Peer and PeerServer classes.