You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by to...@apache.org on 2012/03/15 18:37:24 UTC

svn commit: r1301112 [3/3] - in /whirr/branches/branch-0.7: ./ cli/ recipes/ services/cdh-oldtests/ services/cdh-oldtests/src/ services/cdh-oldtests/src/test/ services/cdh-oldtests/src/test/java/ services/cdh-oldtests/src/test/java/org/ services/cdh-ol...

Propchange: whirr/branches/branch-0.7/services/yarn/src/test/resources/log4j.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: whirr/branches/branch-0.7/services/yarn/src/test/resources/whirr-yarn-test.properties
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/yarn/src/test/resources/whirr-yarn-test.properties?rev=1301112&view=auto
==============================================================================
--- whirr/branches/branch-0.7/services/yarn/src/test/resources/whirr-yarn-test.properties (added)
+++ whirr/branches/branch-0.7/services/yarn/src/test/resources/whirr-yarn-test.properties Thu Mar 15 17:37:22 2012
@@ -0,0 +1,33 @@
+#
+# 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.
+#
+whirr.cluster-name=yarn-itest-${sys:whirr.test.provider}-${sys:user.name}
+whirr.instance-templates=1 hadoop-namenode+yarn-resourcemanager+mapreduce-historyserver,1 hadoop-datanode+yarn-nodemanager
+
+whirr.hadoop.install-function=install_hadoop_mr2
+whirr.hadoop.configure-function=configure_hadoop_mr2
+
+whirr.java.install-function=install_openjdk
+hadoop-env.JAVA_HOME=/usr/lib/jvm/java-6-openjdk
+
+whirr.provider=${sys:whirr.test.provider}
+whirr.identity=${sys:whirr.test.identity}
+whirr.credential=${sys:whirr.test.credential}
+
+whirr.hadoop.version=0.23.1
+whirr.hadoop.tarball.url=http://apache.osuosl.org/hadoop/common/hadoop-${whirr.hadoop.version}/hadoop-${whirr.hadoop.version}.tar.gz
+

Propchange: whirr/branches/branch-0.7/services/yarn/src/test/resources/whirr-yarn-test.properties
------------------------------------------------------------------------------
    svn:eol-style = native