You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/02/19 08:05:27 UTC

[GitHub] [druid] jihoonson commented on a change in pull request #9057: [new feature] Add HBase2 Indexer

jihoonson commented on a change in pull request #9057: [new feature] Add HBase2 Indexer
URL: https://github.com/apache/druid/pull/9057#discussion_r381098664
 
 

 ##########
 File path: docs/development/extensions-contrib/druid-hbase2-indexing.md
 ##########
 @@ -0,0 +1,275 @@
+---
+layout: doc_page
+title: "Druid HBase2 Indexing"
+---
+
+<!--
+  ~ 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.
+  -->
+
+# Druid HBase2 Indexing
+
+To use this Apache Druid (incubating) extension, make sure to [include](../../development/extensions.md#loading-extensions) 
+`druid-hbase2-indexing` extension.
+
+## Introduction
+
+This extension is a plug-in that indexes data in HBase.  
+Based on ParallelIndexTask and HadoopIndexTask, only Batch Indexing is supported due to the nature of HBase.  
+It supports indexing of data in tables as well as snapshots.
+Since the HBase2 Indexer is based on ParallelIndexTask, it can be executed in the form of Peon in the middle manager node
+ or in the M/R form because it is based on HadoopIndexTask.  
 
 Review comment:
   I think this statement can be omitted because it is more about Druid's indexing service rather than this particular extension.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org