You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2014/05/22 19:28:59 UTC

git commit: Amend HBASE-9857 Blockcache prefetch option; add missing license header

Repository: hbase
Updated Branches:
  refs/heads/0.98 9b9f4df87 -> f87fc3cea


Amend HBASE-9857 Blockcache prefetch option; add missing license header


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f87fc3ce
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f87fc3ce
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f87fc3ce

Branch: refs/heads/0.98
Commit: f87fc3cea43698e9f417b12aabb7bd4f7932155a
Parents: 9b9f4df
Author: Andrew Purtell <ap...@apache.org>
Authored: Thu May 22 10:28:50 2014 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Thu May 22 10:28:50 2014 -0700

----------------------------------------------------------------------
 .../hbase/io/hfile/AbstractHFileReader.java     | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/f87fc3ce/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/AbstractHFileReader.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/AbstractHFileReader.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/AbstractHFileReader.java
index 0d8f1e3..80976ba 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/AbstractHFileReader.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/AbstractHFileReader.java
@@ -1,4 +1,22 @@
-  /*
+/*
+ *
+ * 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.
+ */
+/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file