Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8B13611A7F for ; Fri, 23 May 2014 23:19:21 +0000 (UTC) Received: (qmail 43975 invoked by uid 500); 23 May 2014 23:19:21 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 43823 invoked by uid 500); 23 May 2014 23:19:21 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 43747 invoked by uid 99); 23 May 2014 23:19:21 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 May 2014 23:19:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 00ED39A36F2; Fri, 23 May 2014 23:19:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: apurtell@apache.org To: commits@hbase.apache.org Date: Fri, 23 May 2014 23:19:22 -0000 Message-Id: <3eee1e20ec314d6c8c534b9517c18e68@git.apache.org> In-Reply-To: <26d83e5e979d49e2ad812baad1640bc9@git.apache.org> References: <26d83e5e979d49e2ad812baad1640bc9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] git commit: Amend HBASE-11137 Add mapred.TableSnapshotInputFormat; add missing license headers on branch 0.98 Amend HBASE-11137 Add mapred.TableSnapshotInputFormat; add missing license headers on branch 0.98 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/568bfe41 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/568bfe41 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/568bfe41 Branch: refs/heads/0.98 Commit: 568bfe416c1c880c84dbb4a11cdbe61aea9717a2 Parents: a260c86 Author: Andrew Purtell Authored: Fri May 23 23:17:31 2014 +0000 Committer: Andrew Purtell Committed: Fri May 23 23:17:31 2014 +0000 ---------------------------------------------------------------------- .../hbase/mapred/TableSnapshotInputFormat.java | 17 +++++++++++++++++ .../mapreduce/TableSnapshotInputFormatImpl.java | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/568bfe41/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableSnapshotInputFormat.java ---------------------------------------------------------------------- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableSnapshotInputFormat.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableSnapshotInputFormat.java index e4a4ad4..cd1df37 100644 --- a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableSnapshotInputFormat.java +++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableSnapshotInputFormat.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.hbase.mapred; import org.apache.hadoop.fs.Path; http://git-wip-us.apache.org/repos/asf/hbase/blob/568bfe41/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatImpl.java ---------------------------------------------------------------------- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatImpl.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatImpl.java index 79b8541..62fde27 100644 --- a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatImpl.java +++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatImpl.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.hbase.mapreduce; import com.google.protobuf.HBaseZeroCopyByteString;