Index: bin/set_meta_block_caching.rb =================================================================== --- bin/set_meta_block_caching.rb (revision 1187992) +++ bin/set_meta_block_caching.rb (working copy) @@ -1,3 +1,19 @@ +# 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. + # Set in_memory=true and blockcache=true on catalog tables. # The .META. and -ROOT- tables can be created with caching and # in_memory set to false. You want them set to true so that Index: bin/local-regionservers.sh =================================================================== --- bin/local-regionservers.sh (revision 1187992) +++ bin/local-regionservers.sh (working copy) @@ -1,4 +1,23 @@ #!/bin/sh +#/** +# * 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. +# */ # This is used for starting multiple regionservers on the same machine. # run it from hbase-dir/ just like 'bin/hbase' # Supports up to 100 regionservers (limitation = overlapping ports) Index: bin/local-master-backup.sh =================================================================== --- bin/local-master-backup.sh (revision 1187992) +++ bin/local-master-backup.sh (working copy) @@ -1,4 +1,23 @@ #!/bin/sh +#/** +# * 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. +# */ # This is used for starting multiple masters on the same machine. # run it from hbase-dir/ just like 'bin/hbase' # Supports up to 10 masters (limitation = overlapping ports) Index: bin/set_meta_memstore_size.rb =================================================================== --- bin/set_meta_memstore_size.rb (revision 1187992) +++ bin/set_meta_memstore_size.rb (working copy) @@ -1,6 +1,3 @@ -# -# Copyright 2011 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 @@ -16,8 +13,7 @@ # 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. -# -# + # This script must be used on a live cluster in order to fix .META.'s # MEMSTORE_SIZE back to 64MB instead of the 16KB that was configured # in 0.20 era. This is only required if .META. was created at that time. Index: pom.xml =================================================================== --- pom.xml (revision 1187992) +++ pom.xml (working copy) @@ -1,6 +1,27 @@ + 4.0.0 + src/site/resources/css/freebsd_docbook.css + + maven-surefire-report-plugin @@ -1651,7 +1688,7 @@ org.apache.rat apache-rat-plugin - 0.6 + 0.7 org.apache.maven.plugins