From 4b7950920c750c8a0657973d9f5053296cb72c85 Mon Sep 17 00:00:00 2001 From: Josh Elser Date: Thu, 10 Jan 2019 15:27:02 -0500 Subject: [PATCH] HBASE-21702 Add "What is HBaseCon" to the book --- src/main/asciidoc/_chapters/hbasecon.adoc | 71 +++++++++++++++++++++++ src/main/asciidoc/book.adoc | 1 + 2 files changed, 72 insertions(+) create mode 100644 src/main/asciidoc/_chapters/hbasecon.adoc diff --git a/src/main/asciidoc/_chapters/hbasecon.adoc b/src/main/asciidoc/_chapters/hbasecon.adoc new file mode 100644 index 0000000000..305f505e4e --- /dev/null +++ b/src/main/asciidoc/_chapters/hbasecon.adoc @@ -0,0 +1,71 @@ +//// +/** + * + * 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. + */ +//// + +[appendix] +[[hbasecon]] +== HBaseCon +:doctype: book +:numbered: +:toc: left +:icons: font +:experimental: +:toc: left +:source-language: java + +HBaseCon is a developer-focused event focused on Apache HBase, supported by the +Apache HBase community and PMC. HBaseCon has been hosted by a number of different +entities, all with the support of the PMC. Additionally, all HBaseCon events must +adhere to the link:https://www.apache.org/foundation/marks/events.html[ASF event branding guidelines]. + +[[hbasecon.guidelines]] +=== HBaseCon Guidelines + +The following are the list of requirements that the HBase PMC expects of an entity +hosting an event called "HBaseCon". As a reminder, these are in addition to the +link:https://www.apache.org/foundation/marks/events.html[ASF Event Branding guide]. + +* The HBaseCon program committee (the group of individuals who select speakers) +should be primarily composed of HBase community members whereas the ASF policy only +requires that at least one PMC member be involved. +* The talks presented at HBaseCon must be primarily focused on HBase. There is allowance +for interesting/relevant talks from individuals in related spaces (e.g. a speaker +from Google who worked on BigTable), but the event’s theme must solely be HBase. +* All HBaseCon must abide by the link:https://www.apache.org/foundation/policies/conduct.html[ASF code of conduct] +and the link:https://hbase.apache.org/coc.html[HBase code of conduct]. +* The HBase PMC has right of refusal to a proposed organization on an HBaseCon in +exceptional circumstances (e.g. an organizer who is not expected to act in the +community’s best interests). +* The event should be low-to-no-cost for attendees. The HBase PMC desires to have as +many who want to attend as possible be able to. + +[[hbasecon.history]] +=== Past HBaseCon Events + +* link:https://hbase.apache.org/hbasecon-archives.html#HBaseCon_Asia_2018[HBaseCon Asia 2018] +* link:https://hbase.apache.org/hbasecon-archives.html#HBaseCon_West_2018[HBaseCon US West 2018] +* link:https://hbase.apache.org/hbasecon-archives.html#HBaseCon_Asia_2017[HBaseCon Asia 2017] +* link:https://hbase.apache.org/hbasecon-archives.html#HBaseCon_West_2017[HBaseCon US West 2017] +* link:https://hbase.apache.org/hbasecon-archives.html#HBaseCon_East_2016[HBaseCon US East 2016] +* link:https://hbase.apache.org/hbasecon-archives.html#HBaseCon_West_2016[HBaseCon US West 2016] +* link:https://hbase.apache.org/hbasecon-archives.html#HBaseCon_2015[HBaseCon 2015] +* link:https://hbase.apache.org/hbasecon-archives.html#HBaseCon_2014[HBaseCon 2014] +* link:https://hbase.apache.org/hbasecon-archives.html#HBaseCon_2013[HBaseCon 2013] +* link:https://hbase.apache.org/hbasecon-archives.html#HBaseCon_2012[HBaseCon 2012] diff --git a/src/main/asciidoc/book.adoc b/src/main/asciidoc/book.adoc index bd2692c631..d7b6f95144 100644 --- a/src/main/asciidoc/book.adoc +++ b/src/main/asciidoc/book.adoc @@ -98,3 +98,4 @@ include::_chapters/orca.adoc[] include::_chapters/tracing.adoc[] include::_chapters/rpc.adoc[] include::_chapters/appendix_hbase_incompatibilities.adoc[] +include::_chapters/hbasecon.adoc[] -- 2.18.0