Skip to content

Commit 511da84

Browse files
authored
Add more Apache branding to docs (#590)
1 parent 1d39740 commit 511da84

File tree

326 files changed

+374
-362
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

326 files changed

+374
-362
lines changed

docs/0.14.0-incubating/comparisons/druid-vs-elasticsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: doc_page
3-
title: "Druid vs Elasticsearch"
3+
title: "Apache Druid (incubating) vs Elasticsearch"
44
---
55

66
<!--

docs/0.14.0-incubating/comparisons/druid-vs-key-value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: doc_page
3-
title: "Druid vs. Key/Value Stores (HBase/Cassandra/OpenTSDB)"
3+
title: "Apache Druid (incubating) vs. Key/Value Stores (HBase/Cassandra/OpenTSDB)"
44
---
55

66
<!--

docs/0.14.0-incubating/comparisons/druid-vs-kudu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: doc_page
3-
title: "Druid vs Kudu"
3+
title: "Apache Druid (incubating) vs Kudu"
44
---
55

66
<!--

docs/0.14.0-incubating/comparisons/druid-vs-redshift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: doc_page
3-
title: "Druid vs Redshift"
3+
title: "Apache Druid (incubating) vs Redshift"
44
---
55

66
<!--

docs/0.14.0-incubating/comparisons/druid-vs-spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: doc_page
3-
title: "Druid vs Spark"
3+
title: "Apache Druid (incubating) vs Spark"
44
---
55

66
<!--

docs/0.14.0-incubating/comparisons/druid-vs-sql-on-hadoop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: doc_page
3-
title: "Druid vs SQL-on-Hadoop"
3+
title: "Apache Druid (incubating) vs SQL-on-Hadoop"
44
---
55

66
<!--

docs/0.14.0-incubating/configuration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ title: "Configuration Reference"
2424

2525
# Configuration Reference
2626

27-
This page documents all of the configuration properties for each Druid service type.
27+
This page documents all of the configuration properties for each Apache Druid (incubating) service type.
2828

2929
## Table of Contents
3030
* [Recommended Configuration File Organization](#recommended-configuration-file-organization)

docs/0.14.0-incubating/configuration/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ title: "Logging"
2424

2525
# Logging
2626

27-
Druid processes will emit logs that are useful for debugging to the console. Druid processes also emit periodic metrics about their state. For more about metrics, see [Configuration](../configuration/index.html#enabling-metrics). Metric logs are printed to the console by default, and can be disabled with `-Ddruid.emitter.logging.logLevel=debug`.
27+
Apache Druid (incubating) processes will emit logs that are useful for debugging to the console. Druid processes also emit periodic metrics about their state. For more about metrics, see [Configuration](../configuration/index.html#enabling-metrics). Metric logs are printed to the console by default, and can be disabled with `-Ddruid.emitter.logging.logLevel=debug`.
2828

2929
Druid uses [log4j2](http://logging.apache.org/log4j/2.x/) for logging. Logging can be configured with a log4j2.xml file. Add the path to the directory containing the log4j2.xml file (e.g. the _common/ dir) to your classpath if you want to override default Druid log configuration. Note that this directory should be earlier in the classpath than the druid jars. The easiest way to do this is to prefix the classpath with the config dir.
3030

docs/0.14.0-incubating/configuration/realtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ title: "Realtime Process Configuration"
2424

2525
# Realtime Process Configuration
2626

27-
For general Realtime Process information, see [here](../design/realtime.html).
27+
For general Apache Druid (incubating) Realtime Process information, see [here](../design/realtime.html).
2828

2929
Runtime Configuration
3030
---------------------

docs/0.14.0-incubating/dependencies/cassandra-deep-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ title: "Cassandra Deep Storage"
2626

2727
## Introduction
2828

29-
Druid can use Cassandra as a deep storage mechanism. Segments and their metadata are stored in Cassandra in two tables:
29+
Apache Druid (incubating) can use Apache Cassandra as a deep storage mechanism. Segments and their metadata are stored in Cassandra in two tables:
3030
`index_storage` and `descriptor_storage`. Underneath the hood, the Cassandra integration leverages Astyanax. The
3131
index storage table is a [Chunked Object](https://github.com/Netflix/astyanax/wiki/Chunked-Object-Store) repository. It contains
3232
compressed segments for distribution to Historical processes. Since segments can be large, the Chunked Object storage allows the integration to multi-thread

0 commit comments

Comments
 (0)