Author: rvs Date: Sat Apr 21 00:21:45 2012 New Revision: 1328545 URL: http://svn.apache.org/viewvc?rev=1328545&view=rev Log: BIGTOP-554. rat is complaining again
Modified: incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-hbase/templates/jaas.conf incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-zookeeper/files/java.env incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-zookeeper/templates/jaas.conf incubator/bigtop/trunk/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec incubator/bigtop/trunk/pom.xml Modified: incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-hbase/templates/jaas.conf URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-hbase/templates/jaas.conf?rev=1328545&r1=1328544&r2=1328545&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-hbase/templates/jaas.conf (original) +++ incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-hbase/templates/jaas.conf Sat Apr 21 00:21:45 2012 @@ -1,3 +1,20 @@ +/** + * 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 + * <p/> + * http://www.apache.org/licenses/LICENSE-2.0 + * <p/> + * 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. + */ Client { com.sun.security.auth.module.Krb5LoginModule required useKeyTab=true Modified: incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-zookeeper/files/java.env URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-zookeeper/files/java.env?rev=1328545&r1=1328544&r2=1328545&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-zookeeper/files/java.env (original) +++ incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-zookeeper/files/java.env Sat Apr 21 00:21:45 2012 @@ -1 +1,15 @@ +# 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. export SERVER_JVMFLAGS="-Djava.security.auth.login.config=/etc/zookeeper/conf/jaas.conf" Modified: incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-zookeeper/templates/jaas.conf URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-zookeeper/templates/jaas.conf?rev=1328545&r1=1328544&r2=1328545&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-zookeeper/templates/jaas.conf (original) +++ incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-zookeeper/templates/jaas.conf Sat Apr 21 00:21:45 2012 @@ -1,3 +1,20 @@ +/** + * 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 + * <p/> + * http://www.apache.org/licenses/LICENSE-2.0 + * <p/> + * 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. + */ Server { com.sun.security.auth.module.Krb5LoginModule required useKeyTab=true Modified: incubator/bigtop/trunk/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec?rev=1328545&r1=1328544&r2=1328545&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec (original) +++ incubator/bigtop/trunk/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec Sat Apr 21 00:21:45 2012 @@ -413,7 +413,7 @@ These projects (enumerated below) allow %prep # %setup -n %{name}-%{hadoop_base_version}-src -%setup -n apache-hadoop-common-8c0466d +%setup -n apache-hadoop-common-7ed45d0 %build Modified: incubator/bigtop/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/pom.xml?rev=1328545&r1=1328544&r2=1328545&view=diff ============================================================================== --- incubator/bigtop/trunk/pom.xml (original) +++ incubator/bigtop/trunk/pom.xml Sat Apr 21 00:21:45 2012 @@ -70,6 +70,7 @@ <exclude>src/site/resources/images/bigtop-logo.ai</exclude> <exclude>test/MANIFEST.txt</exclude> <exclude>bigtop-deploy/puppet/modules/hadoop/templates/taskcontroller.cfg</exclude> + <exclude>bigtop-deploy/puppet/modules/hadoop/templates/container-executor.cfg</exclude> <exclude>bigtop-deploy/puppet/README.md</exclude> <exclude>bigtop-deploy/puppet/config/site.csv.example</exclude> </excludes>