You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2011/10/24 01:04:07 UTC

svn commit: r1187999 - in /hbase/branches/0.92: CHANGES.txt bin/local-master-backup.sh bin/local-regionservers.sh bin/set_meta_block_caching.rb bin/set_meta_memstore_size.rb pom.xml

Author: stack
Date: Sun Oct 23 23:04:05 2011
New Revision: 1187999

URL: http://svn.apache.org/viewvc?rev=1187999&view=rev
Log:
HBASE-4642 Add Apache License Header

Modified:
    hbase/branches/0.92/CHANGES.txt
    hbase/branches/0.92/bin/local-master-backup.sh
    hbase/branches/0.92/bin/local-regionservers.sh
    hbase/branches/0.92/bin/set_meta_block_caching.rb
    hbase/branches/0.92/bin/set_meta_memstore_size.rb
    hbase/branches/0.92/pom.xml

Modified: hbase/branches/0.92/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/CHANGES.txt?rev=1187999&r1=1187998&r2=1187999&view=diff
==============================================================================
--- hbase/branches/0.92/CHANGES.txt (original)
+++ hbase/branches/0.92/CHANGES.txt Sun Oct 23 23:04:05 2011
@@ -361,6 +361,7 @@ Release 0.92.0 - Unreleased
    HBASE-4588  The floating point arithmetic to validate memory allocation
                configurations need to be done as integers (dhruba)
    HBASE-4647  RAT finds about 40 files missing licenses
+   HBASE-4642  Add Apache License Header
 
   TESTS
    HBASE-4492  TestRollingRestart fails intermittently

Modified: hbase/branches/0.92/bin/local-master-backup.sh
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/bin/local-master-backup.sh?rev=1187999&r1=1187998&r2=1187999&view=diff
==============================================================================
--- hbase/branches/0.92/bin/local-master-backup.sh (original)
+++ hbase/branches/0.92/bin/local-master-backup.sh Sun Oct 23 23:04:05 2011
@@ -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)

Modified: hbase/branches/0.92/bin/local-regionservers.sh
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/bin/local-regionservers.sh?rev=1187999&r1=1187998&r2=1187999&view=diff
==============================================================================
--- hbase/branches/0.92/bin/local-regionservers.sh (original)
+++ hbase/branches/0.92/bin/local-regionservers.sh Sun Oct 23 23:04:05 2011
@@ -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)

Modified: hbase/branches/0.92/bin/set_meta_block_caching.rb
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/bin/set_meta_block_caching.rb?rev=1187999&r1=1187998&r2=1187999&view=diff
==============================================================================
--- hbase/branches/0.92/bin/set_meta_block_caching.rb (original)
+++ hbase/branches/0.92/bin/set_meta_block_caching.rb Sun Oct 23 23:04:05 2011
@@ -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

Modified: hbase/branches/0.92/bin/set_meta_memstore_size.rb
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/bin/set_meta_memstore_size.rb?rev=1187999&r1=1187998&r2=1187999&view=diff
==============================================================================
--- hbase/branches/0.92/bin/set_meta_memstore_size.rb (original)
+++ hbase/branches/0.92/bin/set_meta_memstore_size.rb Sun Oct 23 23:04:05 2011
@@ -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.

Modified: hbase/branches/0.92/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/pom.xml?rev=1187999&r1=1187998&r2=1187999&view=diff
==============================================================================
--- hbase/branches/0.92/pom.xml (original)
+++ hbase/branches/0.92/pom.xml Sun Oct 23 23:04:05 2011
@@ -1,6 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<!--
+/**
+ * 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.
+ */
+-->
   <modelVersion>4.0.0</modelVersion>
   <!--To build a release I do this:
 
@@ -302,7 +323,23 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>1.0-alpha-3</version>
+          <version>0.7</version>
+            <configuration>
+              <excludes>
+                <exclude>**/.*</exclude>
+                <exclude>**/target/**</exclude>
+                <exclude>**/CHANGES.txt</exclude>
+                <exclude>**/CHANGES.txt</exclude>
+                <exclude>**/generated/**</exclude>
+                <exclude>**/conf/*</exclude>
+                <exclude>**/*.avpr</exclude>
+                <exclude>**/control</exclude>
+                <exclude>**/conffile</exclude>
+                <exclude>**/8e8ab58dcf39412da19833fcd8f687ac</exclude>
+                <!--It don't like freebsd license-->
+                <exclude>src/site/resources/css/freebsd_docbook.css</exclude>
+              </excludes>
+            </configuration>
         </plugin>
         <plugin>
           <artifactId>maven-surefire-report-plugin</artifactId>
@@ -1635,7 +1672,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>0.6</version>
+        <version>0.7</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>