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/19 01:36:54 UTC

[31/31] drill git commit: Merge branch 'gh-pages' of https://github.com/tshiran/drill into gh-pages

Merge branch 'gh-pages' of https://github.com/tshiran/drill into gh-pages


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

Branch: refs/heads/gh-pages
Commit: 3237426be3951699e62c8e9a0a3f90545a02671d
Parents: 7d66334 134b6ff
Author: Tomer Shiran <ts...@gmail.com>
Authored: Mon May 18 16:34:58 2015 -0700
Committer: Tomer Shiran <ts...@gmail.com>
Committed: Mon May 18 16:34:58 2015 -0700

----------------------------------------------------------------------
 _data/docs.json                                 | 1944 ++++++++++++++----
 _docs/073-log-and-debug.md                      |    3 +
 .../070-configuring-user-impersonation.md       |    2 +-
 .../090-mongodb-plugin-for-apache-drill.md      |   26 +-
 ...ata-sources-and-file-formats-introduction.md |    2 +-
 .../030-deploying-and-using-a-hive-udf.md       |    2 +-
 .../040-parquet-format.md                       |    4 +-
 .../050-json-data-model.md                      |   16 +-
 .../020-develop-a-simple-function.md            |    4 +-
 .../030-developing-an-aggregate-function.md     |    4 +-
 _docs/getting-started/010-drill-introduction.md |    2 +-
 _docs/img/18.png                                |  Bin 22253 -> 18137 bytes
 _docs/img/sqlline1.png                          |  Bin 6633 -> 10413 bytes
 .../030-starting-drill-on-linux-and-mac-os-x.md |    2 +-
 .../040-installing-drill-on-windows.md          |    2 +-
 .../050-starting-drill-on-windows.md            |   19 +-
 .../001-log-and-debug-introduction.md           |   15 +
 _docs/log-and-debug/002-error-messages.md       |   25 +
 _docs/log-and-debug/003-modify-logback.xml.md   |   54 +
 .../004-review-the-java-stack-trace.md          |   41 +
 .../020-using-jdbc-with-squirrel-on-windows.md  |  164 ++
 _docs/odbc-jdbc-interfaces/020-using-jdbc.md    |  164 --
 ...microstrategy-analytics-with-apache-drill.md |    4 +-
 _docs/query-data/010-query-data-introduction.md |   14 +-
 _docs/query-data/030-querying-hbase.md          |   41 +-
 _docs/query-data/050-querying-hive.md           |    2 +-
 .../060-querying-the-information-schema.md      |    2 +-
 _docs/query-data/070-query-sys-tbl.md           |   89 +-
 .../010-querying-json-files.md                  |   33 +-
 .../020-querying-parquet-files.md               |  100 +-
 .../030-querying-plain-text-files.md            |   72 +-
 .../040-querying-directories.md                 |   34 +-
 .../005-querying-complex-data-introduction.md   |    4 +-
 _docs/sql-reference/040-operators.md            |    2 +-
 _docs/sql-reference/090-sql-extensions.md       |    8 +-
 .../data-types/010-supported-data-types.md      |   20 +-
 .../nested-data-functions/010-flatten.md        |    8 +-
 .../nested-data-functions/020-kvgen.md          |    5 +-
 .../sql-commands/005-supported-sql-commands.md  |    2 +-
 .../sql-commands/010-alter-session-command.md   |   74 -
 .../sql-commands/010-alter-session.md           |   74 +
 .../sql-commands/020-alter-system.md            |    2 +-
 .../sql-commands/030-create-table-as-command.md |  134 --
 .../sql-commands/030-create-table-as.md         |  134 ++
 .../sql-commands/050-create-view-command.md     |  197 --
 .../sql-commands/050-create-view.md             |  197 ++
 .../sql-reference/sql-commands/055-drop-view.md |   47 +
 .../sql-commands/060-describe-command.md        |   99 -
 .../sql-reference/sql-commands/060-describe.md  |   99 +
 .../sql-commands/070-explain-commands.md        |  156 --
 _docs/sql-reference/sql-commands/070-explain.md |  156 ++
 _docs/sql-reference/sql-commands/080-select.md  |   95 +-
 .../sql-commands/081-select-from.md             |   87 +
 .../sql-commands/082-select-group-by.md         |   51 +
 .../sql-commands/083-select-having.md           |   51 +
 .../sql-commands/084-select-limit.md            |   51 +
 .../sql-commands/085-select-offset.md           |   29 +
 .../sql-commands/086-select-order-by.md         |   71 +
 .../sql-commands/087-select-union.md            |   42 +
 .../sql-commands/088-select-where.md            |   59 +
 .../sql-commands/089-select-with.md             |   95 +
 .../090-show-databases-and-show-schemas.md      |    2 +-
 .../sql-commands/100-show-files.md              |    2 +-
 .../sql-commands/110-show-tables-command.md     |  136 --
 .../sql-commands/110-show-tables.md             |  136 ++
 .../sql-commands/120-use-command.md             |  170 --
 _docs/sql-reference/sql-commands/120-use.md     |  170 ++
 .../sql-functions/010-math-and-trig.md          |   14 +-
 .../sql-functions/020-data-type-conversion.md   |  211 +-
 .../030-date-time-functions-and-arithmetic.md   |  186 +-
 .../sql-functions/040-string-manipulation.md    |  143 +-
 .../050-aggregate-and-aggregate-statistical.md  |    8 +-
 .../sql-functions/073-log-and-debug.md          |    3 +
 _docs/tutorials/010-tutorials-introduction.md   |    6 +-
 _docs/tutorials/020-drill-in-10-minutes.md      |   21 +-
 .../030-analyzing-the-yelp-academic-dataset.md  |   13 +-
 .../050-analyzing-highly-dynamic-datasets.md    |    8 +-
 .../020-getting-to-know-the-drill-sandbox.md    |    2 -
 78 files changed, 3926 insertions(+), 2240 deletions(-)
----------------------------------------------------------------------