write connect explorer piece
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/2b3ab5fd Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/2b3ab5fd Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/2b3ab5fd Branch: refs/heads/gh-pages Commit: 2b3ab5fd9c7644d6022c40a5d616c5fae8d50550 Parents: fff11f5 Author: Kristine Hahn <[email protected]> Authored: Wed Jun 10 11:25:58 2015 -0700 Committer: Kristine Hahn <[email protected]> Committed: Wed Jun 10 11:25:58 2015 -0700 ---------------------------------------------------------------------- _docs/img/odbc-explorer-connect.png | Bin 0 -> 9894 bytes _docs/img/odbc-explorer-win.png | Bin 0 -> 25610 bytes .../020-connecting-drill-explorer-to-data.md | 30 +++++++++++++++---- 3 files changed, 25 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/2b3ab5fd/_docs/img/odbc-explorer-connect.png ---------------------------------------------------------------------- diff --git a/_docs/img/odbc-explorer-connect.png b/_docs/img/odbc-explorer-connect.png new file mode 100644 index 0000000..f11b920 Binary files /dev/null and b/_docs/img/odbc-explorer-connect.png differ http://git-wip-us.apache.org/repos/asf/drill/blob/2b3ab5fd/_docs/img/odbc-explorer-win.png ---------------------------------------------------------------------- diff --git a/_docs/img/odbc-explorer-win.png b/_docs/img/odbc-explorer-win.png new file mode 100644 index 0000000..5d37cc9 Binary files /dev/null and b/_docs/img/odbc-explorer-win.png differ http://git-wip-us.apache.org/repos/asf/drill/blob/2b3ab5fd/_docs/odbc-jdbc-interfaces/using-drill-explorer/020-connecting-drill-explorer-to-data.md ---------------------------------------------------------------------- diff --git a/_docs/odbc-jdbc-interfaces/using-drill-explorer/020-connecting-drill-explorer-to-data.md b/_docs/odbc-jdbc-interfaces/using-drill-explorer/020-connecting-drill-explorer-to-data.md index b5257e0..ca77280 100644 --- a/_docs/odbc-jdbc-interfaces/using-drill-explorer/020-connecting-drill-explorer-to-data.md +++ b/_docs/odbc-jdbc-interfaces/using-drill-explorer/020-connecting-drill-explorer-to-data.md @@ -2,7 +2,7 @@ title: "Connecting Drill Explorer to Data" parent: "Using Drill Explorer" --- -The way you start Drill Explorer differs depending on your platform, but regardless of the platform, Drill must be running. On a single-node, embedded Drill cluster, start the Drill shell. On a distributed Drill cluster, start the Drillbit. +The way you start Drill Explorer differs depending on your platform, but regardless of the platform, Drill must be running. On a single-node, embedded Drill cluster, [start the Drill shell]({{site.baseurl}}/docs/installing-drill-in-embedded-mode/). On a distributed Drill cluster, [start the Drillbit]({{site.baseurl}}/docs/starting-drill-in-distributed-mode/). ## Connecting Drill Explorer to Data on Mac OS X @@ -21,11 +21,31 @@ The way you start Drill Explorer differs depending on your platform, but regardl ## Starting Drill Explorer on Windows -1. To launch the ODBC Administrator, click **Start > All Programs > MapR Drill ODBC Driver 1.0 (32|64-bit) > (32|64-bit) ODBC Administrator**. -2. Click the **User DSN** tab or the **System DSN** tab and then select the DSN that corresponds to the Drill data source that you want to explore. +You can start Drill Explorer from Apps or from the ODBC Administrator. + +To start Drill Explorer from Apps: + +1. Click **Start**, and locate the MaprR Drill ODBC Driver 1.0 app group in Apps. + The MapR Drill ODBC Driver 1.0 group includes Drill Explorer. +  + +2. Click **Drill Explorer**. + The ODBC Connection dialog appears. +3. Select the DSN that you want to explore. For example, select the sample MapR ODBC Driver for Drill DSN. +  + Drill Explorer appears. +  + +To start Drill Explorer from the ODBC Administrator: + +1. In ODBC Administrator, on the **System DSN** tab in System Data Sources, select MapR ODBC Driver for Drill DSN. +  + Alternatively, if you set up a user DSN, select **User DSN**, and select the configured Driver. 3. Click **Configure**. - The _MapR Drill ODBC Driver DSN Setup_ dialog appears. -4. Click **Drill Explorer**. + The MapR Drill ODBC Driver DSN Setup dialog appears with a preconfigured sample DSN. +  +4. Click **Drill Explorer** at the bottom of the MapR Drill ODBC Driver DSN Setup dialog. + Drill Explorer appears.
