Index: src/assembly/all.xml =================================================================== --- src/assembly/all.xml (revision 1187816) +++ src/assembly/all.xml (working copy) @@ -2,6 +2,25 @@ + Index: src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRollAbort.java =================================================================== --- src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRollAbort.java (revision 1187816) +++ src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRollAbort.java (working copy) @@ -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. + */ package org.apache.hadoop.hbase.regionserver.wal; import static org.junit.Assert.assertTrue; Index: src/test/java/org/apache/hadoop/hbase/TestHServerInfo.java =================================================================== --- src/test/java/org/apache/hadoop/hbase/TestHServerInfo.java (revision 1187816) +++ src/test/java/org/apache/hadoop/hbase/TestHServerInfo.java (working copy) @@ -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. + */ package org.apache.hadoop.hbase; import static org.junit.Assert.*; @@ -77,4 +94,4 @@ int compare2 = hsi2.compareTo(hsi1); assertTrue((compare1 > 0)? compare2 < 0: compare2 > 0); } -} \ No newline at end of file +} Index: src/test/java/org/apache/hadoop/hbase/filter/TestColumnRangeFilter.java =================================================================== --- src/test/java/org/apache/hadoop/hbase/filter/TestColumnRangeFilter.java (revision 1187816) +++ src/test/java/org/apache/hadoop/hbase/filter/TestColumnRangeFilter.java (working copy) @@ -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. + */ package org.apache.hadoop.hbase.filter; import static org.junit.Assert.*; Index: src/test/java/org/apache/hadoop/hbase/filter/TestColumnPrefixFilter.java =================================================================== --- src/test/java/org/apache/hadoop/hbase/filter/TestColumnPrefixFilter.java (revision 1187816) +++ src/test/java/org/apache/hadoop/hbase/filter/TestColumnPrefixFilter.java (working copy) @@ -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. + */ package org.apache.hadoop.hbase.filter; import static org.junit.Assert.*; Index: src/test/java/org/apache/hadoop/hbase/coprocessor/GenericEndpoint.java =================================================================== --- src/test/java/org/apache/hadoop/hbase/coprocessor/GenericEndpoint.java (revision 1187816) +++ src/test/java/org/apache/hadoop/hbase/coprocessor/GenericEndpoint.java (working copy) @@ -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. + */ package org.apache.hadoop.hbase.coprocessor; public class GenericEndpoint extends BaseEndpointCoprocessor implements Index: src/test/java/org/apache/hadoop/hbase/coprocessor/GenericProtocol.java =================================================================== --- src/test/java/org/apache/hadoop/hbase/coprocessor/GenericProtocol.java (revision 1187816) +++ src/test/java/org/apache/hadoop/hbase/coprocessor/GenericProtocol.java (working copy) @@ -1,3 +1,54 @@ +/** + * 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 + * 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 + * 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.coprocessor; import org.apache.hadoop.hbase.ipc.CoprocessorProtocol; Index: src/test/java/org/apache/hadoop/hbase/client/replication/TestReplicationAdmin.java =================================================================== --- src/test/java/org/apache/hadoop/hbase/client/replication/TestReplicationAdmin.java (revision 1187816) +++ src/test/java/org/apache/hadoop/hbase/client/replication/TestReplicationAdmin.java (working copy) @@ -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. + */ package org.apache.hadoop.hbase.client.replication; import java.util.concurrent.atomic.AtomicBoolean; Index: src/test/ruby/test_helper.rb =================================================================== --- src/test/ruby/test_helper.rb (revision 1187816) +++ src/test/ruby/test_helper.rb (working copy) @@ -1,3 +1,18 @@ +# 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. require 'test/unit' module Testing Index: src/test/resources/log4j.properties =================================================================== --- src/test/resources/log4j.properties (revision 1187816) +++ src/test/resources/log4j.properties (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. + # Define some default values that can be overridden by system properties hbase.root.logger=INFO,console hbase.log.dir=. Index: src/test/resources/mapred-queues.xml =================================================================== --- src/test/resources/mapred-queues.xml (revision 1187816) +++ src/test/resources/mapred-queues.xml (working copy) @@ -1,4 +1,23 @@ + Thrift module: Hbase

Thrift module: Hbase

Index: src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/style.css =================================================================== --- src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/style.css (revision 1187816) +++ src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/style.css (working copy) @@ -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. + */ /* Auto-generated CSS for generated Thrift docs */ body { font-family: Tahoma, sans-serif; } pre { background-color: #dddddd; padding: 6px; } Index: src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/index.html =================================================================== --- src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/index.html (revision 1187816) +++ src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/index.html (working copy) @@ -1,4 +1,23 @@ + All Thrift declarations

All Thrift declarations

Index: src/main/avro/hbase.avpr =================================================================== --- src/main/avro/hbase.avpr (revision 1187816) +++ src/main/avro/hbase.avpr (working copy) @@ -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. + */ { "protocol" : "HBase", "namespace" : "org.apache.hadoop.hbase.avro.generated", @@ -606,4 +623,4 @@ "errors" : [ "AIOError", "AIllegalArgument" ] } } -} \ No newline at end of file +} Index: src/main/resources/hbase-webapps/static/hbase.css =================================================================== --- src/main/resources/hbase-webapps/static/hbase.css (revision 1187816) +++ src/main/resources/hbase-webapps/static/hbase.css (working copy) @@ -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. + */ h1, h2, h3 { color: DarkSlateBlue } table { border: thin solid DodgerBlue } tr { border: thin solid DodgerBlue } Index: src/main/resources/hbase-webapps/regionserver/regionserver.jsp =================================================================== --- src/main/resources/hbase-webapps/regionserver/regionserver.jsp (revision 1187816) +++ src/main/resources/hbase-webapps/regionserver/regionserver.jsp (working copy) @@ -1 +1,20 @@ - \ No newline at end of file +<%-- +/** + * 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. + */ +--%> + Index: src/main/resources/hbase-webapps/regionserver/index.html =================================================================== --- src/main/resources/hbase-webapps/regionserver/index.html (revision 1187816) +++ src/main/resources/hbase-webapps/regionserver/index.html (working copy) @@ -1 +1,20 @@ + Index: src/main/resources/hbase-webapps/master/zk.jsp =================================================================== --- src/main/resources/hbase-webapps/master/zk.jsp (revision 1187816) +++ src/main/resources/hbase-webapps/master/zk.jsp (working copy) @@ -1,3 +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. + */ +--%> <%@ page contentType="text/html;charset=UTF-8" import="java.io.IOException" import="org.apache.hadoop.conf.Configuration" Index: src/main/resources/hbase-webapps/master/tablesDetailed.jsp =================================================================== --- src/main/resources/hbase-webapps/master/tablesDetailed.jsp (revision 1187816) +++ src/main/resources/hbase-webapps/master/tablesDetailed.jsp (working copy) @@ -1,3 +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. + */ +--%> <%@ page contentType="text/html;charset=UTF-8" import="java.util.*" import="org.apache.hadoop.util.StringUtils" Index: src/main/resources/hbase-webapps/master/table.jsp =================================================================== --- src/main/resources/hbase-webapps/master/table.jsp (revision 1187816) +++ src/main/resources/hbase-webapps/master/table.jsp (working copy) @@ -1,3 +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. + */ +--%> <%@ page contentType="text/html;charset=UTF-8" import="java.util.HashMap" import="org.apache.hadoop.io.Writable" Index: src/main/resources/hbase-webapps/master/master.jsp =================================================================== --- src/main/resources/hbase-webapps/master/master.jsp (revision 1187816) +++ src/main/resources/hbase-webapps/master/master.jsp (working copy) @@ -1 +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. + */ +--%> Index: src/main/resources/hbase-webapps/master/index.html =================================================================== --- src/main/resources/hbase-webapps/master/index.html (revision 1187816) +++ src/main/resources/hbase-webapps/master/index.html (working copy) @@ -1 +1,20 @@ + Index: src/main/resources/hbase-default.xml =================================================================== --- src/main/resources/hbase-default.xml (revision 1187816) +++ src/main/resources/hbase-default.xml (working copy) @@ -2,8 +2,6 @@ @@ -149,4 +168,4 @@ - \ No newline at end of file + Index: src/site/site.xml =================================================================== --- src/site/site.xml (revision 1187816) +++ src/site/site.xml (working copy) @@ -1,5 +1,25 @@ + + Index: src/site/site.vm =================================================================== --- src/site/site.vm (revision 1187816) +++ src/site/site.vm (working copy) @@ -1,4 +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. +*# #macro ( link $href $name $target $img $position $alt $border $width $height ) #set ( $linkTitle = ' title="' + $name + '"' ) Index: src/docbkx/upgrading.xml =================================================================== --- src/docbkx/upgrading.xml (revision 1187816) +++ src/docbkx/upgrading.xml (working copy) @@ -7,6 +7,25 @@ xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook"> + Upgrading Review , in particular the section on Hadoop version. Index: src/docbkx/performance.xml =================================================================== --- src/docbkx/performance.xml (revision 1187816) +++ src/docbkx/performance.xml (working copy) @@ -7,6 +7,25 @@ xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook"> + Performance Tuning
Index: src/docbkx/developer.xml =================================================================== --- src/docbkx/developer.xml (revision 1187816) +++ src/docbkx/developer.xml (working copy) @@ -7,6 +7,25 @@ xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook"> + Building and Developing HBase This chapter will be of interest only to those building and developing HBase (i.e., as opposed to just downloading the latest distribution). Index: src/docbkx/preface.xml =================================================================== --- src/docbkx/preface.xml (revision 1187816) +++ src/docbkx/preface.xml (working copy) @@ -6,6 +6,25 @@ xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook"> + Preface This book aims to be the official guide for the + Configuration This chapter is the Not-So-Quick start guide to HBase configuration. Please read this chapter carefully and ensure that all requirements have Index: src/docbkx/getting_started.xml =================================================================== --- src/docbkx/getting_started.xml (revision 1187816) +++ src/docbkx/getting_started.xml (working copy) @@ -7,6 +7,25 @@ xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook"> + Getting Started
Index: src/docbkx/shell.xml =================================================================== --- src/docbkx/shell.xml (revision 1187816) +++ src/docbkx/shell.xml (working copy) @@ -7,6 +7,25 @@ xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook"> + The HBase Shell Index: src/docbkx/troubleshooting.xml =================================================================== --- src/docbkx/troubleshooting.xml (revision 1187816) +++ src/docbkx/troubleshooting.xml (working copy) @@ -7,6 +7,25 @@ xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook"> + Troubleshooting and Debugging HBase
General Guidelines Index: src/docbkx/ops_mgt.xml =================================================================== --- src/docbkx/ops_mgt.xml (revision 1187816) +++ src/docbkx/ops_mgt.xml (working copy) @@ -7,6 +7,25 @@ xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook"> + HBase Operational Management This chapter will cover operational tools and practices required of a running HBase cluster. The subject of operations is related to the topics of , , Index: src/docbkx/external_apis.xml =================================================================== --- src/docbkx/external_apis.xml (revision 1187816) +++ src/docbkx/external_apis.xml (working copy) @@ -7,6 +7,25 @@ xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook"> + External APIs This chapter will cover access to HBase either through non-Java languages, or through custom protocols. Index: src/examples/mapreduce/index-builder-setup.rb =================================================================== --- src/examples/mapreduce/index-builder-setup.rb (revision 1187816) +++ src/examples/mapreduce/index-builder-setup.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 up sample data for IndexBuilder example create "people", "attributes" create "people-email", "INDEX" Index: src/packages/deb/conf-pseudo.control/conffile =================================================================== --- src/packages/deb/conf-pseudo.control/conffile (revision 1187816) +++ src/packages/deb/conf-pseudo.control/conffile (working copy) @@ -1 +1,16 @@ +# 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. /etc/hbase/hbase-site.xml Index: src/packages/deb/hbase.control/control =================================================================== --- src/packages/deb/hbase.control/control (revision 1187816) +++ src/packages/deb/hbase.control/control (working copy) @@ -1,3 +1,18 @@ +# 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: hbase Version: @version@ Section: misc Index: bin/copy_table.rb =================================================================== --- bin/copy_table.rb (revision 1187816) +++ bin/copy_table.rb (working copy) @@ -1,6 +1,4 @@ # -# 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 Index: pom.xml =================================================================== --- pom.xml (revision 1187816) +++ pom.xml (working copy) @@ -318,7 +318,7 @@ org.apache.rat apache-rat-plugin - 0.6 + 1.0-alpha-3 maven-surefire-report-plugin