Modified: hadoop/hbase/branches/0.20_pre_durability/bin/Formatter.rb URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/bin/Formatter.rb?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/bin/Formatter.rb (original) +++ hadoop/hbase/branches/0.20_pre_durability/bin/Formatter.rb Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +# +# Copyright 2009 The Apache Software Foundation +# +# 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. +# + # Results formatter module Formatter # Base abstract class for results formatting.
Modified: hadoop/hbase/branches/0.20_pre_durability/bin/HBase.rb URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/bin/HBase.rb?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/bin/HBase.rb (original) +++ hadoop/hbase/branches/0.20_pre_durability/bin/HBase.rb Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +# +# Copyright 2009 The Apache Software Foundation +# +# 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. +# + # HBase ruby classes. # Has wrapper classes for org.apache.hadoop.hbase.client.HBaseAdmin # and for org.apache.hadoop.hbase.client.HTable. Classes take Modified: hadoop/hbase/branches/0.20_pre_durability/bin/add_table.rb URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/bin/add_table.rb?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/bin/add_table.rb (original) +++ hadoop/hbase/branches/0.20_pre_durability/bin/add_table.rb Mon Apr 26 17:25:29 2010 @@ -1,3 +1,22 @@ +# +# Copyright 2009 The Apache Software Foundation +# +# 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. +# # Script adds a table back to a running hbase. # Currently only works on if table data is in place. # Modified: hadoop/hbase/branches/0.20_pre_durability/bin/copy_table.rb URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/bin/copy_table.rb?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/bin/copy_table.rb (original) +++ hadoop/hbase/branches/0.20_pre_durability/bin/copy_table.rb Mon Apr 26 17:25:29 2010 @@ -1,3 +1,22 @@ +# +# Copyright 2009 The Apache Software Foundation +# +# 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. +# # Script that copies table in hbase. As written, will not work for rare # case where there is more than one region in .META. table. Does the # update of the hbase .META. and copies the directories in filesystem. Modified: hadoop/hbase/branches/0.20_pre_durability/bin/hirb.rb URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/bin/hirb.rb?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/bin/hirb.rb (original) +++ hadoop/hbase/branches/0.20_pre_durability/bin/hirb.rb Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +# +# Copyright 2009 The Apache Software Foundation +# +# 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. +# + # File passed to org.jruby.Main by bin/hbase. Pollutes jirb with hbase imports # and hbase commands and then loads jirb. Outputs a banner that tells user # where to find help, shell version, and loads up a custom hirb. Modified: hadoop/hbase/branches/0.20_pre_durability/bin/loadtable.rb URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/bin/loadtable.rb?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/bin/loadtable.rb (original) +++ hadoop/hbase/branches/0.20_pre_durability/bin/loadtable.rb Mon Apr 26 17:25:29 2010 @@ -1,3 +1,22 @@ +# +# Copyright 2009 The Apache Software Foundation +# +# 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. +# # Script that takes over from org.apache.hadoop.hbase.mapreduce.HFileOutputFormat. # Pass it output directory of HFileOutputFormat. It will read the passed files, # move them into place and update the catalog table appropriately. Warning: Modified: hadoop/hbase/branches/0.20_pre_durability/bin/rename_table.rb URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/bin/rename_table.rb?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/bin/rename_table.rb (original) +++ hadoop/hbase/branches/0.20_pre_durability/bin/rename_table.rb Mon Apr 26 17:25:29 2010 @@ -1,3 +1,22 @@ +# +# Copyright 2009 The Apache Software Foundation +# +# 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. +# # Script that renames table in hbase. As written, will not work for rare # case where there is more than one region in .META. table. Does the # update of the hbase .META. and moves the directories in filesystem. Modified: hadoop/hbase/branches/0.20_pre_durability/src/contrib/ec2/bin/functions.sh URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/contrib/ec2/bin/functions.sh?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/contrib/ec2/bin/functions.sh (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/contrib/ec2/bin/functions.sh Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +# +# Copyright 2010 The Apache Software Foundation +# +# 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. +# + function getCredentialSetting { name=$1 eval "val=\$$name" Modified: hadoop/hbase/branches/0.20_pre_durability/src/contrib/ec2/bin/hbase-ec2-init-remote.sh URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/contrib/ec2/bin/hbase-ec2-init-remote.sh?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/contrib/ec2/bin/hbase-ec2-init-remote.sh (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/contrib/ec2/bin/hbase-ec2-init-remote.sh Mon Apr 26 17:25:29 2010 @@ -1,5 +1,25 @@ #!/usr/bin/env bash +# +# Copyright 2010 The Apache Software Foundation +# +# 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. +# + # Script that is run on each EC2 instance on boot. It is passed in the EC2 user # data, so should not exceed 16K in size. Modified: hadoop/hbase/branches/0.20_pre_durability/src/contrib/ec2/bin/hbase-ec2-init-zookeeper-remote.sh URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/contrib/ec2/bin/hbase-ec2-init-zookeeper-remote.sh?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/contrib/ec2/bin/hbase-ec2-init-zookeeper-remote.sh (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/contrib/ec2/bin/hbase-ec2-init-zookeeper-remote.sh Mon Apr 26 17:25:29 2010 @@ -1,12 +1,28 @@ #!/usr/bin/env bash -# ZOOKEEPER_QUORUM set in the environment by the caller +# +# Copyright 2010 The Apache Software Foundation +# +# 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. +# + HBASE_HOME=`ls -d /usr/local/hbase-*` -############################################################################### # HBase configuration (Zookeeper) -############################################################################### - cat > $HBASE_HOME/conf/hbase-site.xml <<EOF <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> @@ -30,9 +46,7 @@ cat > $HBASE_HOME/conf/hbase-site.xml << </configuration> EOF -############################################################################### # Start services -############################################################################### # up open file descriptor limits echo "root soft nofile 32768" >> /etc/security/limits.conf Modified: hadoop/hbase/branches/0.20_pre_durability/src/contrib/ec2/build.xml URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/contrib/ec2/build.xml?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/contrib/ec2/build.xml (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/contrib/ec2/build.xml Mon Apr 26 17:25:29 2010 @@ -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. +--> + <project name="ec2" default="package" basedir="."> <import file="../build-contrib.xml"/> Modified: hadoop/hbase/branches/0.20_pre_durability/src/contrib/transactional/src/java/org/apache/hadoop/hbase/ipc/IndexedRegionInterface.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/contrib/transactional/src/java/org/apache/hadoop/hbase/ipc/IndexedRegionInterface.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/contrib/transactional/src/java/org/apache/hadoop/hbase/ipc/IndexedRegionInterface.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/contrib/transactional/src/java/org/apache/hadoop/hbase/ipc/IndexedRegionInterface.java Mon Apr 26 17:25:29 2010 @@ -1,8 +1,23 @@ -/* - * $Id$ - * Created on Sep 10, 2008 - * +/** + * Copyright 2009 The Apache Software Foundation + * + * 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.ipc; /** Interface for the indexed region server. */ Modified: hadoop/hbase/branches/0.20_pre_durability/src/examples/mapred/org/apache/hadoop/hbase/mapred/SampleUploader.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/examples/mapred/org/apache/hadoop/hbase/mapred/SampleUploader.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/examples/mapred/org/apache/hadoop/hbase/mapred/SampleUploader.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/examples/mapred/org/apache/hadoop/hbase/mapred/SampleUploader.java Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +/* + * Copyright 2009 The Apache Software Foundation + * + * 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 java.io.IOException; Modified: hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/client/MetaScanner.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/client/MetaScanner.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/client/MetaScanner.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/client/MetaScanner.java Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +/* + * Copyright 2009 The Apache Software Foundation + * + * 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.client; import java.io.IOException; Modified: hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/client/UnmodifyableHColumnDescriptor.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/client/UnmodifyableHColumnDescriptor.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/client/UnmodifyableHColumnDescriptor.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/client/UnmodifyableHColumnDescriptor.java Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +/* + * Copyright 2009 The Apache Software Foundation + * + * 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.client; import org.apache.hadoop.hbase.HColumnDescriptor; Modified: hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/filter/ColumnCountGetFilter.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/filter/ColumnCountGetFilter.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/filter/ColumnCountGetFilter.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/filter/ColumnCountGetFilter.java Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +/* + * Copyright 2009 The Apache Software Foundation + * + * 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.filter; import java.io.DataInput; Modified: hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/io/Reference.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/io/Reference.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/io/Reference.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/io/Reference.java Mon Apr 26 17:25:29 2010 @@ -1,6 +1,23 @@ -/** - * +/* + * Copyright 2009 The Apache Software Foundation + * + * 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.io; import java.io.DataInput; Modified: hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/io/hfile/Compression.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/io/hfile/Compression.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/io/hfile/Compression.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/io/hfile/Compression.java Mon Apr 26 17:25:29 2010 @@ -3,7 +3,8 @@ * 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. + * "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 @@ -11,8 +12,8 @@ * 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. + * License for the specific language governing permissions and limitations + * under the License. */ package org.apache.hadoop.hbase.io.hfile; Modified: hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/io/hfile/SimpleBlockCache.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/io/hfile/SimpleBlockCache.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/io/hfile/SimpleBlockCache.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/io/hfile/SimpleBlockCache.java Mon Apr 26 17:25:29 2010 @@ -1,3 +1,21 @@ +/** + * 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.io.hfile; import java.lang.ref.ReferenceQueue; Modified: hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/migration/nineteen/io/Reference.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/migration/nineteen/io/Reference.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/migration/nineteen/io/Reference.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/migration/nineteen/io/Reference.java Mon Apr 26 17:25:29 2010 @@ -1,6 +1,23 @@ -/** - * +/* + * Copyright 2009 The Apache Software Foundation + * + * 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.migration.nineteen.io; import java.io.DataInput; Modified: hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/util/Pair.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/util/Pair.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/util/Pair.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/util/Pair.java Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +/* + * Copyright 2009 The Apache Software Foundation + * + * 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.util; import java.io.Serializable; Modified: hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/zookeeper/ZKServerTool.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/zookeeper/ZKServerTool.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/zookeeper/ZKServerTool.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/java/org/apache/hadoop/hbase/zookeeper/ZKServerTool.java Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +/* + * Copyright 2009 The Apache Software Foundation + * + * 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.zookeeper; import java.util.Properties; Modified: hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/client/TestHBaseAdmin.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/client/TestHBaseAdmin.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/client/TestHBaseAdmin.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/client/TestHBaseAdmin.java Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +/** + * Copyright 2007 The Apache Software Foundation + * + * 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.client; import java.io.IOException; Modified: hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/filter/TestFilter.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/filter/TestFilter.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/filter/TestFilter.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/filter/TestFilter.java Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +/** + * Copyright 2009 The Apache Software Foundation + * + * 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.filter; import java.io.IOException; Modified: hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/io/TestHeapSize.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/io/TestHeapSize.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/io/TestHeapSize.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/io/TestHeapSize.java Mon Apr 26 17:25:29 2010 @@ -1,3 +1,22 @@ +/** + * Copyright 2009 The Apache Software Foundation + * + * 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.io; import java.io.IOException; Modified: hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/master/TestMinimumServerCount.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/master/TestMinimumServerCount.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/master/TestMinimumServerCount.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/master/TestMinimumServerCount.java Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +/** + * Copyright 2010 The Apache Software Foundation + * + * 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.master; import java.io.IOException; Modified: hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/master/TestRegionManager.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/master/TestRegionManager.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/master/TestRegionManager.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/master/TestRegionManager.java Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +/** + * Copyright 2009 The Apache Software Foundation + * + * 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.master; import java.io.IOException; Modified: hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestExplicitColumnTracker.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestExplicitColumnTracker.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestExplicitColumnTracker.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestExplicitColumnTracker.java Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +/* + * Copyright 2009 The Apache Software Foundation + * + * 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.regionserver; import java.util.ArrayList; Modified: hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestKeyValueHeap.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestKeyValueHeap.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestKeyValueHeap.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestKeyValueHeap.java Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +/* + * Copyright 2009 The Apache Software Foundation + * + * 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.regionserver; import java.util.ArrayList; Modified: hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestLruHashMap.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestLruHashMap.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestLruHashMap.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestLruHashMap.java Mon Apr 26 17:25:29 2010 @@ -1,4 +1,4 @@ -/** +/* * Copyright 2009 The Apache Software Foundation * * Licensed to the Apache Software Foundation (ASF) under one Modified: hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestScanWildcardColumnTracker.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestScanWildcardColumnTracker.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestScanWildcardColumnTracker.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestScanWildcardColumnTracker.java Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +/* + * Copyright 2009 The Apache Software Foundation + * + * 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.regionserver; import java.util.ArrayList; Modified: hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestStore.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestStore.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestStore.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestStore.java Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +/* + * Copyright 2009 The Apache Software Foundation + * + * 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.regionserver; import junit.framework.TestCase; Modified: hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestWildcardColumnTracker.java URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestWildcardColumnTracker.java?rev=938133&r1=938132&r2=938133&view=diff ============================================================================== --- hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestWildcardColumnTracker.java (original) +++ hadoop/hbase/branches/0.20_pre_durability/src/test/org/apache/hadoop/hbase/regionserver/TestWildcardColumnTracker.java Mon Apr 26 17:25:29 2010 @@ -1,3 +1,23 @@ +/** + * Copyright 2009 The Apache Software Foundation + * + * 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.regionserver; import java.util.ArrayList;