Repository: tez Updated Branches: refs/heads/branch-0.8 9c56e5db0 -> 92f0104be
TEZ-3679. Minor ASF header issues. Contributed by Saijin Huang (cherry picked from commit 3ec9537533457139afc9f4af4b82af01e105a0a4) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/92f0104b Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/92f0104b Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/92f0104b Branch: refs/heads/branch-0.8 Commit: 92f0104be56b6a530bb92e85535454db3bb521ea Parents: 9c56e5d Author: Jason Lowe <[email protected]> Authored: Mon Apr 3 10:30:39 2017 -0500 Committer: Jason Lowe <[email protected]> Committed: Mon Apr 3 10:31:31 2017 -0500 ---------------------------------------------------------------------- .../library/common/shuffle/FetchResult.java | 17 ----------------- .../runtime/library/input/UnorderedKVInput.java | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/92f0104b/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/common/shuffle/FetchResult.java ---------------------------------------------------------------------- diff --git a/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/common/shuffle/FetchResult.java b/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/common/shuffle/FetchResult.java index d9595f0..57e4860 100644 --- a/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/common/shuffle/FetchResult.java +++ b/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/common/shuffle/FetchResult.java @@ -17,23 +17,6 @@ */ package org.apache.tez.runtime.library.common.shuffle; -/** - * 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. - */ import org.apache.tez.runtime.library.common.InputAttemptIdentifier; http://git-wip-us.apache.org/repos/asf/tez/blob/92f0104b/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/input/UnorderedKVInput.java ---------------------------------------------------------------------- diff --git a/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/input/UnorderedKVInput.java b/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/input/UnorderedKVInput.java index 62d7b99..c085844 100644 --- a/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/input/UnorderedKVInput.java +++ b/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/input/UnorderedKVInput.java @@ -1,5 +1,5 @@ /** -git diff * Licensed to the Apache Software Foundation (ASF) under one +* 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
