Modified: incubator/bigtop/branches/branch-0.1/test/src/smokes/hive/src/test/resources/scripts/ql/uniquejoin/in URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.1/test/src/smokes/hive/src/test/resources/scripts/ql/uniquejoin/in?rev=1160082&r1=1160081&r2=1160082&view=diff ============================================================================== --- incubator/bigtop/branches/branch-0.1/test/src/smokes/hive/src/test/resources/scripts/ql/uniquejoin/in (original) +++ incubator/bigtop/branches/branch-0.1/test/src/smokes/hive/src/test/resources/scripts/ql/uniquejoin/in Sun Aug 21 23:37: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. CREATE TABLE T1(key STRING, val STRING) STORED AS TEXTFILE; CREATE TABLE T2(key STRING, val STRING) STORED AS TEXTFILE; CREATE TABLE T3(key STRING, val STRING) STORED AS TEXTFILE;
Modified: incubator/bigtop/branches/branch-0.1/test/src/smokes/hive/src/test/resources/scripts/ql/uniquejoin/out URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.1/test/src/smokes/hive/src/test/resources/scripts/ql/uniquejoin/out?rev=1160082&r1=1160081&r2=1160082&view=diff ============================================================================== --- incubator/bigtop/branches/branch-0.1/test/src/smokes/hive/src/test/resources/scripts/ql/uniquejoin/out (original) +++ incubator/bigtop/branches/branch-0.1/test/src/smokes/hive/src/test/resources/scripts/ql/uniquejoin/out Sun Aug 21 23:37: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. CREATE TABLE T1(key STRING, val STRING) STORED AS TEXTFILE CREATE TABLE T2(key STRING, val STRING) STORED AS TEXTFILE Modified: incubator/bigtop/branches/branch-0.1/test/src/smokes/hive/src/test/resources/seed.hql URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.1/test/src/smokes/hive/src/test/resources/seed.hql?rev=1160082&r1=1160081&r2=1160082&view=diff ============================================================================== --- incubator/bigtop/branches/branch-0.1/test/src/smokes/hive/src/test/resources/seed.hql (original) +++ incubator/bigtop/branches/branch-0.1/test/src/smokes/hive/src/test/resources/seed.hql Sun Aug 21 23:37: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. DROP TABLE srcpart; CREATE TABLE srcpart(key string, value string) PARTITIONED BY (ds string, hr string) STORED AS TEXTFILE; LOAD DATA LOCAL INPATH 'seed_data_files/kv1.txt' OVERWRITE INTO TABLE srcpart PARTITION (ds='2008-04-08',hr='11'); Modified: incubator/bigtop/branches/branch-0.1/test/src/smokes/hive/src/test/resources/test.hql URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.1/test/src/smokes/hive/src/test/resources/test.hql?rev=1160082&r1=1160081&r2=1160082&view=diff ============================================================================== --- incubator/bigtop/branches/branch-0.1/test/src/smokes/hive/src/test/resources/test.hql (original) +++ incubator/bigtop/branches/branch-0.1/test/src/smokes/hive/src/test/resources/test.hql Sun Aug 21 23:37: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. DROP TABLE u_data; CREATE TABLE u_data ( Modified: incubator/bigtop/branches/branch-0.1/test/src/smokes/package/src/test/resources/package_data_apt.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.1/test/src/smokes/package/src/test/resources/package_data_apt.xml?rev=1160082&r1=1160081&r2=1160082&view=diff ============================================================================== --- incubator/bigtop/branches/branch-0.1/test/src/smokes/package/src/test/resources/package_data_apt.xml (original) +++ incubator/bigtop/branches/branch-0.1/test/src/smokes/package/src/test/resources/package_data_apt.xml Sun Aug 21 23:37:30 2011 @@ -1,3 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <packages> <whirr> <metadata> Modified: incubator/bigtop/branches/branch-0.1/test/src/smokes/package/src/test/resources/package_data_yum.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.1/test/src/smokes/package/src/test/resources/package_data_yum.xml?rev=1160082&r1=1160081&r2=1160082&view=diff ============================================================================== --- incubator/bigtop/branches/branch-0.1/test/src/smokes/package/src/test/resources/package_data_yum.xml (original) +++ incubator/bigtop/branches/branch-0.1/test/src/smokes/package/src/test/resources/package_data_yum.xml Sun Aug 21 23:37:30 2011 @@ -1,3 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <packages> <whirr> <metadata> Modified: incubator/bigtop/branches/branch-0.1/test/src/smokes/package/src/test/resources/package_data_zypper.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.1/test/src/smokes/package/src/test/resources/package_data_zypper.xml?rev=1160082&r1=1160081&r2=1160082&view=diff ============================================================================== --- incubator/bigtop/branches/branch-0.1/test/src/smokes/package/src/test/resources/package_data_zypper.xml (original) +++ incubator/bigtop/branches/branch-0.1/test/src/smokes/package/src/test/resources/package_data_zypper.xml Sun Aug 21 23:37:30 2011 @@ -1,3 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <packages> <whirr> <metadata> Modified: incubator/bigtop/branches/branch-0.1/test/suites/conf/log4j.configuration URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.1/test/suites/conf/log4j.configuration?rev=1160082&r1=1160081&r2=1160082&view=diff ============================================================================== --- incubator/bigtop/branches/branch-0.1/test/suites/conf/log4j.configuration (original) +++ incubator/bigtop/branches/branch-0.1/test/suites/conf/log4j.configuration Sun Aug 21 23:37: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. log4j.rootLogger=${com.cloudera.itest.log4j.level},console log4j.threshhold=ALL log4j.appender.console=com.cloudera.log4j.ConsoleAppender Modified: incubator/bigtop/branches/branch-0.1/test/suites/conf/src/main/resources/com.cloudera.itest.log4j.configuration URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.1/test/suites/conf/src/main/resources/com.cloudera.itest.log4j.configuration?rev=1160082&r1=1160081&r2=1160082&view=diff ============================================================================== --- incubator/bigtop/branches/branch-0.1/test/suites/conf/src/main/resources/com.cloudera.itest.log4j.configuration (original) +++ incubator/bigtop/branches/branch-0.1/test/suites/conf/src/main/resources/com.cloudera.itest.log4j.configuration Sun Aug 21 23:37: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. log4j.rootLogger=${com.cloudera.itest.log4j.level},console log4j.threshhold=ALL log4j.appender.console=org.apache.log4j.ConsoleAppender
