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:37 UTC

[41/50] [abbrv] drill git commit: commands reorg

commands reorg


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

Branch: refs/heads/gh-pages
Commit: 7635267079aca18985b47b97b1d80f0ef8815ce9
Parents: 3f4d05b
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Thu Apr 30 17:08:31 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Thu Apr 30 17:08:31 2015 -0700

----------------------------------------------------------------------
 _data/docs.json                                 | 1000 ++++++++----------
 .../010-manage-drill-introduction.md            |    6 +-
 _docs/manage-drill/011-configuring-memory.md    |    2 +-
 .../012-configuring-different-workloads.md      |    5 +
 ...titenant-and-multi-instance-architectures.md |    5 -
 ...nfiguring-dfferent-workloads-introduction.md |   22 +
 ...-multi-instance-architecture-introduction.md |   22 -
 .../015-configuring-drill-in-a-cluster.md       |   78 ++
 .../015-how-to-run-drill-in-a-cluster.md        |   41 -
 .../017-configuring-a-shared-drillbit.md        |   65 ++
 .../017-how-multiple-users-share-a-drillbit.md  |   65 --
 ...iguring-a-cluster-for-different-workloads.md |   61 --
 _docs/sql-reference/070-sql-commands-summary.md |    2 +-
 .../005-supported-sql-commands.md               |    9 -
 .../010-alter-session-command.md                |   74 --
 .../sql-commands-summary/020-alter-system.md    |  102 --
 .../030-create-table-as-command.md              |  134 ---
 .../050-create-view-command.md                  |  197 ----
 .../060-describe-command.md                     |   99 --
 .../070-explain-commands.md                     |  156 ---
 .../sql-commands-summary/080-select.md          |  178 ----
 .../090-show-databases-and-show-schemas.md      |   59 --
 .../sql-commands-summary/100-show-files.md      |   65 --
 .../110-show-tables-command.md                  |  136 ---
 .../sql-commands-summary/120-use-command.md     |  170 ---
 .../sql-commands/005-supported-sql-commands.md  |    9 +
 .../sql-commands/010-alter-session-command.md   |   74 ++
 .../sql-commands/020-alter-system.md            |  102 ++
 .../sql-commands/030-create-table-as-command.md |  134 +++
 .../sql-commands/050-create-view-command.md     |  197 ++++
 .../sql-commands/060-describe-command.md        |   99 ++
 .../sql-commands/070-explain-commands.md        |  156 +++
 _docs/sql-reference/sql-commands/080-select.md  |  178 ++++
 .../090-show-databases-and-show-schemas.md      |   59 ++
 .../sql-commands/100-show-files.md              |   65 ++
 .../sql-commands/110-show-tables-command.md     |  136 +++
 .../sql-commands/120-use-command.md             |  170 +++
 37 files changed, 2012 insertions(+), 2120 deletions(-)
----------------------------------------------------------------------