Repository: tez Updated Branches: refs/heads/master e09ea2762 -> 3ec953753
TEZ-3679. Minor ASF header issues. Contributed by Saijin Huang Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/3ec95375 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/3ec95375 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/3ec95375 Branch: refs/heads/master Commit: 3ec9537533457139afc9f4af4b82af01e105a0a4 Parents: e09ea27 Author: Jason Lowe <[email protected]> Authored: Mon Apr 3 10:30:39 2017 -0500 Committer: Jason Lowe <[email protected]> Committed: Mon Apr 3 10:30:39 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/3ec95375/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/3ec95375/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
