Repository: hbase
Updated Branches:
  refs/heads/master 51575197d -> f0b4e5b19


HBASE-12858 Add missing license header for docbkx/hbase-default.xml


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f0b4e5b1
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f0b4e5b1
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f0b4e5b1

Branch: refs/heads/master
Commit: f0b4e5b19efa956fecb44aaaa9291203b5d6d2ae
Parents: 5157519
Author: tedyu <[email protected]>
Authored: Wed Jan 14 18:56:28 2015 -0800
Committer: tedyu <[email protected]>
Committed: Wed Jan 14 18:56:28 2015 -0800

----------------------------------------------------------------------
 pom.xml                           |  1 +
 src/main/docbkx/hbase-default.xml | 24 ++++++++++++++++++++++--
 2 files changed, 23 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/f0b4e5b1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 30eca1f..3aef6d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -675,6 +675,7 @@
               <exclude>**/*.svg</exclude>
               <exclude>**/META-INF/services/**</exclude>
               <!-- MIT: https://github.com/twbs/bootstrap/blob/master/LICENSE 
-->
+              <exclude>**/src/main/asciidoc/hbase.css</exclude>
               <exclude>**/bootstrap-theme.css</exclude>
               <exclude>**/bootstrap-theme.min.css</exclude>
               <!-- MIT http://jquery.org/license -->

http://git-wip-us.apache.org/repos/asf/hbase/blob/f0b4e5b1/src/main/docbkx/hbase-default.xml
----------------------------------------------------------------------
diff --git a/src/main/docbkx/hbase-default.xml 
b/src/main/docbkx/hbase-default.xml
index aa04699..f221950 100644
--- a/src/main/docbkx/hbase-default.xml
+++ b/src/main/docbkx/hbase-default.xml
@@ -1,4 +1,24 @@
-<?xml version="1.0" encoding="UTF-8"?><glossary 
xml:id="hbase_default_configurations" version="5.0" 
xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns:m="http://www.w3.org/1998/Math/MathML"; 
xmlns:db="http://docbook.org/ns/docbook"; 
xmlns:xi="http://www.w3.org/2001/XInclude"; 
xmlns:svg="http://www.w3.org/2000/svg"; 
xmlns:html="http://www.w3.org/1999/xhtml"; 
xmlns="http://docbook.org/ns/docbook";><title>HBase Default 
Configuration</title><para>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/**
+ * 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.
+ */
+-->
+<glossary xml:id="hbase_default_configurations" version="5.0" 
xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns:m="http://www.w3.org/1998/Math/MathML"; 
xmlns:db="http://docbook.org/ns/docbook"; 
xmlns:xi="http://www.w3.org/2001/XInclude"; 
xmlns:svg="http://www.w3.org/2000/svg"; 
xmlns:html="http://www.w3.org/1999/xhtml"; 
xmlns="http://docbook.org/ns/docbook";><title>HBase Default 
Configuration</title><para>
 The documentation below is generated using the default hbase configuration 
file,
 <filename>hbase-default.xml</filename>, as source.
 </para><glossentry 
xml:id="hbase.tmp.dir"><glossterm><varname>hbase.tmp.dir</varname></glossterm><glossdef><para>Temporary
 directory on the local filesystem.
@@ -538,4 +558,4 @@ The documentation below is generated using the default 
hbase configuration file,
     
</para><formalpara><title>Default</title><para><varname>dr.stack</varname></para></formalpara></glossdef></glossentry><glossentry
 
xml:id="hbase.regionserver.handler.abort.on.error.percent"><glossterm><varname>hbase.regionserver.handler.abort.on.error.percent</varname></glossterm><glossdef><para>The
 percent of region server RPC threads failed to abort RS.
     -1 Disable aborting; 0 Abort if even a single handler has died;
     0.x Abort only when this percent of handlers have died;
-    1 Abort only all of the handers have 
died.</para><formalpara><title>Default</title><para><varname>0.5</varname></para></formalpara></glossdef></glossentry></glossary>
\ No newline at end of file
+    1 Abort only all of the handers have 
died.</para><formalpara><title>Default</title><para><varname>0.5</varname></para></formalpara></glossdef></glossentry></glossary>

Reply via email to