HDFS-4980. Incorrect logging.properties file for hadoop-httpfs. Contributed by Mark Grover.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1502302 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f42befa70
commit
17420dcc71
@ -554,6 +554,7 @@
|
|||||||
<delete file="${httpfs.tomcat.dist.dir}/conf/server.xml"/>
|
<delete file="${httpfs.tomcat.dist.dir}/conf/server.xml"/>
|
||||||
<copy file="${basedir}/src/main/tomcat/server.xml"
|
<copy file="${basedir}/src/main/tomcat/server.xml"
|
||||||
toDir="${httpfs.tomcat.dist.dir}/conf"/>
|
toDir="${httpfs.tomcat.dist.dir}/conf"/>
|
||||||
|
<delete file="${httpfs.tomcat.dist.dir}/conf/logging.properties"/>
|
||||||
<copy file="${basedir}/src/main/tomcat/logging.properties"
|
<copy file="${basedir}/src/main/tomcat/logging.properties"
|
||||||
toDir="${httpfs.tomcat.dist.dir}/conf"/>
|
toDir="${httpfs.tomcat.dist.dir}/conf"/>
|
||||||
<copy toDir="${httpfs.tomcat.dist.dir}/webapps/ROOT">
|
<copy toDir="${httpfs.tomcat.dist.dir}/webapps/ROOT">
|
||||||
|
@ -655,6 +655,9 @@ Release 2.1.0-beta - 2013-07-02
|
|||||||
|
|
||||||
HDFS-4887. TestNNThroughputBenchmark exits abruptly. (kihwal)
|
HDFS-4887. TestNNThroughputBenchmark exits abruptly. (kihwal)
|
||||||
|
|
||||||
|
HDFS-4980. Incorrect logging.properties file for hadoop-httpfs.
|
||||||
|
(Mark Grover via suresh)
|
||||||
|
|
||||||
BREAKDOWN OF HDFS-347 SUBTASKS AND RELATED JIRAS
|
BREAKDOWN OF HDFS-347 SUBTASKS AND RELATED JIRAS
|
||||||
|
|
||||||
HDFS-4353. Encapsulate connections to peers in Peer and PeerServer classes.
|
HDFS-4353. Encapsulate connections to peers in Peer and PeerServer classes.
|
||||||
|
Loading…
Reference in New Issue
Block a user