HBASE-12858 Add missing license header for docbkx/hbase-default.xml
This commit is contained in:
parent
51575197de
commit
f0b4e5b19e
1
pom.xml
1
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 -->
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue