Repository: hbase Updated Branches: refs/heads/master 624e34a2a -> 264725d59
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/264725d5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/264725d5 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/264725d5 Branch: refs/heads/master Commit: 264725d59274374d7b9c8ee2b47a86713ab1a6b8 Parents: 624e34a Author: Andrew Purtell <[email protected]> Authored: Thu May 22 10:31:31 2014 -0700 Committer: Andrew Purtell <[email protected]> Committed: Thu May 22 10:31:31 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/264725d5/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 4d46233..b46af61 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
