HBASE-20405 Update website to meet foundation recommendations
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
This commit is contained in:
parent
ac4e52880b
commit
9116534f5d
|
@ -27,68 +27,59 @@ under the License.
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<section name="Welcome to Apache HBase™">
|
<section name="Welcome to Apache HBase™">
|
||||||
<p><a href="http://www.apache.org/">Apache</a> HBase™ is the <a href="http://hadoop.apache.org/">Hadoop</a> database, a distributed, scalable, big data store.
|
<p><a href="https://www.apache.org/">Apache</a> HBase™ is the <a href="https://hadoop.apache.org/">Hadoop</a> database, a distributed, scalable, big data store.</p>
|
||||||
</p>
|
<p>Use Apache HBase™ when you need random, realtime read/write access to your Big Data.
|
||||||
<p>Use Apache HBase™ when you need random, realtime read/write access to your Big Data.
|
This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.
|
||||||
This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.
|
Apache HBase is an open-source, distributed, versioned, non-relational database modeled after Google's <a href="https://research.google.com/archive/bigtable.html">Bigtable: A Distributed Storage System for Structured Data</a> by Chang et al.
|
||||||
Apache HBase is an open-source, distributed, versioned, non-relational database modeled after Google's <a href="http://research.google.com/archive/bigtable.html">Bigtable: A Distributed Storage System for Structured Data</a> by Chang et al.
|
Just as Bigtable leverages the distributed data storage provided by the Google File System, Apache HBase provides Bigtable-like capabilities on top of Hadoop and HDFS.
|
||||||
Just as Bigtable leverages the distributed data storage provided by the Google File System, Apache HBase provides Bigtable-like capabilities on top of Hadoop and HDFS.
|
</p>
|
||||||
</p>
|
</section>
|
||||||
</section>
|
|
||||||
<section name="Download">
|
<section name="Download">
|
||||||
<p>
|
<p>Click <b><a href="downloads.html">here</a></b> to download Apache HBase™.</p>
|
||||||
Click <b><a href="downloads.html">here</a></b> to download Apache HBase™.
|
|
||||||
</p>
|
|
||||||
</section>
|
</section>
|
||||||
<section name="Features">
|
<section name="Features">
|
||||||
<p>
|
<p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Linear and modular scalability.
|
<li>Linear and modular scalability.</li>
|
||||||
</li>
|
<li>Strictly consistent reads and writes.</li>
|
||||||
<li>Strictly consistent reads and writes.
|
<li>Automatic and configurable sharding of tables</li>
|
||||||
</li>
|
<li>Automatic failover support between RegionServers.</li>
|
||||||
<li>Automatic and configurable sharding of tables
|
<li>Convenient base classes for backing Hadoop MapReduce jobs with Apache HBase tables.</li>
|
||||||
</li>
|
<li>Easy to use Java API for client access.</li>
|
||||||
<li>Automatic failover support between RegionServers.
|
<li>Block cache and Bloom Filters for real-time queries.</li>
|
||||||
</li>
|
<li>Query predicate push down via server side Filters</li>
|
||||||
<li>Convenient base classes for backing Hadoop MapReduce jobs with Apache HBase tables.
|
<li>Thrift gateway and a REST-ful Web service that supports XML, Protobuf, and binary data encoding options</li>
|
||||||
</li>
|
<li>Extensible jruby-based (JIRB) shell</li>
|
||||||
<li>Easy to use Java API for client access.
|
<li>Support for exporting metrics via the Hadoop metrics subsystem to files or Ganglia; or via JMX</li>
|
||||||
</li>
|
</ul>
|
||||||
<li>Block cache and Bloom Filters for real-time queries.
|
</p>
|
||||||
</li>
|
</section>
|
||||||
<li>Query predicate push down via server side Filters
|
<section name="More Info">
|
||||||
</li>
|
<p>See the <a href="book.html#arch.overview">Architecture Overview</a>, the <a href="book.html#faq">Apache HBase Reference Guide FAQ</a>, and the other documentation links.</p>
|
||||||
<li>Thrift gateway and a REST-ful Web service that supports XML, Protobuf, and binary data encoding options
|
<dl>
|
||||||
</li>
|
<dt>Export Control</dt>
|
||||||
<li>Extensible jruby-based (JIRB) shell
|
<dd><p>The HBase distribution includes cryptographic software. See the export control notice <a href="export_control.html">here</a></p></dd>
|
||||||
</li>
|
<dt>Code Of Conduct</dt>
|
||||||
<li>Support for exporting metrics via the Hadoop metrics subsystem to files or Ganglia; or via JMX
|
<dd><p>We expect participants in discussions on the HBase project mailing lists, Slack and IRC channels, and JIRA issues to abide by the Apache Software Foundation's <a href="https://apache.org/foundation/policies/conduct.html">Code of Conduct</a>. More information can be found <a href="coc.html">here</a>.</p></dd>
|
||||||
</li>
|
<dt>License</dt>
|
||||||
</ul>
|
<dd><p>Apache HBase is licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></p></dd>
|
||||||
</p>
|
<dt>Trademarks</dt>
|
||||||
</section>
|
<dd><p>Apache HBase, HBase, Apache, the Apache feather logo, and the Apache HBase project logo are either <a href="https://www.apache.org/foundation/marks/list/">registered trademarks or trademarks</a> of The Apache Software Foundation in the United States and other countries.</p></dd>
|
||||||
<section name="More Info">
|
<dt>Thanks</dt>
|
||||||
<p>See the <a href="http://hbase.apache.org/book.html#arch.overview">Architecture Overview</a>, the <a href="http://hbase.apache.org/book.html#faq">Apache HBase Reference Guide FAQ</a>,
|
<dd><p>Thanks for all the sponsors, who are <a href="https://www.apache.org/foundation/thanks.html">supporting Apache</a> or <a href="sponsors.html">supporting the HBase project</a>!</p></dd>
|
||||||
and the other documentation links.
|
<dt>Security and Vulnerability information</dt>
|
||||||
</p>
|
<dd><p>See the <a href="book.html#security">Security</a> chapter in the <a href="book.html#faq">Apache HBase Reference Guide</a>, and the general <a href="https://apache.org/security/">Apache Security information</a>!</p></dd>
|
||||||
<dl>
|
</dl>
|
||||||
<dt>Export Control</dt>
|
</section>
|
||||||
<dd><p>The HBase distribution includes cryptographic software. See the export control notice <a href="export_control.html">here</a>
|
|
||||||
</p></dd>
|
|
||||||
<dt>Code Of Conduct</dt>
|
|
||||||
<dd><p>We expect participants in discussions on the HBase project mailing lists, Slack and IRC channels, and JIRA issues to abide by the Apache Software Foundation's <a href="http://apache.org/foundation/policies/conduct.html">Code of Conduct</a>. More information can be found <a href="coc.html">here</a>.
|
|
||||||
</p></dd>
|
|
||||||
</dl>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section name="News">
|
<section name="News">
|
||||||
<p>July 20th, 2019 <a href="https://easychair.org/cfp/hbaseconasia-2019">HBaseCon, Asia 2019</a> Beijing, China</p>
|
<p>July 20th, 2019 <a href="https://easychair.org/cfp/hbaseconasia-2019">HBaseCon, Asia 2019</a> Beijing, China</p>
|
||||||
<p>May 21st, 2019 <a href="https://dataworkssummit.com/nosql-day-2019/">NoSQL Day 2019</a> Washington DC.</p>
|
<p>May 21st, 2019 <a href="https://dataworkssummit.com/nosql-day-2019/">NoSQL Day 2019</a> Washington DC.</p>
|
||||||
<p>August 17th, 2018 <a href="https://hbase.apache.org/hbaseconasia-2018/">HBaseCon Asia 2018</a> @ Gehua New Century Hotel, Beijing, China. CFP open, see site for details!</p>
|
<p>August 17th, 2018 <a href="https://hbase.apache.org/hbaseconasia-2018/">HBaseCon Asia 2018</a> @ Gehua New Century Hotel, Beijing, China. CFP open, see site for details!</p>
|
||||||
<p>June 18th, 2018 <a href="https://hbase.apache.org/hbasecon-2018">HBaseCon North America West 2018</a> @ San Jose Convention Center, San Jose, CA, USA. registration still open, see site for details!</p>
|
<p>June 18th, 2018 <a href="https://hbase.apache.org/hbasecon-2018">HBaseCon North America West 2018</a> @ San Jose Convention Center, San Jose, CA, USA. registration still open, see site for details!</p>
|
||||||
<p>August 4th, 2017 <a href="https://easychair.org/cfp/HBaseConAsia2017">HBaseCon Asia 2017</a> @ the Huawei Campus in Shenzhen, China</p>
|
<p>August 4th, 2017 <a href="https://easychair.org/cfp/HBaseConAsia2017">HBaseCon Asia 2017</a> @ the Huawei Campus in Shenzhen, China</p>
|
||||||
<p><small><a href="old_news.html">Old News</a></small></p>
|
<p><small><a href="old_news.html">Old News</a></small></p>
|
||||||
|
<p><br/>The next Apache Event:<br/><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue