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/trunk@1487616 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
31c96829c7
commit
5b1b197d39
|
@ -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,
|
||||
|
|
|
@ -897,6 +897,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.
|
||||
|
|
Loading…
Reference in New Issue