You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by hi...@apache.org on 2014/02/22 21:15:49 UTC

git commit: Addendum patch for TEZ-769. Change Vertex.setParallelism() to accept a set of EdgeManagerDescriptors. (hitesh)

Repository: incubator-tez
Updated Branches:
  refs/heads/master 649abcbd0 -> c7db8f407


Addendum patch for TEZ-769. Change Vertex.setParallelism() to accept a set of EdgeManagerDescriptors. (hitesh)


Project: http://git-wip-us.apache.org/repos/asf/incubator-tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tez/commit/c7db8f40
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tez/tree/c7db8f40
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tez/diff/c7db8f40

Branch: refs/heads/master
Commit: c7db8f407ffad7c31c30215e6f141c316528a459
Parents: 649abcb
Author: Hitesh Shah <hi...@apache.org>
Authored: Sat Feb 22 12:15:36 2014 -0800
Committer: Hitesh Shah <hi...@apache.org>
Committed: Sat Feb 22 12:15:36 2014 -0800

----------------------------------------------------------------------
 .../src/test/resources/log4j.properties          | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/c7db8f40/tez-runtime-library/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/tez-runtime-library/src/test/resources/log4j.properties b/tez-runtime-library/src/test/resources/log4j.properties
new file mode 100644
index 0000000..531b68b
--- /dev/null
+++ b/tez-runtime-library/src/test/resources/log4j.properties
@@ -0,0 +1,19 @@
+#   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.threshhold=ALL
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %-5p [%t] %c{2} (%F:%M(%L)) - %m%n