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/04 17:48:07 UTC

[15/19] drill git commit: clarify sqlline schema

clarify sqlline schema


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

Branch: refs/heads/gh-pages
Commit: a96622dfa6153c7ab0d612811a7baddddd44418a
Parents: 6bdb284
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Mon May 4 06:18:54 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Mon May 4 06:18:54 2015 -0700

----------------------------------------------------------------------
 _docs/manage-drill/030-start-stop.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/a96622df/_docs/manage-drill/030-start-stop.md
----------------------------------------------------------------------
diff --git a/_docs/manage-drill/030-start-stop.md b/_docs/manage-drill/030-start-stop.md
index 46d327b..06cc563 100644
--- a/_docs/manage-drill/030-start-stop.md
+++ b/_docs/manage-drill/030-start-stop.md
@@ -24,7 +24,7 @@ For example, to restart a Drillbit, navigate to the Drill installation directory
     bin/drillbit.sh restart
 
 ## Invoking SQLLine
-SQLLine is used as the Drill shell. SQLLine connects to relational databases and executes SQL commands. You invoke SQLLine for Drill in embedded or distributed mode. If you want to use a particular storage plugin, you can indicate the schema name when you invoke SQLLine.
+SQLLine is used as the Drill shell. SQLLine connects to relational databases and executes SQL commands. You invoke SQLLine for Drill in embedded or distributed mode. If you want to use a particular storage plugin, you specify the plugin as a schema when you invoke SQLLine.
 
 ### SQLLine Command Syntax
 To start SQLLine, use the following **sqlline command** syntax: