You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2018/08/20 23:18:00 UTC

[drill] branch gh-pages updated: add ecosystem section to docs, change snappy to none per PR-1435

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

bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new ed46015  add ecosystem section to docs, change snappy to none per PR-1435
ed46015 is described below

commit ed46015c214e1e9a3a7b7297803f98a32fc1cdea
Author: Bridget Bevens <bb...@maprtech.com>
AuthorDate: Mon Aug 20 16:16:42 2018 -0700

    add ecosystem section to docs, change snappy to none per PR-1435
---
 _docs/171-ecosystem.md                                             | 5 +++++
 .../010-configuration-options-introduction.md                      | 4 ++--
 _docs/ecosystem/010-using-saiku-analytics-with-apache-drill.md     | 7 +++++++
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/_docs/171-ecosystem.md b/_docs/171-ecosystem.md
new file mode 100644
index 0000000..0e67314
--- /dev/null
+++ b/_docs/171-ecosystem.md
@@ -0,0 +1,5 @@
+---
+title: "Ecosystem"
+---
+
+
diff --git a/_docs/configure-drill/configuration-options/010-configuration-options-introduction.md b/_docs/configure-drill/configuration-options/010-configuration-options-introduction.md
index e18cbb4..9673d21 100644
--- a/_docs/configure-drill/configuration-options/010-configuration-options-introduction.md
+++ b/_docs/configure-drill/configuration-options/010-configuration-options-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuration Options Introduction"
-date: 2018-07-11 23:17:58 UTC
+date: 2018-08-20 23:16:44 UTC
 parent: "Configuration Options"
 ---
 
@@ -98,7 +98,7 @@ The sys.options table lists options that you can set at the system or session le
 | store.mongo.all_text_mode                           | FALSE                                             | Similar to store.json.all_text_mode for   MongoDB.                                                                                                                                                                                                                                                                                                                                               [...]
 | store.mongo.read_numbers_as_double                  | FALSE                                             | Similar to   store.json.read_numbers_as_double.                                                                                                                                                                                                                                                                                                                                                  [...]
 | store.parquet.block-size                            | 536870912                                         | Sets the size of a Parquet row group to the   number of bytes less than or equal to the block size of MFS, HDFS, or the   file system.                                                                                                                                                                                                                                                           [...]
-| store.parquet.compression                           | snappy                                            | Compression type for storing Parquet output.   Allowed values: snappy, gzip, none                                                                                                                                                                                                                                                                                                                [...]
+| store.parquet.compression                           | none                                            | Compression type for storing Parquet output.   Allowed values: snappy, gzip, none                                                                                                                                                                                                                                                                                                                  [...]
 | store.parquet.enable_dictionary_encoding            | FALSE                                             | For internal use. Do not change.                                                                                                                                                                                                                                                                                                                                                                 [...]
 | store.parquet.dictionary.page-size                  | 1048576                                           |                                                                                                                                                                                                                                                                                                                                                                                                  [...]
 | store.parquet.reader.int96_as_timestamp             | FALSE                                             | Enables Drill to implicitly interpret the   INT96 timestamp data type in Parquet files.                                                                                                                                                                                                                                                                                                          [...]
diff --git a/_docs/ecosystem/010-using-saiku-analytics-with-apache-drill.md b/_docs/ecosystem/010-using-saiku-analytics-with-apache-drill.md
new file mode 100644
index 0000000..f78c745
--- /dev/null
+++ b/_docs/ecosystem/010-using-saiku-analytics-with-apache-drill.md
@@ -0,0 +1,7 @@
+---
+title: "Using Saiku Analytics with Apache Drill"
+date: 2018-20-08 16:12:23 UTC
+parent: "Ecosystem"
+---
+
+You can connect Saiku Analytics to Apache Drill and explore multiple data sources including, CSV, Log Files, SQL data sources, Hadoop, S3 data and more. Apache Drill and Saiku Analytics are a perfect combination for data discovery on an Enterprise Level.
\ No newline at end of file