You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/04/24 01:55:39 UTC

[incubator-druid] branch 0.14.0-incubating updated: Additional Apache branding doc updates (#7524) (#7535)

This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a commit to branch 0.14.0-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/0.14.0-incubating by this push:
     new 772d9ad  Additional Apache branding doc updates (#7524) (#7535)
772d9ad is described below

commit 772d9ad540f34037713ddf24ceef98902b838970
Author: Jonathan Wei <jo...@users.noreply.github.com>
AuthorDate: Tue Apr 23 18:55:34 2019 -0700

    Additional Apache branding doc updates (#7524) (#7535)
---
 docs/content/comparisons/druid-vs-elasticsearch.md                  | 2 +-
 docs/content/comparisons/druid-vs-key-value.md                      | 2 +-
 docs/content/comparisons/druid-vs-kudu.md                           | 2 +-
 docs/content/comparisons/druid-vs-redshift.md                       | 2 +-
 docs/content/comparisons/druid-vs-spark.md                          | 2 +-
 docs/content/comparisons/druid-vs-sql-on-hadoop.md                  | 2 +-
 docs/content/configuration/index.md                                 | 6 +++---
 docs/content/design/plumber.md                                      | 2 +-
 docs/content/design/processes.md                                    | 2 +-
 docs/content/development/extensions.md                              | 2 +-
 .../development/integrating-druid-with-other-technologies.md        | 2 +-
 docs/content/development/overview.md                                | 2 +-
 docs/content/development/versioning.md                              | 2 +-
 docs/content/ingestion/faq.md                                       | 2 +-
 docs/content/ingestion/firehose.md                                  | 2 +-
 docs/content/misc/math-expr.md                                      | 2 +-
 docs/content/operations/api-reference.md                            | 2 +-
 17 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/docs/content/comparisons/druid-vs-elasticsearch.md b/docs/content/comparisons/druid-vs-elasticsearch.md
index 451160f..ada48f3 100644
--- a/docs/content/comparisons/druid-vs-elasticsearch.md
+++ b/docs/content/comparisons/druid-vs-elasticsearch.md
@@ -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.
 
diff --git a/docs/content/comparisons/druid-vs-key-value.md b/docs/content/comparisons/druid-vs-key-value.md
index 252e16c..1e655be 100644
--- a/docs/content/comparisons/druid-vs-key-value.md
+++ b/docs/content/comparisons/druid-vs-key-value.md
@@ -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:
diff --git a/docs/content/comparisons/druid-vs-kudu.md b/docs/content/comparisons/druid-vs-kudu.md
index 37d11c8..3b27d5b 100644
--- a/docs/content/comparisons/druid-vs-kudu.md
+++ b/docs/content/comparisons/druid-vs-kudu.md
@@ -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 
diff --git a/docs/content/comparisons/druid-vs-redshift.md b/docs/content/comparisons/druid-vs-redshift.md
index 009f0eb..ce741af 100644
--- a/docs/content/comparisons/druid-vs-redshift.md
+++ b/docs/content/comparisons/druid-vs-redshift.md
@@ -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?
 
diff --git a/docs/content/comparisons/druid-vs-spark.md b/docs/content/comparisons/druid-vs-spark.md
index 7b8c263..82fe78c 100644
--- a/docs/content/comparisons/druid-vs-spark.md
+++ b/docs/content/comparisons/druid-vs-spark.md
@@ -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.
 
diff --git a/docs/content/comparisons/druid-vs-sql-on-hadoop.md b/docs/content/comparisons/druid-vs-sql-on-hadoop.md
index e0c1fba..c386bb5 100644
--- a/docs/content/comparisons/druid-vs-sql-on-hadoop.md
+++ b/docs/content/comparisons/druid-vs-sql-on-hadoop.md
@@ -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
diff --git a/docs/content/configuration/index.md b/docs/content/configuration/index.md
index 58d0a5b..da506c9 100644
--- a/docs/content/configuration/index.md
+++ b/docs/content/configuration/index.md
@@ -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)
diff --git a/docs/content/design/plumber.md b/docs/content/design/plumber.md
index e6e4ac8..944ec78 100644
--- a/docs/content/design/plumber.md
+++ b/docs/content/design/plumber.md
@@ -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.
 
diff --git a/docs/content/design/processes.md b/docs/content/design/processes.md
index d010d6e..8c2debf 100644
--- a/docs/content/design/processes.md
+++ b/docs/content/design/processes.md
@@ -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
 
diff --git a/docs/content/development/extensions.md b/docs/content/development/extensions.md
index 698337b..4cebe0e 100644
--- a/docs/content/development/extensions.md
+++ b/docs/content/development/extensions.md
@@ -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
diff --git a/docs/content/development/integrating-druid-with-other-technologies.md b/docs/content/development/integrating-druid-with-other-technologies.md
index d435aee..873cdbd 100644
--- a/docs/content/development/integrating-druid-with-other-technologies.md
+++ b/docs/content/development/integrating-druid-with-other-technologies.md
@@ -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. 
 
diff --git a/docs/content/development/overview.md b/docs/content/development/overview.md
index 56bf134..c0ca8de 100644
--- a/docs/content/development/overview.md
+++ b/docs/content/development/overview.md
@@ -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.
diff --git a/docs/content/development/versioning.md b/docs/content/development/versioning.md
index b33b6f7..c0227c1 100644
--- a/docs/content/development/versioning.md
+++ b/docs/content/development/versioning.md
@@ -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.
 
diff --git a/docs/content/ingestion/faq.md b/docs/content/ingestion/faq.md
index e14425b..e134c82 100644
--- a/docs/content/ingestion/faq.md
+++ b/docs/content/ingestion/faq.md
@@ -22,7 +22,7 @@ title: "Apache Druid (incubating) FAQ"
   ~ under the License.
   -->
 
-# My Data isn't being loaded
+# Apache Druid (incubating) FAQ
 
 ### Realtime Ingestion
 
diff --git a/docs/content/ingestion/firehose.md b/docs/content/ingestion/firehose.md
index d5ae237..51749b9 100644
--- a/docs/content/ingestion/firehose.md
+++ b/docs/content/ingestion/firehose.md
@@ -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.
 
diff --git a/docs/content/misc/math-expr.md b/docs/content/misc/math-expr.md
index d43dab1..4df6546 100644
--- a/docs/content/misc/math-expr.md
+++ b/docs/content/misc/math-expr.md
@@ -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.
diff --git a/docs/content/operations/api-reference.md b/docs/content/operations/api-reference.md
index de96075..a3685d9 100644
--- a/docs/content/operations/api-reference.md
+++ b/docs/content/operations/api-reference.md
@@ -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.
 


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