Repository: tez Updated Branches: refs/heads/branch-0.7 2e368a523 -> c0a5db22a
TEZ-3505. Move license to the file header for TezBytesWritableSerialization (darion yaphet via jeagles) (cherry picked from commit bebbfa4aa96dc67e62ff7a4fc989f9fe24c61052) (cherry picked from commit ceadfc6772aae41957d100fdd0e2e533716cc146) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/c0a5db22 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/c0a5db22 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/c0a5db22 Branch: refs/heads/branch-0.7 Commit: c0a5db22a6369e9f1ff5eef264323f61745c09fe Parents: 2e368a5 Author: Jonathan Eagles <[email protected]> Authored: Thu Nov 3 16:45:51 2016 -0500 Committer: Jonathan Eagles <[email protected]> Committed: Thu Nov 3 16:59:06 2016 -0500 ---------------------------------------------------------------------- CHANGES.txt | 1 + .../library/common/serializer/TezBytesWritableSerialization.java | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/c0a5db22/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index e27efda..8505f5b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,7 @@ INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-3505. Move license to the file header for TezBytesWritableSerialization TEZ-3486. COMBINE_OUTPUT_RECORDS/COMBINE_INPUT_RECORDS are not correct TEZ-3487. Improvements in travis yml file to get builds to work. TEZ-3483. Create basic travis yml file for Tez. http://git-wip-us.apache.org/repos/asf/tez/blob/c0a5db22/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/common/serializer/TezBytesWritableSerialization.java ---------------------------------------------------------------------- diff --git a/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/common/serializer/TezBytesWritableSerialization.java b/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/common/serializer/TezBytesWritableSerialization.java index e6da0a4..7716c59 100644 --- a/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/common/serializer/TezBytesWritableSerialization.java +++ b/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/common/serializer/TezBytesWritableSerialization.java @@ -1,5 +1,3 @@ -package org.apache.tez.runtime.library.common.serializer; - /** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -18,6 +16,8 @@ package org.apache.tez.runtime.library.common.serializer; * limitations under the License. */ +package org.apache.tez.runtime.library.common.serializer; + import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.apache.hadoop.classification.InterfaceAudience.Public;
