diff --git a/docs/content/comparisons/druid-vs-elasticsearch.md b/docs/content/comparisons/druid-vs-elasticsearch.md index da0a0c7c402..451160f57f3 100644 --- a/docs/content/comparisons/druid-vs-elasticsearch.md +++ b/docs/content/comparisons/druid-vs-elasticsearch.md @@ -1,6 +1,6 @@ --- layout: doc_page -title: "Druid vs Elasticsearch" +title: "Apache Druid (incubating) vs Elasticsearch" --- -# Druid ORC Extension +# ORC Extension -This module extends [Druid Hadoop based indexing](../../ingestion/hadoop.html) to ingest data directly from offline +This Apache Druid (incubating) module extends [Druid Hadoop based indexing](../../ingestion/hadoop.html) to ingest data directly from offline Apache ORC files. To use this extension, make sure to [include](../../operations/including-extensions.html) `druid-orc-extensions`. diff --git a/docs/content/development/extensions-core/parquet.md b/docs/content/development/extensions-core/parquet.md index 6f72c519ce9..9b628b9ff16 100644 --- a/docs/content/development/extensions-core/parquet.md +++ b/docs/content/development/extensions-core/parquet.md @@ -1,6 +1,6 @@ --- layout: doc_page -title: "Druid Parquet Extension" +title: "Apache Parquet Extension" --- -# Druid Parquet Extension +# Apache Parquet Extension -This module extends [Druid Hadoop based indexing](../../ingestion/hadoop.html) to ingest data directly from offline +This Apache Druid (incubating) module extends [Druid Hadoop based indexing](../../ingestion/hadoop.html) to ingest data directly from offline Apache Parquet files. Note: `druid-parquet-extensions` depends on the `druid-avro-extensions` module, so be sure to diff --git a/docs/content/development/extensions-core/postgresql.md b/docs/content/development/extensions-core/postgresql.md index 64be9de4009..07a2a78cb09 100644 --- a/docs/content/development/extensions-core/postgresql.md +++ b/docs/content/development/extensions-core/postgresql.md @@ -24,7 +24,7 @@ title: "PostgreSQL Metadata Store" # PostgreSQL Metadata Store -Make sure to [include](../../operations/including-extensions.html) `postgresql-metadata-storage` as an extension. +To use this Apache Druid (incubating) extension, make sure to [include](../../operations/including-extensions.html) `postgresql-metadata-storage` as an extension. ## Setting up PostgreSQL diff --git a/docs/content/development/extensions-core/protobuf.md b/docs/content/development/extensions-core/protobuf.md index 8c2578031cd..655d0c7f2ac 100644 --- a/docs/content/development/extensions-core/protobuf.md +++ b/docs/content/development/extensions-core/protobuf.md @@ -24,7 +24,7 @@ title: "Protobuf" # Protobuf -This extension enables Druid to ingest and understand the Protobuf data format. Make sure to [include](../../operations/including-extensions.html) `druid-protobuf-extensions` as an extension. +This Apache Druid (incubating) extension enables Druid to ingest and understand the Protobuf data format. Make sure to [include](../../operations/including-extensions.html) `druid-protobuf-extensions` as an extension. ## Protobuf Parser diff --git a/docs/content/development/extensions-core/s3.md b/docs/content/development/extensions-core/s3.md index c81b7df4028..2fa18296180 100644 --- a/docs/content/development/extensions-core/s3.md +++ b/docs/content/development/extensions-core/s3.md @@ -24,7 +24,7 @@ title: "S3-compatible" # S3-compatible -Make sure to [include](../../operations/including-extensions.html) `druid-s3-extensions` as an extension. +To use this Apache Druid (incubating) extension, make sure to [include](../../operations/including-extensions.html) `druid-s3-extensions` as an extension. ## Deep Storage diff --git a/docs/content/development/extensions-core/simple-client-sslcontext.md b/docs/content/development/extensions-core/simple-client-sslcontext.md index 9c2638f2d85..7247f2697a9 100644 --- a/docs/content/development/extensions-core/simple-client-sslcontext.md +++ b/docs/content/development/extensions-core/simple-client-sslcontext.md @@ -24,7 +24,7 @@ title: "Simple SSLContext Provider Module" # Simple SSLContext Provider Module -This module contains a simple implementation of [SSLContext](http://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLContext.html) +This Apache Druid (incubating) module contains a simple implementation of [SSLContext](http://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLContext.html) that will be injected to be used with HttpClient that Druid processes use internally to communicate with each other. To learn more about Java's SSL support, please refer to [this](http://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html) guide. diff --git a/docs/content/development/extensions-core/stats.md b/docs/content/development/extensions-core/stats.md index 504c79eaf15..0b3b4e35970 100644 --- a/docs/content/development/extensions-core/stats.md +++ b/docs/content/development/extensions-core/stats.md @@ -24,7 +24,7 @@ title: "Stats aggregator" # Stats aggregator -Includes stat-related aggregators, including variance and standard deviations, etc. Make sure to [include](../../operations/including-extensions.html) `druid-stats` as an extension. +This Apache Druid (incubating) extension includes stat-related aggregators, including variance and standard deviations, etc. Make sure to [include](../../operations/including-extensions.html) `druid-stats` as an extension. ## Variance aggregator diff --git a/docs/content/development/extensions-core/test-stats.md b/docs/content/development/extensions-core/test-stats.md index e36eb94c0ca..156052fb1ae 100644 --- a/docs/content/development/extensions-core/test-stats.md +++ b/docs/content/development/extensions-core/test-stats.md @@ -24,7 +24,7 @@ title: "Test Stats Aggregators" # Test Stats Aggregators -Incorporates test statistics related aggregators, including z-score and p-value. Please refer to [https://www.paypal-engineering.com/2017/06/29/democratizing-experimentation-data-for-product-innovations/](https://www.paypal-engineering.com/2017/06/29/democratizing-experimentation-data-for-product-innovations/) for math background and details. +This Apache Druid (incubating) extension incorporates test statistics related aggregators, including z-score and p-value. Please refer to [https://www.paypal-engineering.com/2017/06/29/democratizing-experimentation-data-for-product-innovations/](https://www.paypal-engineering.com/2017/06/29/democratizing-experimentation-data-for-product-innovations/) for math background and details. Make sure to include `druid-stats` extension in order to use these aggregrators. diff --git a/docs/content/development/extensions.md b/docs/content/development/extensions.md index eca422eaa48..26993ab51c1 100644 --- a/docs/content/development/extensions.md +++ b/docs/content/development/extensions.md @@ -1,6 +1,6 @@ --- layout: doc_page -title: "Druid extensions" +title: "Apache Druid (incubating) extensions" ---