Added: hadoop/common/branches/branch-2/hadoop-tools/hadoop-openstack/src/test/resources/log4j.properties URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-tools/hadoop-openstack/src/test/resources/log4j.properties?rev=1526848&view=auto ============================================================================== --- hadoop/common/branches/branch-2/hadoop-tools/hadoop-openstack/src/test/resources/log4j.properties (added) +++ hadoop/common/branches/branch-2/hadoop-tools/hadoop-openstack/src/test/resources/log4j.properties Fri Sep 27 11:12:42 2013 @@ -0,0 +1,42 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# log4j configuration used during build and unit tests + +log4j.rootLogger=INFO,stdout +log4j.threshold=ALL +log4j.appender.stdout=org.apache.log4j.ConsoleAppender +log4j.appender.stdout.target=System.out +log4j.appender.stdout.layout=org.apache.log4j.PatternLayout +log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} [%t] %-5p %c{2} (%F:%M(%L)) - %m%n +#log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} [%t] %-5p %c %x - %m%n" +#log4j.logger.org.apache.hadoop.fs.swift=DEBUG + +#crank back on warnings about -1 content length GETs +log4j.logger.org.apache.commons.httpclient.HttpMethodBase=ERROR
Modified: hadoop/common/branches/branch-2/hadoop-tools/hadoop-tools-dist/pom.xml URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-tools/hadoop-tools-dist/pom.xml?rev=1526848&r1=1526847&r2=1526848&view=diff ============================================================================== --- hadoop/common/branches/branch-2/hadoop-tools/hadoop-tools-dist/pom.xml (original) +++ hadoop/common/branches/branch-2/hadoop-tools/hadoop-tools-dist/pom.xml Fri Sep 27 11:12:42 2013 @@ -77,6 +77,12 @@ <type>pom</type> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-openstack</artifactId> + <scope>compile</scope> + <version>${project.version}</version> + </dependency> </dependencies> <build> Modified: hadoop/common/branches/branch-2/hadoop-tools/pom.xml URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-tools/pom.xml?rev=1526848&r1=1526847&r2=1526848&view=diff ============================================================================== --- hadoop/common/branches/branch-2/hadoop-tools/pom.xml (original) +++ hadoop/common/branches/branch-2/hadoop-tools/pom.xml Fri Sep 27 11:12:42 2013 @@ -40,6 +40,7 @@ <module>hadoop-tools-dist</module> <module>hadoop-extras</module> <module>hadoop-pipes</module> + <module>hadoop-openstack</module> </modules> <build>
