You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ts...@apache.org on 2015/05/01 20:08:29 UTC

[33/50] [abbrv] drill git commit: rewrite intro

rewrite intro


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/ffbf1d38
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/ffbf1d38
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/ffbf1d38

Branch: refs/heads/gh-pages
Commit: ffbf1d38e3f528603b01a25452c7b6e5bc76a175
Parents: bf05a8e
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Thu Apr 30 10:44:12 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Thu Apr 30 10:44:12 2015 -0700

----------------------------------------------------------------------
 _docs/manage-drill/010-manage-drill-introduction.md | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/ffbf1d38/_docs/manage-drill/010-manage-drill-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/manage-drill/010-manage-drill-introduction.md b/_docs/manage-drill/010-manage-drill-introduction.md
index b65743c..f3d4e04 100644
--- a/_docs/manage-drill/010-manage-drill-introduction.md
+++ b/_docs/manage-drill/010-manage-drill-introduction.md
@@ -2,11 +2,6 @@
 title: "Manage Drill Introduction"
 parent: "Manage Drill"
 ---
-When using Drill, you may need to stop and restart a Drillbit on a node, or
-modify various options. For example, the default storage format for CTAS
+When using Drill, you need to configure memory to make sufficient memory available for your application. The more memory for Drill, the better. You may need to modify options for performance or functionality. For example, the default storage format for CTAS
 statements is Parquet. You can modify the default setting so that output data
-is stored in CSV or JSON format.
-
-You can use certain SQL commands to manage Drill from within the Drill shell
-(SQLLine). You can also modify Drill configuration options, such as memory
-allocation, in Drill's configuration files.
+is stored in CSV or JSON format. The many options you can configure are covered in this section. This section also includes stopping and restarting a Drillbit on a node, ports used by Drill, and partition pruning.