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/03/23 18:40:51 UTC

[2/2] drill git commit: Merge branch 'gh-pages' of https://git-wip-us.apache.org/repos/asf/drill into gh-pages

Merge branch 'gh-pages' of https://git-wip-us.apache.org/repos/asf/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/a05706e6
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/a05706e6
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/a05706e6

Branch: refs/heads/gh-pages
Commit: a05706e63a8d62025dae54a082f502eb6c2b6089
Parents: ac569f2 2265dd1
Author: Tomer Shiran <ts...@gmail.com>
Authored: Mon Mar 23 10:40:04 2015 -0700
Committer: Tomer Shiran <ts...@gmail.com>
Committed: Mon Mar 23 10:40:04 2015 -0700

----------------------------------------------------------------------
 .gitignore                                      |   1 +
 _docs/001-arch.md                               |  51 ++
 _docs/001-drill-docs.md                         |   4 -
 _docs/002-tutorial.md                           |  53 ++
 _docs/003-yelp.md                               | 414 +++++++++++++++
 _docs/004-install.md                            |  15 +
 _docs/005-connect.md                            |  34 ++
 _docs/006-interfaces.md                         |  52 ++
 _docs/007-query.md                              |  44 ++
 _docs/008-sql-ref.md                            |  14 +
 _docs/009-datasources.md                        |  25 +
 _docs/010-dev-custom-func.md                    |  37 ++
 _docs/011-manage.md                             |  14 +
 _docs/012-develop.md                            |   9 +
 _docs/013-rn.md                                 | 191 +++++++
 _docs/014-contribute.md                         |   9 +
 _docs/015-sample-ds.md                          |  10 +
 _docs/016-design.md                             |  13 +
 _docs/017-archived-pages.md                     |   8 +
 _docs/018-progress.md                           |   8 +
 _docs/019-bylaws.md                             | 170 +++++++
 _docs/arch/001-core-mod.md                      |  31 ++
 _docs/arch/002-arch-hilite.md                   |  12 +
 _docs/arch/arch-hilite/001-flexibility.md       |  80 +++
 _docs/arch/arch-hilite/002-performance.md       |  57 +++
 _docs/archive/001-how-to-demo.md                | 309 +++++++++++
 _docs/archive/002-meet-drill.md                 |  41 ++
 _docs/connect/001-plugin-reg.md                 |  26 +
 _docs/connect/002-plugin-conf.md                | 132 +++++
 _docs/connect/003-workspaces.md                 |  76 +++
 _docs/connect/004-reg-fs.md                     |  66 +++
 _docs/connect/005-reg-hbase.md                  |  36 ++
 _docs/connect/006-reg-hive.md                   |  84 +++
 _docs/connect/007-default-frmt.md               |  71 +++
 _docs/connect/008-mongo-plugin.md               | 169 +++++++
 _docs/connect/009-mapr-db-plugin.md             |  32 ++
 _docs/contribute/001-guidelines.md              | 228 +++++++++
 _docs/contribute/002-ideas.md                   | 158 ++++++
 _docs/data-sources/001-hive-types.md            | 180 +++++++
 _docs/data-sources/002-hive-udf.md              |  40 ++
 _docs/data-sources/003-parquet-ref.md           | 269 ++++++++++
 _docs/data-sources/004-json-ref.md              | 506 +++++++++++++++++++
 _docs/datasets/001-aol.md                       |  47 ++
 _docs/datasets/002-enron.md                     |  19 +
 _docs/datasets/003-wikipedia.md                 | 105 ++++
 _docs/design/001-plan.md                        |  25 +
 _docs/design/002-rpc.md                         |  19 +
 _docs/design/003-query-stages.md                |  42 ++
 _docs/design/004-research.md                    |  48 ++
 _docs/design/005-value.md                       | 163 ++++++
 _docs/dev-custom-fcn/001-dev-simple.md          |  50 ++
 _docs/dev-custom-fcn/002-dev-aggregate.md       |  55 ++
 _docs/dev-custom-fcn/003-add-custom.md          |  26 +
 _docs/dev-custom-fcn/004-use-custom.md          |  55 ++
 _docs/dev-custom-fcn/005-cust-interface.md      |   8 +
 _docs/develop/001-compile.md                    |  37 ++
 _docs/develop/002-setup.md                      |   5 +
 _docs/develop/003-patch-tool.md                 | 160 ++++++
 _docs/drill-docs/001-arch.md                    |  58 ---
 _docs/drill-docs/002-tutorial.md                |  58 ---
 _docs/drill-docs/003-yelp.md                    | 402 ---------------
 _docs/drill-docs/004-install.md                 |  20 -
 _docs/drill-docs/005-connect.md                 |  49 --
 _docs/drill-docs/006-query.md                   |  57 ---
 _docs/drill-docs/006-sql-ref.md                 |  25 -
 _docs/drill-docs/007-dev-custom-func.md         |  47 --
 _docs/drill-docs/008-manage.md                  |  23 -
 _docs/drill-docs/009-develop.md                 |  16 -
 _docs/drill-docs/010-rn.md                      | 192 -------
 _docs/drill-docs/011-contribute.md              |  11 -
 _docs/drill-docs/012-sample-ds.md               |  11 -
 _docs/drill-docs/013-design.md                  |  14 -
 _docs/drill-docs/014-progress.md                |   9 -
 _docs/drill-docs/015-archived-pages.md          |   9 -
 _docs/drill-docs/016-bylaws.md                  | 171 -------
 _docs/drill-docs/arch/001-core-mod.md           |  30 --
 _docs/drill-docs/arch/002-arch-hilite.md        |  15 -
 .../arch/arch-hilite/001-flexibility.md         |  79 ---
 .../arch/arch-hilite/002-performance.md         |  56 --
 _docs/drill-docs/archive/001-how-to-demo.md     | 309 -----------
 _docs/drill-docs/archive/002-meet-drill.md      |  41 --
 _docs/drill-docs/connect/001-plugin-reg.md      |  39 --
 _docs/drill-docs/connect/002-mongo-plugin.md    | 169 -------
 _docs/drill-docs/connect/003-mapr-db-plugin.md  |  32 --
 .../connect/workspaces/001-workspaces.md        |  82 ---
 .../drill-docs/connect/workspaces/002-reg-fs.md |  69 ---
 .../connect/workspaces/003-reg-hbase.md         |  34 --
 .../connect/workspaces/004-reg-hive.md          |  99 ----
 .../connect/workspaces/005-default-frmt.md      |  61 ---
 _docs/drill-docs/contribute/001-guidelines.md   | 230 ---------
 _docs/drill-docs/contribute/002-ideas.md        | 158 ------
 _docs/drill-docs/datasets/001-aol.md            |  47 --
 _docs/drill-docs/datasets/002-enron.md          |  21 -
 _docs/drill-docs/datasets/003-wikipedia.md      | 105 ----
 _docs/drill-docs/design/001-plan.md             |  25 -
 _docs/drill-docs/design/002-rpc.md              |  19 -
 _docs/drill-docs/design/003-query-stages.md     |  42 --
 _docs/drill-docs/design/004-research.md         |  48 --
 _docs/drill-docs/design/005-value.md            | 191 -------
 .../drill-docs/dev-custom-fcn/001-dev-simple.md |  51 --
 .../dev-custom-fcn/002-dev-aggregate.md         |  59 ---
 .../drill-docs/dev-custom-fcn/003-add-custom.md |  28 -
 .../drill-docs/dev-custom-fcn/004-use-custom.md |  55 --
 .../dev-custom-fcn/005-cust-interface.md        |  14 -
 _docs/drill-docs/develop/001-compile.md         |  37 --
 _docs/drill-docs/develop/002-setup.md           |   5 -
 _docs/drill-docs/develop/003-patch-tool.md      | 160 ------
 _docs/drill-docs/install/001-drill-in-10.md     | 395 ---------------
 _docs/drill-docs/install/002-deploy.md          | 102 ----
 .../drill-docs/install/003-install-embedded.md  |  30 --
 .../install/004-install-distributed.md          |  61 ---
 .../install-embedded/001-install-linux.md       |  30 --
 .../install/install-embedded/002-install-mac.md |  33 --
 .../install/install-embedded/003-install-win.md |  57 ---
 _docs/drill-docs/manage/001-conf.md             |  20 -
 _docs/drill-docs/manage/002-start-stop.md       |  45 --
 _docs/drill-docs/manage/003-ports.md            |   9 -
 _docs/drill-docs/manage/004-partition-prune.md  |  75 ---
 _docs/drill-docs/manage/005-monitor-cancel.md   |  30 --
 _docs/drill-docs/manage/conf/001-mem-alloc.md   |  31 --
 _docs/drill-docs/manage/conf/002-startup-opt.md |  50 --
 _docs/drill-docs/manage/conf/003-plan-exec.md   |  37 --
 .../drill-docs/manage/conf/004-persist-conf.md  |  93 ----
 _docs/drill-docs/progress/001-2014-q1.md        | 204 --------
 _docs/drill-docs/query/001-query-fs.md          |  44 --
 _docs/drill-docs/query/002-query-hbase.md       | 177 -------
 _docs/drill-docs/query/003-query-hive.md        |  67 ---
 _docs/drill-docs/query/004-query-complex.md     |  63 ---
 _docs/drill-docs/query/005-query-info-skema.md  | 109 ----
 _docs/drill-docs/query/006-query-sys-tbl.md     | 176 -------
 _docs/drill-docs/query/007-interfaces.md        |  16 -
 _docs/drill-docs/query/interfaces/001-jdbc.md   | 138 -----
 _docs/drill-docs/query/interfaces/002-odbc.md   |  23 -
 .../query/query-complex/001-sample-donuts.md    |  40 --
 .../query/query-complex/002-query1-select.md    |  19 -
 .../query/query-complex/003-query2-use-sql.md   |  74 ---
 .../query/query-complex/004-query3-sel-nest.md  |  50 --
 .../query-complex/005-query4-sel-multiple.md    |  24 -
 .../drill-docs/query/query-fs/001-query-json.md |  41 --
 .../query/query-fs/002-query-parquet.md         |  99 ----
 .../drill-docs/query/query-fs/003-query-text.md | 120 -----
 .../drill-docs/query/query-fs/004-query-dir.md  |  90 ----
 _docs/drill-docs/rn/001-0.5.0rn.md              |  29 --
 _docs/drill-docs/rn/002-0.4.0rn.md              |  42 --
 _docs/drill-docs/rn/003-alpha-rn.md             |  44 --
 _docs/drill-docs/rn/004-0.6.0-rn.md             |  32 --
 _docs/drill-docs/rn/005-0.7.0-rn.md             |  56 --
 _docs/drill-docs/sql-ref/001-data-types.md      |  96 ----
 _docs/drill-docs/sql-ref/002-operators.md       |  71 ---
 _docs/drill-docs/sql-ref/003-functions.md       | 185 -------
 _docs/drill-docs/sql-ref/004-nest-functions.md  |  10 -
 _docs/drill-docs/sql-ref/005-cmd-summary.md     |  16 -
 _docs/drill-docs/sql-ref/006-reserved-wds.md    |  16 -
 .../sql-ref/cmd-summary/001-create-table-as.md  | 134 -----
 .../sql-ref/cmd-summary/002-explain.md          | 166 ------
 .../sql-ref/cmd-summary/003-select.md           |  85 ----
 .../sql-ref/cmd-summary/004-show-files.md       |  65 ---
 _docs/drill-docs/sql-ref/data-types/001-date.md | 148 ------
 _docs/drill-docs/sql-ref/nested/001-flatten.md  |  89 ----
 _docs/drill-docs/sql-ref/nested/002-kvgen.md    | 150 ------
 .../sql-ref/nested/003-repeated-cnt.md          |  34 --
 .../drill-docs/tutorial/001-install-sandbox.md  |  56 --
 _docs/drill-docs/tutorial/002-get2kno-sb.md     | 235 ---------
 _docs/drill-docs/tutorial/003-lesson1.md        | 423 ----------------
 _docs/drill-docs/tutorial/004-lesson2.md        | 392 --------------
 _docs/drill-docs/tutorial/005-lesson3.md        | 379 --------------
 _docs/drill-docs/tutorial/006-summary.md        |  14 -
 .../install-sandbox/001-install-mapr-vm.md      |  55 --
 .../install-sandbox/002-install-mapr-vb.md      |  72 ---
 _docs/img/58.png                                | Bin 0 -> 35404 bytes
 _docs/img/BI_to_Drill_2.png                     | Bin 0 -> 46126 bytes
 _docs/img/HbaseViewCreation0.png                | Bin 0 -> 22945 bytes
 _docs/img/HbaseViewDSN.png                      | Bin 0 -> 32284 bytes
 _docs/img/Hbase_Browse.png                      | Bin 0 -> 148451 bytes
 _docs/img/Hive_DSN.png                          | Bin 0 -> 31302 bytes
 _docs/img/ODBC_CustomSQL.png                    | Bin 0 -> 41405 bytes
 _docs/img/ODBC_HbasePreview2.png                | Bin 0 -> 130202 bytes
 _docs/img/ODBC_HbaseView.png                    | Bin 0 -> 36774 bytes
 _docs/img/ODBC_HiveConnection.png               | Bin 0 -> 33385 bytes
 _docs/img/ODBC_to_Drillbit.png                  | Bin 0 -> 6694 bytes
 _docs/img/ODBC_to_Quorum.png                    | Bin 0 -> 11684 bytes
 _docs/img/Parquet_DSN.png                       | Bin 0 -> 31356 bytes
 _docs/img/Parquet_Preview.png                   | Bin 0 -> 78339 bytes
 _docs/img/RegionParquet_table.png               | Bin 0 -> 90698 bytes
 _docs/img/SelectHbaseView.png                   | Bin 0 -> 28721 bytes
 _docs/img/StoragePluginConfig.png               | Bin 20403 -> 0 bytes
 _docs/img/VoterContributions_hbaseview.png      | Bin 0 -> 84225 bytes
 _docs/img/connect-plugin.png                    | Bin 0 -> 24774 bytes
 _docs/img/data-sources-schemachg.png            | Bin 0 -> 8071 bytes
 _docs/img/datasources-json-bracket.png          | Bin 0 -> 15160 bytes
 _docs/img/datasources-json.png                  | Bin 0 -> 16364 bytes
 _docs/img/get2kno_plugin.png                    | Bin 0 -> 55794 bytes
 _docs/img/json-workaround.png                   | Bin 0 -> 27547 bytes
 _docs/img/ngram_plugin.png                      | Bin 0 -> 51922 bytes
 _docs/img/ngram_plugin2.png                     | Bin 0 -> 55418 bytes
 _docs/img/plugin-default.png                    | Bin 0 -> 56412 bytes
 _docs/img/settings.png                          | Bin 0 -> 3094 bytes
 _docs/img/student_hive.png                      | Bin 0 -> 134755 bytes
 _docs/install/001-drill-in-10.md                | 367 ++++++++++++++
 _docs/install/002-deploy.md                     |  92 ++++
 _docs/install/003-install-embedded.md           |  25 +
 _docs/install/004-install-distributed.md        |  57 +++
 .../install-embedded/001-install-linux.md       |  24 +
 .../install/install-embedded/002-install-mac.md |  31 ++
 .../install/install-embedded/003-install-win.md |  53 ++
 _docs/interfaces/001-jdbc-squirrel.md           | 153 ++++++
 _docs/interfaces/002-odbc-linux.md              |  15 +
 _docs/interfaces/003-odbc-win.md                |  40 ++
 .../odbc-linux/001-install-odbc-linux.md        | 107 ++++
 .../odbc-linux/002-install-odbc-mac.md          |  72 +++
 .../odbc-linux/003-odbc-connections-linux.md    | 180 +++++++
 .../odbc-linux/004-odbc-driver-conf.md          |  17 +
 .../odbc-linux/005-odbc-connect-str.md          |  25 +
 .../interfaces/odbc-linux/006-odbc-adv-prop.md  |  21 +
 .../odbc-linux/007-odbc-connections-test.md     |  42 ++
 .../interfaces/odbc-win/001-install-odbc-win.md |  60 +++
 _docs/interfaces/odbc-win/002-conf-odbc-win.md  | 145 ++++++
 .../interfaces/odbc-win/003-connect-odbc-win.md |  25 +
 .../interfaces/odbc-win/004-tableau-examples.md | 247 +++++++++
 _docs/interfaces/odbc-win/005-browse-view.md    |  51 ++
 _docs/manage/001-conf.md                        |  14 +
 _docs/manage/002-start-stop.md                  |  45 ++
 _docs/manage/003-ports.md                       |   9 +
 _docs/manage/004-partition-prune.md             |  75 +++
 _docs/manage/005-monitor-cancel.md              |  30 ++
 _docs/manage/conf/001-mem-alloc.md              |  31 ++
 _docs/manage/conf/002-startup-opt.md            |  49 ++
 _docs/manage/conf/003-plan-exec.md              |  36 ++
 _docs/manage/conf/004-persist-conf.md           |  93 ++++
 _docs/progress/001-2014-q1.md                   | 174 +++++++
 _docs/query/001-get-started.md                  |  76 +++
 _docs/query/002-query-fs.md                     |  35 ++
 _docs/query/003-query-hbase.md                  | 151 ++++++
 _docs/query/004-query-complex.md                |  56 ++
 _docs/query/005-query-hive.md                   |  45 ++
 _docs/query/006-query-info-skema.md             | 109 ++++
 _docs/query/007-query-sys-tbl.md                | 159 ++++++
 _docs/query/get-started/001-lesson1-connect.md  |  88 ++++
 _docs/query/get-started/002-lesson2-download.md | 103 ++++
 _docs/query/get-started/003-lesson3-plugin.md   | 142 ++++++
 _docs/query/query-complex/001-sample-donuts.md  |  40 ++
 _docs/query/query-complex/002-query1-select.md  |  19 +
 _docs/query/query-complex/003-query2-use-sql.md |  58 +++
 .../query/query-complex/004-query3-sel-nest.md  |  45 ++
 .../query-complex/005-query4-sel-multiple.md    |  24 +
 _docs/query/query-fs/001-query-json.md          |  41 ++
 _docs/query/query-fs/002-query-parquet.md       |  99 ++++
 _docs/query/query-fs/003-query-text.md          | 119 +++++
 _docs/query/query-fs/004-query-dir.md           |  90 ++++
 _docs/rn/001-0.5.0rn.md                         |  29 ++
 _docs/rn/002-0.4.0rn.md                         |  42 ++
 _docs/rn/003-alpha-rn.md                        |  39 ++
 _docs/rn/004-0.6.0-rn.md                        |  32 ++
 _docs/rn/005-0.7.0-rn.md                        |  56 ++
 _docs/sql-ref/001-data-types.md                 | 475 +++++++++++++++++
 _docs/sql-ref/002-lexical-structure.md          | 153 ++++++
 _docs/sql-ref/003-operators.md                  |  70 +++
 _docs/sql-ref/004-functions.md                  | 186 +++++++
 _docs/sql-ref/005-nest-functions.md             |  10 +
 _docs/sql-ref/006-cmd-summary.md                |   9 +
 _docs/sql-ref/007-reserved-wds.md               |  16 +
 _docs/sql-ref/008-sql-extensions.md             | 135 +++++
 _docs/sql-ref/cmd-summary/001-alter-session.md  |  74 +++
 _docs/sql-ref/cmd-summary/002-alter-system.md   | 102 ++++
 .../sql-ref/cmd-summary/003-create-table-as.md  | 134 +++++
 _docs/sql-ref/cmd-summary/004-create-view.md    | 197 ++++++++
 _docs/sql-ref/cmd-summary/005-describe.md       |  99 ++++
 _docs/sql-ref/cmd-summary/007-explain.md        | 156 ++++++
 _docs/sql-ref/cmd-summary/008-select.md         | 178 +++++++
 _docs/sql-ref/cmd-summary/009-show-db-skema.md  |  59 +++
 _docs/sql-ref/cmd-summary/010-show-files.md     |  65 +++
 _docs/sql-ref/cmd-summary/011-show-tables.md    | 136 +++++
 _docs/sql-ref/cmd-summary/012-use.md            | 170 +++++++
 _docs/sql-ref/data-types/001-date.md            | 127 +++++
 _docs/sql-ref/data-types/002-diff-data-types.md |  74 +++
 _docs/sql-ref/nested/001-flatten.md             |  89 ++++
 _docs/sql-ref/nested/002-kvgen.md               | 150 ++++++
 _docs/sql-ref/nested/003-repeated-cnt.md        |  33 ++
 _docs/tutorial/001-install-sandbox.md           |  35 ++
 _docs/tutorial/002-get2kno-sb.md                | 145 ++++++
 _docs/tutorial/003-lesson1.md                   | 388 ++++++++++++++
 _docs/tutorial/004-lesson2.md                   | 390 ++++++++++++++
 _docs/tutorial/005-lesson3.md                   | 377 ++++++++++++++
 _docs/tutorial/006-summary.md                   |  15 +
 .../install-sandbox/001-install-mapr-vm.md      |  51 ++
 .../install-sandbox/002-install-mapr-vb.md      |  66 +++
 faq.md                                          |   6 +-
 287 files changed, 13108 insertions(+), 9355 deletions(-)
----------------------------------------------------------------------