Return-Path: X-Original-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3753B680E for ; Tue, 2 Aug 2011 18:23:41 +0000 (UTC) Received: (qmail 995 invoked by uid 500); 2 Aug 2011 18:23:41 -0000 Delivered-To: apmail-incubator-bigtop-commits-archive@incubator.apache.org Received: (qmail 916 invoked by uid 500); 2 Aug 2011 18:23:40 -0000 Mailing-List: contact bigtop-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@incubator.apache.org Delivered-To: mailing list bigtop-commits@incubator.apache.org Received: (qmail 895 invoked by uid 99); 2 Aug 2011 18:23:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2011 18:23:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2011 18:23:34 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7D5DF238897D; Tue, 2 Aug 2011 18:23:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1153234 [3/4] - in /incubator/bigtop/trunk: ./ src/pkg/common/flume/ src/pkg/common/hadoop/ src/pkg/common/hadoop/conf.pseudo/ src/pkg/common/hadoop/conf.secure/ src/pkg/common/hbase/ src/pkg/common/hive/ src/pkg/common/oozie/ src/pkg/comm... Date: Tue, 02 Aug 2011 18:22:59 -0000 To: bigtop-commits@incubator.apache.org From: abayer@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110802182313.7D5DF238897D@eris.apache.org> Modified: incubator/bigtop/trunk/src/pkg/rpm/flume/SOURCES/init.d.suse URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/pkg/rpm/flume/SOURCES/init.d.suse?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/src/pkg/rpm/flume/SOURCES/init.d.suse (original) +++ incubator/bigtop/trunk/src/pkg/rpm/flume/SOURCES/init.d.suse Tue Aug 2 18:22:30 2011 @@ -1,18 +1,19 @@ #!/bin/bash # -# (c) Copyright 2010, 2011 Cloudera, Inc. -# -# 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. +# 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. # # Starts a Flume @FLUME_DAEMON@ # Modified: incubator/bigtop/trunk/src/pkg/rpm/flume/SPECS/flume.spec URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/pkg/rpm/flume/SPECS/flume.spec?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/src/pkg/rpm/flume/SPECS/flume.spec (original) +++ incubator/bigtop/trunk/src/pkg/rpm/flume/SPECS/flume.spec Tue Aug 2 18:22:30 2011 @@ -1,3 +1,17 @@ +# 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. %define etc_flume /etc/flume/conf %define bin_flume %{_bindir} %define doc_flume %{_docdir}/flume-%{flume_version} Modified: incubator/bigtop/trunk/src/pkg/rpm/hadoop/SOURCES/hadoop-init.tmpl URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/pkg/rpm/hadoop/SOURCES/hadoop-init.tmpl?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/src/pkg/rpm/hadoop/SOURCES/hadoop-init.tmpl (original) +++ incubator/bigtop/trunk/src/pkg/rpm/hadoop/SOURCES/hadoop-init.tmpl Tue Aug 2 18:22:30 2011 @@ -1,18 +1,19 @@ #!/bin/bash # -# (c) Copyright 2009 Cloudera, Inc. -# -# 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. +# 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. # # Starts a Hadoop @HADOOP_DAEMON@ # Modified: incubator/bigtop/trunk/src/pkg/rpm/hadoop/SOURCES/hadoop-init.tmpl.suse URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/pkg/rpm/hadoop/SOURCES/hadoop-init.tmpl.suse?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/src/pkg/rpm/hadoop/SOURCES/hadoop-init.tmpl.suse (original) +++ incubator/bigtop/trunk/src/pkg/rpm/hadoop/SOURCES/hadoop-init.tmpl.suse Tue Aug 2 18:22:30 2011 @@ -1,18 +1,19 @@ #!/bin/bash # -# (c) Copyright 2009, 2010, 2011 Cloudera, Inc. -# -# 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. +# 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. # # Starts a Hadoop @HADOOP_DAEMON@ # Modified: incubator/bigtop/trunk/src/pkg/rpm/hadoop/SPECS/hadoop.spec URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/pkg/rpm/hadoop/SPECS/hadoop.spec?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/src/pkg/rpm/hadoop/SPECS/hadoop.spec (original) +++ incubator/bigtop/trunk/src/pkg/rpm/hadoop/SPECS/hadoop.spec Tue Aug 2 18:22:30 2011 @@ -1,3 +1,17 @@ +# 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. # # Hadoop RPM spec file # Modified: incubator/bigtop/trunk/src/pkg/rpm/hbase/SOURCES/hadoop-hbase.sh URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/pkg/rpm/hbase/SOURCES/hadoop-hbase.sh?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/src/pkg/rpm/hbase/SOURCES/hadoop-hbase.sh (original) +++ incubator/bigtop/trunk/src/pkg/rpm/hbase/SOURCES/hadoop-hbase.sh Tue Aug 2 18:22:30 2011 @@ -1,18 +1,20 @@ #!/bin/bash # -# (c) Copyright 2009 Cloudera, Inc. +# 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 # -# 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 # -# 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. +# 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. +# # chkconfig: 2345 85 15 # description: Summary: HBase is the Hadoop database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware. # processname: HBase Modified: incubator/bigtop/trunk/src/pkg/rpm/hbase/SOURCES/hadoop-hbase.sh.suse URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/pkg/rpm/hbase/SOURCES/hadoop-hbase.sh.suse?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/src/pkg/rpm/hbase/SOURCES/hadoop-hbase.sh.suse (original) +++ incubator/bigtop/trunk/src/pkg/rpm/hbase/SOURCES/hadoop-hbase.sh.suse Tue Aug 2 18:22:30 2011 @@ -1,18 +1,19 @@ #!/bin/bash # -# (c) Copyright 2009, 2010, 2011 Cloudera, Inc. -# -# 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. +# 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. # # Starts a HBase @HBASE_DAEMON@ # Modified: incubator/bigtop/trunk/src/pkg/rpm/hbase/SPECS/hbase.spec URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/pkg/rpm/hbase/SPECS/hbase.spec?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/src/pkg/rpm/hbase/SPECS/hbase.spec (original) +++ incubator/bigtop/trunk/src/pkg/rpm/hbase/SPECS/hbase.spec Tue Aug 2 18:22:30 2011 @@ -1,3 +1,17 @@ +# 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. %define etc_hbase /etc/hbase %define hbase_home /usr/lib/hbase %define bin_hbase %{hbase_home}/bin Modified: incubator/bigtop/trunk/src/pkg/rpm/hive/SOURCES/install_hive.sh URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/pkg/rpm/hive/SOURCES/install_hive.sh?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/src/pkg/rpm/hive/SOURCES/install_hive.sh (original) +++ incubator/bigtop/trunk/src/pkg/rpm/hive/SOURCES/install_hive.sh Tue Aug 2 18:22:30 2011 @@ -1,5 +1,19 @@ #!/bin/sh -# Copyright 2009 Cloudera, inc. +# +# 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. usage() { echo " Modified: incubator/bigtop/trunk/src/pkg/rpm/hive/SPECS/hive.spec URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/pkg/rpm/hive/SPECS/hive.spec?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/src/pkg/rpm/hive/SPECS/hive.spec (original) +++ incubator/bigtop/trunk/src/pkg/rpm/hive/SPECS/hive.spec Tue Aug 2 18:22:30 2011 @@ -1,3 +1,17 @@ +# 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. %define hadoop_username hadoop %define etc_hive /etc/hive %define config_hive %{etc_hive}/conf Modified: incubator/bigtop/trunk/src/pkg/rpm/oozie/SPECS/oozie.spec URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/pkg/rpm/oozie/SPECS/oozie.spec?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/src/pkg/rpm/oozie/SPECS/oozie.spec (original) +++ incubator/bigtop/trunk/src/pkg/rpm/oozie/SPECS/oozie.spec Tue Aug 2 18:22:30 2011 @@ -1,3 +1,17 @@ +# 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. %define usr_bin /usr/bin %define lib_oozie /usr/lib/oozie %define man_dir /usr/share/man Modified: incubator/bigtop/trunk/src/pkg/rpm/pig/SPECS/pig.spec URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/pkg/rpm/pig/SPECS/pig.spec?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/src/pkg/rpm/pig/SPECS/pig.spec (original) +++ incubator/bigtop/trunk/src/pkg/rpm/pig/SPECS/pig.spec Tue Aug 2 18:22:30 2011 @@ -1,3 +1,17 @@ +# 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. %define pig_name pig %define etc_pig /etc/%{pig_name} %define config_pig %{etc_pig}/conf Modified: incubator/bigtop/trunk/src/pkg/rpm/sqoop/SPECS/sqoop.spec URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/pkg/rpm/sqoop/SPECS/sqoop.spec?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/src/pkg/rpm/sqoop/SPECS/sqoop.spec (original) +++ incubator/bigtop/trunk/src/pkg/rpm/sqoop/SPECS/sqoop.spec Tue Aug 2 18:22:30 2011 @@ -1,3 +1,17 @@ +# 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. %define doc_sqoop %{_docdir}/sqoop-%{sqoop_version} %define lib_sqoop /usr/lib/sqoop Modified: incubator/bigtop/trunk/src/pkg/rpm/whirr/SPECS/whirr.spec URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/pkg/rpm/whirr/SPECS/whirr.spec?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/src/pkg/rpm/whirr/SPECS/whirr.spec (original) +++ incubator/bigtop/trunk/src/pkg/rpm/whirr/SPECS/whirr.spec Tue Aug 2 18:22:30 2011 @@ -1,3 +1,17 @@ +# 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. %define lib_whirr /usr/lib/whirr %define man_dir /usr/share/man Modified: incubator/bigtop/trunk/src/pkg/rpm/zookeeper/SPECS/zookeeper.spec URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/pkg/rpm/zookeeper/SPECS/zookeeper.spec?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/src/pkg/rpm/zookeeper/SPECS/zookeeper.spec (original) +++ incubator/bigtop/trunk/src/pkg/rpm/zookeeper/SPECS/zookeeper.spec Tue Aug 2 18:22:30 2011 @@ -1,3 +1,17 @@ +# 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. %define etc_zookeeper /etc/zookeeper %define bin_zookeeper %{_bindir} %define doc_zookeeper %{_docdir}/zookeeper-%{zookeeper_version} Modified: incubator/bigtop/trunk/src/repos/distributions URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/repos/distributions?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/src/repos/distributions (original) +++ incubator/bigtop/trunk/src/repos/distributions Tue Aug 2 18:22:30 2011 @@ -1,4 +1,20 @@ Origin: Bigtop + +# 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. + Label: Bigtop Suite: stable Codename: bigtop Modified: incubator/bigtop/trunk/test/NOTICE.txt URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/NOTICE.txt?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/NOTICE.txt (original) +++ incubator/bigtop/trunk/test/NOTICE.txt Tue Aug 2 18:22:30 2011 @@ -1 +1,18 @@ -Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. +# 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. + +This product includes software developed by Cloudera, Inc. +(http://www.cloudera.com/). + Modified: incubator/bigtop/trunk/test/site/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/site/pom.xml?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/site/pom.xml (original) +++ incubator/bigtop/trunk/test/site/pom.xml Tue Aug 2 18:22:30 2011 @@ -1,18 +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 + + 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. +--> 4.0.0 Modified: incubator/bigtop/trunk/test/src/integration/sqoop/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/integration/sqoop/pom.xml?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/integration/sqoop/pom.xml (original) +++ incubator/bigtop/trunk/test/src/integration/sqoop/pom.xml Tue Aug 2 18:22:30 2011 @@ -1,4 +1,20 @@ + Modified: incubator/bigtop/trunk/test/src/integration/sqoop/src/test/groovy/com/cloudera/itest/integration/sqoop/IntegrationTestSqoopHive.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/integration/sqoop/src/test/groovy/com/cloudera/itest/integration/sqoop/IntegrationTestSqoopHive.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/integration/sqoop/src/test/groovy/com/cloudera/itest/integration/sqoop/IntegrationTestSqoopHive.groovy (original) +++ incubator/bigtop/trunk/test/src/integration/sqoop/src/test/groovy/com/cloudera/itest/integration/sqoop/IntegrationTestSqoopHive.groovy Tue Aug 2 18:22:30 2011 @@ -1,13 +1,3 @@ -package com.cloudera.itest.integration.sqoop - -import org.junit.Test -import org.junit.After -import static org.junit.Assert.assertEquals -import static org.junit.Assert.assertNotNull -import com.cloudera.itest.JarContent -import org.junit.Before -import com.cloudera.itest.shell.Shell - /** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -25,6 +15,17 @@ import com.cloudera.itest.shell.Shell * See the License for the specific language governing permissions and * limitations under the License. */ + +package com.cloudera.itest.integration.sqoop + +import org.junit.Test +import org.junit.After +import static org.junit.Assert.assertEquals +import static org.junit.Assert.assertNotNull +import com.cloudera.itest.JarContent +import org.junit.Before +import com.cloudera.itest.shell.Shell + class IntegrationTestSqoopHive { private static final String MYSQL_ROOTPW = System.getProperty("MYSQL_ROOTPW", ""); Modified: incubator/bigtop/trunk/test/src/integration/sqoop/src/test/resources/hbase-sqoop/mysql-create-db.sql URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/integration/sqoop/src/test/resources/hbase-sqoop/mysql-create-db.sql?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/integration/sqoop/src/test/resources/hbase-sqoop/mysql-create-db.sql (original) +++ incubator/bigtop/trunk/test/src/integration/sqoop/src/test/resources/hbase-sqoop/mysql-create-db.sql Tue Aug 2 18:22:30 2011 @@ -1,3 +1,18 @@ +-- 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. + # # Run this script once as root user before the test run. For example: # mysql -u root -p < /path/to/this/script.sql Modified: incubator/bigtop/trunk/test/src/integration/sqoop/src/test/resources/hbase-sqoop/mysql-load-db.sql URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/integration/sqoop/src/test/resources/hbase-sqoop/mysql-load-db.sql?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/integration/sqoop/src/test/resources/hbase-sqoop/mysql-load-db.sql (original) +++ incubator/bigtop/trunk/test/src/integration/sqoop/src/test/resources/hbase-sqoop/mysql-load-db.sql Tue Aug 2 18:22:30 2011 @@ -1,3 +1,18 @@ +-- 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. + # # Run this script as testhbaseuser, specifically for the testhbase database. # This script must be run after the mysql-create-db.sql has been run as root. Modified: incubator/bigtop/trunk/test/src/integration/sqoop/src/test/resources/hive-sqoop/mysql-create-db.sql URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/integration/sqoop/src/test/resources/hive-sqoop/mysql-create-db.sql?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/integration/sqoop/src/test/resources/hive-sqoop/mysql-create-db.sql (original) +++ incubator/bigtop/trunk/test/src/integration/sqoop/src/test/resources/hive-sqoop/mysql-create-db.sql Tue Aug 2 18:22:30 2011 @@ -1,3 +1,18 @@ +-- 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. + # # Run this script once as root user before the test run. For example: # mysql -u root -p < /path/to/this/script.sql Modified: incubator/bigtop/trunk/test/src/integration/sqoop/src/test/resources/hive-sqoop/mysql-load-db.sql URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/integration/sqoop/src/test/resources/hive-sqoop/mysql-load-db.sql?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/integration/sqoop/src/test/resources/hive-sqoop/mysql-load-db.sql (original) +++ incubator/bigtop/trunk/test/src/integration/sqoop/src/test/resources/hive-sqoop/mysql-load-db.sql Tue Aug 2 18:22:30 2011 @@ -1,3 +1,18 @@ +-- 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. + # # Run this script as testhiveuser, specifically for the testhive database. # This script must be run after the mysql-create-db.sql has been run as root. Modified: incubator/bigtop/trunk/test/src/itest-common/README URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/README?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/README (original) +++ incubator/bigtop/trunk/test/src/itest-common/README Tue Aug 2 18:22:30 2011 @@ -1,3 +1,18 @@ +# 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. + This project will develop a set of JarRunner adapters to perform the following tasks via specific adapters: - provide a list of files within a jar file (artifact) which can be passed to a test Modified: incubator/bigtop/trunk/test/src/itest-common/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/pom.xml?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/pom.xml (original) +++ incubator/bigtop/trunk/test/src/itest-common/pom.xml Tue Aug 2 18:22:30 2011 @@ -1,18 +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 + + 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. +--> 4.0.0 Modified: incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/JUnitUtils.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/JUnitUtils.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/JUnitUtils.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/JUnitUtils.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest public class JUnitUtils { Modified: incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/JarContent.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/JarContent.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/JarContent.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/JarContent.groovy Tue Aug 2 18:22:30 2011 @@ -1,19 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ - package com.cloudera.itest import java.util.jar.JarEntry Modified: incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/TestListUtils.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/TestListUtils.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/TestListUtils.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/TestListUtils.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest public class TestListUtils { Modified: incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/junit/OrderedParameterized.java URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/junit/OrderedParameterized.java?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/junit/OrderedParameterized.java (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/junit/OrderedParameterized.java Tue Aug 2 18:22:30 2011 @@ -1,6 +1,20 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. -*/ +/** + * 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. + */ /* JUnit Modified: incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/AptCmdLinePackageManager.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/AptCmdLinePackageManager.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/AptCmdLinePackageManager.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/AptCmdLinePackageManager.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest.pmanager class AptCmdLinePackageManager extends PackageManager { Modified: incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/DEBPackage.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/DEBPackage.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/DEBPackage.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/DEBPackage.groovy Tue Aug 2 18:22:30 2011 @@ -1,16 +1,19 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ package com.cloudera.itest.pmanager Modified: incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/ManagedPackage.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/ManagedPackage.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/ManagedPackage.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/ManagedPackage.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest.pmanager import com.cloudera.itest.posix.Service Modified: incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/PackageInstance.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/PackageInstance.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/PackageInstance.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/PackageInstance.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest.pmanager import com.cloudera.itest.posix.Service Modified: incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/PackageManager.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/PackageManager.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/PackageManager.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/PackageManager.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest.pmanager import com.cloudera.itest.shell.Shell Modified: incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/RPMPackage.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/RPMPackage.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/RPMPackage.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/RPMPackage.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest.pmanager import com.cloudera.itest.posix.Service Modified: incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/YumCmdLinePackageManager.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/YumCmdLinePackageManager.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/YumCmdLinePackageManager.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/YumCmdLinePackageManager.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest.pmanager import com.cloudera.itest.posix.Service Modified: incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/ZypperCmdLinePackageManager.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/ZypperCmdLinePackageManager.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/ZypperCmdLinePackageManager.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/ZypperCmdLinePackageManager.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest.pmanager import com.cloudera.itest.posix.Service Modified: incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/Alternative.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/Alternative.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/Alternative.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/Alternative.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest.posix import com.cloudera.itest.shell.Shell Modified: incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/Service.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/Service.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/Service.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/Service.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest.posix import com.cloudera.itest.shell.Shell Modified: incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/UGI.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/UGI.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/UGI.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/UGI.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest.posix class UGI { Modified: incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/shell/OS.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/shell/OS.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/shell/OS.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/shell/OS.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest.shell /** Modified: incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/shell/Shell.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/shell/Shell.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/shell/Shell.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/main/groovy/com/cloudera/itest/shell/Shell.groovy Tue Aug 2 18:22:30 2011 @@ -1,16 +1,19 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ package com.cloudera.itest.shell Modified: incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestError.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestError.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestError.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestError.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest import org.junit.Test Modified: incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestFail.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestFail.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestFail.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestFail.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest import static org.junit.Assert.* Modified: incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestPass.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestPass.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestPass.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestPass.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest import org.junit.Test Modified: incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/JUnitUtilsTest.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/JUnitUtilsTest.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/JUnitUtilsTest.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/JUnitUtilsTest.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest import org.junit.Test Modified: incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/JarContentTest.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/JarContentTest.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/JarContentTest.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/JarContentTest.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest import org.junit.Test Modified: incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/TestListUtilsTest.groovy URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/TestListUtilsTest.groovy?rev=1153234&r1=1153233&r2=1153234&view=diff ============================================================================== --- incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/TestListUtilsTest.groovy (original) +++ incubator/bigtop/trunk/test/src/itest-common/src/test/groovy/com/cloudera/itest/TestListUtilsTest.groovy Tue Aug 2 18:22:30 2011 @@ -1,17 +1,21 @@ -/* - * Copyright (c) 2011, Cloudera, Inc. All Rights Reserved. - * - * Cloudera, Inc. 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 - * - * This software 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 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. */ + package com.cloudera.itest import org.junit.Test