Return-Path: X-Original-To: apmail-tajo-commits-archive@minotaur.apache.org Delivered-To: apmail-tajo-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 23732FB7F for ; Mon, 25 Mar 2013 09:23:38 +0000 (UTC) Received: (qmail 57464 invoked by uid 500); 25 Mar 2013 09:23:38 -0000 Delivered-To: apmail-tajo-commits-archive@tajo.apache.org Received: (qmail 57349 invoked by uid 500); 25 Mar 2013 09:23:36 -0000 Mailing-List: contact commits-help@tajo.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tajo.incubator.apache.org Delivered-To: mailing list commits@tajo.incubator.apache.org Received: (qmail 57161 invoked by uid 99); 25 Mar 2013 09:23:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Mar 2013 09:23:33 +0000 X-ASF-Spam-Status: No, hits=-2001.3 required=5.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 25 Mar 2013 09:23:22 +0000 Received: (qmail 54366 invoked by uid 99); 25 Mar 2013 09:23:01 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Mar 2013 09:23:01 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 851B632AA48; Mon, 25 Mar 2013 09:23:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hyunsik@apache.org To: commits@tajo.incubator.apache.org Date: Mon, 25 Mar 2013 09:23:04 -0000 Message-Id: In-Reply-To: <6531a242b68e40739c7f9a697fba46ce@git.apache.org> References: <6531a242b68e40739c7f9a697fba46ce@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [04/12] TAJO-2: remove all @author tags and update license header (hyunsik) X-Virus-Checked: Checked by ClamAV on apache.org http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/parser/TestQueryAnalyzer.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/parser/TestQueryAnalyzer.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/parser/TestQueryAnalyzer.java index c6d4b21..dbfe71b 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/parser/TestQueryAnalyzer.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/parser/TestQueryAnalyzer.java @@ -1,6 +1,4 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * +/** * 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 http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/plan/global/TestGlobalQueryPlanner.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/plan/global/TestGlobalQueryPlanner.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/plan/global/TestGlobalQueryPlanner.java index f78ca89..2af74bb 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/plan/global/TestGlobalQueryPlanner.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/plan/global/TestGlobalQueryPlanner.java @@ -1,6 +1,4 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * +/** * 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 http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestLogicalNode.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestLogicalNode.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestLogicalNode.java index 618963c..8149e4d 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestLogicalNode.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestLogicalNode.java @@ -1,13 +1,28 @@ +/** + * 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 tajo.engine.planner; import tajo.engine.planner.logical.LogicalNode; import static org.junit.Assert.assertEquals; -/** - * @author Hyunsik Choi - */ -public class TestLogicalNode { +public class TestLogicalNode { public static final void testCloneLogicalNode(LogicalNode n1) throws CloneNotSupportedException { LogicalNode copy = (LogicalNode) n1.clone(); http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestLogicalOptimizer.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestLogicalOptimizer.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestLogicalOptimizer.java index 8e105b2..1b5fd19 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestLogicalOptimizer.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestLogicalOptimizer.java @@ -1,3 +1,21 @@ +/** + * 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 tajo.engine.planner; import org.apache.hadoop.fs.Path; http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestLogicalPlanner.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestLogicalPlanner.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestLogicalPlanner.java index ac7b25a..0c8ec4f 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestLogicalPlanner.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestLogicalPlanner.java @@ -1,6 +1,4 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * +/** * 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 @@ -49,9 +47,6 @@ import java.util.*; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; -/** - * @author Hyunsik Choi - */ public class TestLogicalPlanner { private static TajoTestingCluster util; private static CatalogService catalog; http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestPlannerUtil.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestPlannerUtil.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestPlannerUtil.java index 176b99f..1b311ab 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestPlannerUtil.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestPlannerUtil.java @@ -1,21 +1,19 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. +/** + * 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 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 * - * 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. */ package tajo.engine.planner; http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestUniformRangePartition.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestUniformRangePartition.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestUniformRangePartition.java index 7dc77e4..e436c7b 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestUniformRangePartition.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/TestUniformRangePartition.java @@ -1,7 +1,11 @@ -/* - * 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 +/** + * 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 * http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/global/TestGlobalQueryOptimizer.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/global/TestGlobalQueryOptimizer.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/global/TestGlobalQueryOptimizer.java index 9be7ae4..fae28f7 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/global/TestGlobalQueryOptimizer.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/global/TestGlobalQueryOptimizer.java @@ -1,6 +1,4 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * +/** * 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 http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/logical/extended/TestReceiveNode.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/logical/extended/TestReceiveNode.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/logical/extended/TestReceiveNode.java index 513868d..7557bc9 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/logical/extended/TestReceiveNode.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/logical/extended/TestReceiveNode.java @@ -1,3 +1,21 @@ +/** + * 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 tajo.engine.planner.logical.extended; import com.google.common.collect.Lists; @@ -9,9 +27,6 @@ import java.util.List; import static org.junit.Assert.assertEquals; -/** - * @author Hyunsik Choi - */ public class TestReceiveNode { @Test public final void testReceiveNode() throws CloneNotSupportedException { http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/logical/extended/TestSendNode.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/logical/extended/TestSendNode.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/logical/extended/TestSendNode.java index 6946efe..d154896 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/logical/extended/TestSendNode.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/logical/extended/TestSendNode.java @@ -1,3 +1,21 @@ +/** + * 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 tajo.engine.planner.logical.extended; import org.junit.Test; @@ -7,9 +25,6 @@ import java.net.URI; import static org.junit.Assert.assertEquals; -/** - * @author Hyunsik Choi - */ public class TestSendNode { @Test public final void testSendNode() throws CloneNotSupportedException { http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestBNLJoinExec.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestBNLJoinExec.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestBNLJoinExec.java index e93caa0..ea74a8c 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestBNLJoinExec.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestBNLJoinExec.java @@ -1,7 +1,11 @@ -/* - * 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 +/** + * 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 * http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestBSTIndexExec.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestBSTIndexExec.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestBSTIndexExec.java index 659f979..cff7f7f 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestBSTIndexExec.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestBSTIndexExec.java @@ -1,7 +1,11 @@ -/* - * 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 +/** + * 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 * http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestExternalSortExec.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestExternalSortExec.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestExternalSortExec.java index 5fff2d9..b43c80a 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestExternalSortExec.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestExternalSortExec.java @@ -1,6 +1,4 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * +/** * 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 http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestHashJoinExec.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestHashJoinExec.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestHashJoinExec.java index 206fc5f..47f743c 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestHashJoinExec.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestHashJoinExec.java @@ -1,6 +1,4 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * +/** * 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 http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestHashPartitioner.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestHashPartitioner.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestHashPartitioner.java index 514d1e9..dd2f53b 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestHashPartitioner.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestHashPartitioner.java @@ -1,3 +1,21 @@ +/** + * 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 tajo.engine.planner.physical; import org.junit.After; http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestMergeJoinExec.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestMergeJoinExec.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestMergeJoinExec.java index 0a4dafb..46d264b 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestMergeJoinExec.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestMergeJoinExec.java @@ -1,6 +1,4 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * +/** * 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 http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestNLJoinExec.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestNLJoinExec.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestNLJoinExec.java index 61f2c86..f8b8877 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestNLJoinExec.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestNLJoinExec.java @@ -1,6 +1,4 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * +/** * 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 http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestPhysicalPlanner.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestPhysicalPlanner.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestPhysicalPlanner.java index 84a383b..6b8496a 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestPhysicalPlanner.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestPhysicalPlanner.java @@ -1,6 +1,4 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * +/** * 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 http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestSortExec.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestSortExec.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestSortExec.java index a9a6b0d..694875f 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestSortExec.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/planner/physical/TestSortExec.java @@ -1,6 +1,4 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * +/** * 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 http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestGroupByQuery.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestGroupByQuery.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestGroupByQuery.java index bce1abd..f1655bc 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestGroupByQuery.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestGroupByQuery.java @@ -1,21 +1,19 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. +/** + * 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 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 * - * 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. */ package tajo.engine.query; http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestJoinQuery.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestJoinQuery.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestJoinQuery.java index d683315..64c4ccb 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestJoinQuery.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestJoinQuery.java @@ -1,3 +1,21 @@ +/** + * 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 tajo.engine.query; import com.google.common.collect.Maps; @@ -17,9 +35,6 @@ import java.util.Map; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; -/** - * @author Hyunsik Choi - */ @Category(IntegrationTest.class) public class TestJoinQuery { static TpchTestBase tpch; http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestNullValues.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestNullValues.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestNullValues.java index d6a4981..167b15e 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestNullValues.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestNullValues.java @@ -1,9 +1,11 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * - * 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 +/** + * 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 * http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestResultSetImpl.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestResultSetImpl.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestResultSetImpl.java index 0f020af..f1f09ef 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestResultSetImpl.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestResultSetImpl.java @@ -1,9 +1,11 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * - * 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 +/** + * 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 * http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestSelectQuery.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestSelectQuery.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestSelectQuery.java index 5fb25c5..fb60751 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestSelectQuery.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestSelectQuery.java @@ -1,21 +1,19 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. +/** + * 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 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 * - * 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. */ package tajo.engine.query; http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestSortQuery.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestSortQuery.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestSortQuery.java index 4f1c3a5..81a9fe7 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestSortQuery.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/query/TestSortQuery.java @@ -1,9 +1,11 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * - * 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 +/** + * 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 * @@ -28,9 +30,6 @@ import java.sql.ResultSet; import static org.junit.Assert.*; -/** - * @author Hyunsik Choi - */ @Category(IntegrationTest.class) public class TestSortQuery { static TpchTestBase tpch; http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/engine/util/TestTupleUtil.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/util/TestTupleUtil.java b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/util/TestTupleUtil.java index 8133b3d..9a23083 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/engine/util/TestTupleUtil.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/engine/util/TestTupleUtil.java @@ -1,3 +1,21 @@ +/** + * 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 tajo.engine.util; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/master/TestRepartitioner.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/master/TestRepartitioner.java b/tajo-core/tajo-core-backend/src/test/java/tajo/master/TestRepartitioner.java index fc641f7..ca3e870 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/master/TestRepartitioner.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/master/TestRepartitioner.java @@ -1,9 +1,11 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * - * 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 +/** + * 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 * http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestFragment.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestFragment.java b/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestFragment.java index 11ab9be..87a45ed 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestFragment.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestFragment.java @@ -1,3 +1,21 @@ +/** + * 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 tajo.storage; import com.google.common.collect.Sets; @@ -11,7 +29,6 @@ import tajo.catalog.TableMeta; import tajo.catalog.proto.CatalogProtos.DataType; import tajo.catalog.proto.CatalogProtos.StoreType; import tajo.engine.json.GsonCreator; -import tajo.storage.Fragment; import java.util.Arrays; import java.util.SortedSet; @@ -19,11 +36,6 @@ import java.util.SortedSet; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; -/** - * - * @author Hyunsik Choi - * - */ public class TestFragment { private Schema schema1; private TableMeta meta1; http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestHCFile.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestHCFile.java b/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestHCFile.java index cde1aef..aa4e9f0 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestHCFile.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestHCFile.java @@ -1,6 +1,4 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * +/** * 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 http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestHColumnReader.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestHColumnReader.java b/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestHColumnReader.java index 0a85ceb..df72f39 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestHColumnReader.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestHColumnReader.java @@ -1,6 +1,4 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * +/** * 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 http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestRowFile.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestRowFile.java b/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestRowFile.java index 61abe24..4e98d8b 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestRowFile.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/storage/TestRowFile.java @@ -1,6 +1,4 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * +/** * 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 http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/webapp/TestHttpServer.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/webapp/TestHttpServer.java b/tajo-core/tajo-core-backend/src/test/java/tajo/webapp/TestHttpServer.java index 2afbcc1..2ec589b 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/webapp/TestHttpServer.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/webapp/TestHttpServer.java @@ -1,9 +1,11 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * - * 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 +/** + * 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 * @@ -34,9 +36,6 @@ import java.util.Random; import static org.junit.Assert.assertTrue; -/** - * @author Hyunsik Choi - */ public class TestHttpServer { private static HttpServer server; private final static Random rnd = new Random(); http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/worker/SlowFunc.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/worker/SlowFunc.java b/tajo-core/tajo-core-backend/src/test/java/tajo/worker/SlowFunc.java index 049a562..a6f2a3a 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/worker/SlowFunc.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/worker/SlowFunc.java @@ -1,6 +1,21 @@ /** - * + * 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 tajo.worker; import org.mortbay.log.Log; @@ -11,10 +26,6 @@ import tajo.catalog.proto.CatalogProtos.DataType; import tajo.datum.Datum; import tajo.storage.Tuple; -/** - * @author hyunsik - * - */ public class SlowFunc extends AggFunction { private Datum param; http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/worker/TaskRunnerTest.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/worker/TaskRunnerTest.java b/tajo-core/tajo-core-backend/src/test/java/tajo/worker/TaskRunnerTest.java index 28c5079..131e797 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/worker/TaskRunnerTest.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/worker/TaskRunnerTest.java @@ -1,9 +1,11 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * - * 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 +/** + * 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 * http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/worker/TestFetcher.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/worker/TestFetcher.java b/tajo-core/tajo-core-backend/src/test/java/tajo/worker/TestFetcher.java index 87bb166..9037e10 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/worker/TestFetcher.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/worker/TestFetcher.java @@ -1,3 +1,21 @@ +/** + * 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 tajo.worker; import org.apache.hadoop.fs.FileStatus; @@ -21,9 +39,6 @@ import java.util.Random; import static org.junit.Assert.assertEquals; -/** - * @author Hyunsik Choi - */ public class TestFetcher { private String TEST_DATA = "target/test-data/TestFetcher"; private String INPUT_DIR = TEST_DATA+"/in/"; http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/worker/TestRangeRetrieverHandler.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/worker/TestRangeRetrieverHandler.java b/tajo-core/tajo-core-backend/src/test/java/tajo/worker/TestRangeRetrieverHandler.java index f3d87b2..f32f756 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/worker/TestRangeRetrieverHandler.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/worker/TestRangeRetrieverHandler.java @@ -1,9 +1,11 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * - * 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 +/** + * 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 * http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/worker/dataserver/TestHttpDataServer.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/worker/dataserver/TestHttpDataServer.java b/tajo-core/tajo-core-backend/src/test/java/tajo/worker/dataserver/TestHttpDataServer.java index 4f6af00..7261534 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/worker/dataserver/TestHttpDataServer.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/worker/dataserver/TestHttpDataServer.java @@ -1,3 +1,21 @@ +/** + * 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 tajo.worker.dataserver; import org.apache.hadoop.net.NetUtils; @@ -18,9 +36,6 @@ import java.util.Random; import static org.junit.Assert.assertTrue; -/** - * @author Hyunsik Choi - */ public class TestHttpDataServer { private String TEST_DATA = "target/test-data/TestHttpDataServer"; http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/java/tajo/worker/dataserver/TestHttpUtil.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/java/tajo/worker/dataserver/TestHttpUtil.java b/tajo-core/tajo-core-backend/src/test/java/tajo/worker/dataserver/TestHttpUtil.java index 72edae0..e32630c 100644 --- a/tajo-core/tajo-core-backend/src/test/java/tajo/worker/dataserver/TestHttpUtil.java +++ b/tajo-core/tajo-core-backend/src/test/java/tajo/worker/dataserver/TestHttpUtil.java @@ -1,3 +1,21 @@ +/** + * 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 tajo.worker.dataserver; import com.google.common.collect.Maps; @@ -9,9 +27,6 @@ import java.util.Map; import static org.junit.Assert.assertEquals; -/** - * @author Hyunsik Choi - */ public class TestHttpUtil { private URI uri = URI.create("http://127.0.0.1:80/?key1=val1&key2=val2"); http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/resources/catalog-default.xml ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/resources/catalog-default.xml b/tajo-core/tajo-core-backend/src/test/resources/catalog-default.xml index 8fffea7..e7e46b1 100644 --- a/tajo-core/tajo-core-backend/src/test/resources/catalog-default.xml +++ b/tajo-core/tajo-core-backend/src/test/resources/catalog-default.xml @@ -2,11 +2,13 @@ + tajo.cluster.distributed http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/resources/webapps/TestHttpServer/WEB-INF/web.xml ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/resources/webapps/TestHttpServer/WEB-INF/web.xml b/tajo-core/tajo-core-backend/src/test/resources/webapps/TestHttpServer/WEB-INF/web.xml index b8f6fac..748947d 100644 --- a/tajo-core/tajo-core-backend/src/test/resources/webapps/TestHttpServer/WEB-INF/web.xml +++ b/tajo-core/tajo-core-backend/src/test/resources/webapps/TestHttpServer/WEB-INF/web.xml @@ -1,4 +1,22 @@ + + TestHttpServer http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/resources/webapps/TestHttpServer/index.html ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/resources/webapps/TestHttpServer/index.html b/tajo-core/tajo-core-backend/src/test/resources/webapps/TestHttpServer/index.html index 08430ef..fc79d65 100644 --- a/tajo-core/tajo-core-backend/src/test/resources/webapps/TestHttpServer/index.html +++ b/tajo-core/tajo-core-backend/src/test/resources/webapps/TestHttpServer/index.html @@ -1,3 +1,21 @@ + + TestHttpServlet-120221 http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-backend/src/test/resources/yarn-site.xml ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-backend/src/test/resources/yarn-site.xml b/tajo-core/tajo-core-backend/src/test/resources/yarn-site.xml index 26a12bd..440d315 100644 --- a/tajo-core/tajo-core-backend/src/test/resources/yarn-site.xml +++ b/tajo-core/tajo-core-backend/src/test/resources/yarn-site.xml @@ -1,9 +1,13 @@ + tajo.cluster.distributed http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-storage/src/main/java/tajo/storage/Appender.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-storage/src/main/java/tajo/storage/Appender.java b/tajo-core/tajo-core-storage/src/main/java/tajo/storage/Appender.java index 8a32841..e701e3f 100644 --- a/tajo-core/tajo-core-storage/src/main/java/tajo/storage/Appender.java +++ b/tajo-core/tajo-core-storage/src/main/java/tajo/storage/Appender.java @@ -1,3 +1,21 @@ +/** + * 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 tajo.storage; import tajo.catalog.statistics.TableStat; http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-storage/src/main/java/tajo/storage/CSVFile.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-storage/src/main/java/tajo/storage/CSVFile.java b/tajo-core/tajo-core-storage/src/main/java/tajo/storage/CSVFile.java index 31bee3e..1311f7f 100644 --- a/tajo-core/tajo-core-storage/src/main/java/tajo/storage/CSVFile.java +++ b/tajo-core/tajo-core-storage/src/main/java/tajo/storage/CSVFile.java @@ -1,19 +1,19 @@ -/* +/** * 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 + * 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 + * 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. */ package tajo.storage; http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/457fea18/tajo-core/tajo-core-storage/src/main/java/tajo/storage/FileAppender.java ---------------------------------------------------------------------- diff --git a/tajo-core/tajo-core-storage/src/main/java/tajo/storage/FileAppender.java b/tajo-core/tajo-core-storage/src/main/java/tajo/storage/FileAppender.java index bc362b1..9c2a84c 100644 --- a/tajo-core/tajo-core-storage/src/main/java/tajo/storage/FileAppender.java +++ b/tajo-core/tajo-core-storage/src/main/java/tajo/storage/FileAppender.java @@ -1,6 +1,4 @@ -/* - * Copyright 2012 Database Lab., Korea Univ. - * +/** * 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