Repository: hadoop Updated Branches: refs/heads/HDFS-7285 4136c694f -> 2f3b8a070
Addendum for HDFS-8024: adding header. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2f3b8a07 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2f3b8a07 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2f3b8a07 Branch: refs/heads/HDFS-7285 Commit: 2f3b8a0708f012b06b4994a068c39e95c9567ad5 Parents: 4136c69 Author: Zhe Zhang <[email protected]> Authored: Wed Apr 22 11:24:02 2015 -0700 Committer: Zhe Zhang <[email protected]> Committed: Wed Apr 22 11:24:02 2015 -0700 ---------------------------------------------------------------------- .../datanode/erasurecode/ErasureCodingWorker.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/2f3b8a07/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/erasurecode/ErasureCodingWorker.java ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/erasurecode/ErasureCodingWorker.java b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/erasurecode/ErasureCodingWorker.java index fa91b79..6430308 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/erasurecode/ErasureCodingWorker.java +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/erasurecode/ErasureCodingWorker.java @@ -1,3 +1,20 @@ +/** + * 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 org.apache.hadoop.hdfs.server.datanode.erasurecode; import java.util.Collection;
