Additional Apache branding doc updates (#7524)

This commit is contained in:
Jonathan Wei 2019-04-23 14:39:16 -07:00 committed by Gian Merlino
parent 2c8a71f883
commit 8b1a4e18dd
17 changed files with 19 additions and 19 deletions

View File

@ -22,7 +22,7 @@ title: "Apache Druid (incubating) vs Elasticsearch"
~ under the License.
-->
# Druid vs Elasticsearch
# Apache Druid (incubating) vs Elasticsearch
We are not experts on search systems, if anything is incorrect about our portrayal, please let us know on the mailing list or via some other means.

View File

@ -22,7 +22,7 @@ title: "Apache Druid (incubating) vs. Key/Value Stores (HBase/Cassandra/OpenTSDB
~ under the License.
-->
# Druid vs. Key/Value Stores (HBase/Cassandra/OpenTSDB)
# Apache Druid (incubating) vs. Key/Value Stores (HBase/Cassandra/OpenTSDB)
Druid is highly optimized for scans and aggregations, it supports arbitrarily deep drill downs into data sets. This same functionality
is supported in key/value stores in 2 ways:

View File

@ -22,7 +22,7 @@ title: "Apache Druid (incubating) vs Kudu"
~ under the License.
-->
# Druid vs Kudu
# Apache Druid (incubating) vs Apache Kudu
Kudu's storage format enables single row updates, whereas updates to existing Druid segments requires recreating the segment, so theoretically
the process for updating old values should be higher latency in Druid. However, the requirements in Kudu for maintaining extra head space to store

View File

@ -22,7 +22,7 @@ title: "Apache Druid (incubating) vs Redshift"
~ under the License.
-->
# Druid vs Redshift
# Apache Druid (incubating) vs Redshift
### How does Druid compare to Redshift?

View File

@ -22,7 +22,7 @@ title: "Apache Druid (incubating) vs Spark"
~ under the License.
-->
# Druid vs Spark
# Apache Druid (incubating) vs Apache Spark
Druid and Spark are complementary solutions as Druid can be used to accelerate OLAP queries in Spark.

View File

@ -22,7 +22,7 @@ title: "Apache Druid (incubating) vs SQL-on-Hadoop"
~ under the License.
-->
# Druid vs SQL-on-Hadoop (Impala/Drill/Spark SQL/Presto)
# Apache Druid (incubating) vs SQL-on-Hadoop (Impala/Drill/Spark SQL/Presto)
SQL-on-Hadoop engines provide an
execution engine for various data formats and data stores, and

View File

@ -1,6 +1,6 @@
---
layout: doc_page
title: "Configuration Reference"
title: "Apache Druid (incubating) Configuration Reference"
---
<!--
@ -22,9 +22,9 @@ title: "Configuration Reference"
~ under the License.
-->
# Configuration Reference
# Apache Druid (incubating) Configuration Reference
This page documents all of the configuration properties for each Apache Druid (incubating) service type.
This page documents all of the configuration properties for each Druid service type.
## Table of Contents
* [Recommended Configuration File Organization](#recommended-configuration-file-organization)

View File

@ -22,7 +22,7 @@ title: "Apache Druid (incubating) Plumbers"
~ under the License.
-->
# Druid Plumbers
# Apache Druid (incubating) Plumbers
The plumber handles generated segments both while they are being generated and when they are "done". This is also technically a pluggable interface and there are multiple implementations. However, plumbers handle numerous complex details, and therefore an advanced understanding of Druid is recommended before implementing your own.

View File

@ -22,7 +22,7 @@ title: "Apache Druid (incubating) Processes and Servers"
~ under the License.
-->
# Druid Processes and Servers
# Apache Druid (incubating) Processes and Servers
## Process Types

View File

@ -22,7 +22,7 @@ title: "Apache Druid (incubating) extensions"
~ under the License.
-->
# Druid extensions
# Apache Druid (incubating) extensions
Druid implements an extension system that allows for adding functionality at runtime. Extensions
are commonly used to add support for deep storages (like HDFS and S3), metadata stores (like MySQL

View File

@ -22,7 +22,7 @@ title: "Integrating Apache Druid (incubating) With Other Technologies"
~ under the License.
-->
# Integrating Druid With Other Technologies
# Integrating Apache Druid (incubating) With Other Technologies
This page discusses how we can integrate Druid with other technologies.

View File

@ -22,7 +22,7 @@ title: "Developing on Apache Druid (incubating)"
~ under the License.
-->
# Developing on Druid
# Developing on Apache Druid (incubating)
Druid's codebase consists of several major components. For developers interested in learning the code, this document provides
a high level overview of the main components that make up Druid and the relevant classes to start from to learn the code.

View File

@ -22,7 +22,7 @@ title: "Versioning Apache Druid (incubating)"
~ under the License.
-->
# Versioning Druid
# Versioning Apache Druid (incubating)
This page discusses how we do versioning and provides information on our stable releases.

View File

@ -22,7 +22,7 @@ title: "Apache Druid (incubating) FAQ"
~ under the License.
-->
# My Data isn't being loaded
# Apache Druid (incubating) FAQ
### Realtime Ingestion

View File

@ -22,7 +22,7 @@ title: "Apache Druid (incubating) Firehoses"
~ under the License.
-->
# Druid Firehoses
# Apache Druid (incubating) Firehoses
Firehoses are used in [native batch ingestion tasks](../ingestion/native_tasks.html), stream push tasks automatically created by [Tranquility](../ingestion/stream-push.html), and the [stream-pull (deprecated)](../ingestion/stream-pull.html) ingestion model.

View File

@ -22,7 +22,7 @@ title: "Apache Druid (incubating) Expressions"
~ under the License.
-->
# Druid Expressions
# Apache Druid (incubating) Expressions
<div class="note info">
This feature is still experimental. It has not been optimized for performance yet, and its implementation is known to have significant inefficiencies.

View File

@ -22,7 +22,7 @@ title: "Apache Druid (incubating) API Reference"
~ under the License.
-->
# API Reference
# Apache Druid (incubating) API Reference
This page documents all of the API endpoints for each Druid service type.