Repository: drill-site Updated Branches: refs/heads/asf-site 0c7080b1b -> 97b253d4d
Updates to fix broken links Project: http://git-wip-us.apache.org/repos/asf/drill-site/repo Commit: http://git-wip-us.apache.org/repos/asf/drill-site/commit/97b253d4 Tree: http://git-wip-us.apache.org/repos/asf/drill-site/tree/97b253d4 Diff: http://git-wip-us.apache.org/repos/asf/drill-site/diff/97b253d4 Branch: refs/heads/asf-site Commit: 97b253d4d0ad4841bb14e395db11feac46be3ec3 Parents: 0c7080b Author: Bridget Bevens <[email protected]> Authored: Wed Jun 17 14:48:12 2015 -0700 Committer: Bridget Bevens <[email protected]> Committed: Wed Jun 17 14:48:12 2015 -0700 ---------------------------------------------------------------------- docs/architecture-introduction/index.html | 2 +- .../browsing-data-and-defining-views/index.html | 2 +- docs/configuring-odbc-on-mac-os-x/index.html | 8 +++-- docs/configuring-odbc-on-windows/index.html | 4 +-- docs/file-system-storage-plugin/index.html | 6 ++-- .../index.html | 4 +-- docs/installing-the-driver-on-linux/index.html | 6 ++-- .../index.html | 2 +- docs/odbc-configuration-reference/index.html | 2 +- docs/testing-the-odbc-connection/index.html | 38 ++++++++++---------- .../index.html | 32 ++++++++++++++--- feed.xml | 4 +-- 12 files changed, 66 insertions(+), 44 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill-site/blob/97b253d4/docs/architecture-introduction/index.html ---------------------------------------------------------------------- diff --git a/docs/architecture-introduction/index.html b/docs/architecture-introduction/index.html index afa0699..328d0dd 100644 --- a/docs/architecture-introduction/index.html +++ b/docs/architecture-introduction/index.html @@ -1004,7 +1004,7 @@ requisite for Drill is Zookeeper.</p> <ul> <li><a href="/docs/configuring-the-drill-shell/">Drill shell</a></li> <li><a href="/docs/monitoring-and-canceling-queries-in-the-drill-web-ui">Drill Web UI</a></li> -<li><a href="/docs/odbc-jdbc-interfaces/#using-odbc-to-access-apache-drill-from-bi-tools">ODBC/JDBC</a> </li> +<li><a href="/docs/interfaces-introduction/#using-odbc-to-access-apache-drill-from-bi-tools">ODBC/JDBC</a> </li> <li>C++ API</li> </ul> http://git-wip-us.apache.org/repos/asf/drill-site/blob/97b253d4/docs/browsing-data-and-defining-views/index.html ---------------------------------------------------------------------- diff --git a/docs/browsing-data-and-defining-views/index.html b/docs/browsing-data-and-defining-views/index.html index 5d71a59..e063303 100644 --- a/docs/browsing-data-and-defining-views/index.html +++ b/docs/browsing-data-and-defining-views/index.html @@ -1067,7 +1067,7 @@ hbase.students</code></p> <p><code>SELECT CAST(column1 AS varchar(20)) FROM</code>dfs<code>.</code>default<code>.</code>./opt/drill/test.parquet``</p> -<p>You can also cast the data as other data types, such as integer or date formats/</p> +<p>You can also cast the data as other data types, such as integer or date formats.</p> http://git-wip-us.apache.org/repos/asf/drill-site/blob/97b253d4/docs/configuring-odbc-on-mac-os-x/index.html ---------------------------------------------------------------------- diff --git a/docs/configuring-odbc-on-mac-os-x/index.html b/docs/configuring-odbc-on-mac-os-x/index.html index 95db06f..2719bfc 100644 --- a/docs/configuring-odbc-on-mac-os-x/index.html +++ b/docs/configuring-odbc-on-mac-os-x/index.html @@ -975,10 +975,10 @@ sources and drivers. To configure an ODBC connection for Linux or Mac OS X, comp steps:</p> <ul> -<li><a href="/docs/configuring-odbc-on-mac-os-x/#step-1:-set-environment-variables">Step 1: Set Environment Variables</a> (Linux only)</li> +<li><a href="/docs/configuring-odbc-on-mac-os-x/#step-1:-set-environment-variables">Step 1: Set Environment Variables</a></li> <li><a href="/docs/configuring-odbc-on-mac-os-x/#step-2:-define-the-odbc-data-sources-in-.odbc.ini">Step 2: Define the ODBC Data Sources in odbc.ini</a></li> <li><a href="/docs/configuring-odbc-on-mac-os-x/#step-3:-(optional)-define-the-odbc-driver-in-.odbcinst.ini">Step 3: (Optional) Define the ODBC Driver in odbcinst.ini</a></li> -<li><a href="/docs/configuring-odbc-on-mac-os-x/#configuring-.mapr.drillodbc.ini">Step 4: Configure the MapR Drill ODBC Driver</a></li> +<li><a href="/docs/configuring-odbc-on-mac-os-x/#step-4:-configure-the-mapr-drill-odbc-driver">Step 4: Configure the MapR Drill ODBC Driver</a></li> </ul> <h2 id="sample-configuration-files">Sample Configuration Files</h2> @@ -1019,7 +1019,9 @@ setenv ODBCSYSINI /Users/joeuser/.odbcinst.ini setenv ODBCINI /Users/joeuser/.odbc.ini launchctl setenv DYLD_LIBRARY_PATH /usr/local/iODBC/lib:/opt/mapr/drillodbc/lib/universal </code></pre></div> -<h2 id="restart-the-mac-os-x-or-run-launchctl-load-/etc/launchd.conf.">Restart the Mac OS X or run <code>launchctl load /etc/launchd.conf</code>.</h2> +<p>Restart the Mac OS X or run <code>launchctl load /etc/launchd.conf</code>.</p> + +<hr> <h2 id="step-2:-define-the-odbc-data-sources-in-.odbc.ini">Step 2: Define the ODBC Data Sources in .odbc.ini</h2> http://git-wip-us.apache.org/repos/asf/drill-site/blob/97b253d4/docs/configuring-odbc-on-windows/index.html ---------------------------------------------------------------------- diff --git a/docs/configuring-odbc-on-windows/index.html b/docs/configuring-odbc-on-windows/index.html index b33d36c..780af9b 100644 --- a/docs/configuring-odbc-on-windows/index.html +++ b/docs/configuring-odbc-on-windows/index.html @@ -978,8 +978,6 @@ sources:</p> <li>Create an ODBC Connection String</li> </ul> -<p><strong>Prerequisite:</strong> An Apache Drill installation must be <a href="/docs/connect-a-data-source-introduction/">configured</a> to access the data sources that you want to connect to. For information about how to install Apache Drill, see <a href="/docs/install-drill">Install Drill</a>.</p> - <h2 id="sample-odbc-configuration-(dsn)">Sample ODBC Configuration (DSN)</h2> <p>You can see how to create a DSN to connect to Drill data sources by taking a look at the preconfigured sample that the installer sets up. If @@ -1028,7 +1026,7 @@ Name of the drillbit cluster. Check the drill-override.conf file for ZooKeeper n <p>Check the <code>drill-override.conf</code> file for the cluster name. <img src="/docs/img/odbc-configure3.png" alt=""></p> -<p><a href="/docs/odbc-configuration-reference/">Advanced Properties</a>, <a href="/docs/odbc-configuration-reference/#logging-options">logging options</a>, and <a href="/docs/drill-explorer-introduction/">Drill Explorer</a>.</p> +<p><a href="/docs/odbc-configuration-reference/">Advanced Properties</a>, <a href="/docs/odbc-configuration-reference/#logging-options">logging options</a>, and <a href="/docs/drill-explorer-introduction/">Drill Explorer</a> sections describe the options at the bottom of this dialog.</p> <h3 id="next-step">Next Step</h3> http://git-wip-us.apache.org/repos/asf/drill-site/blob/97b253d4/docs/file-system-storage-plugin/index.html ---------------------------------------------------------------------- diff --git a/docs/file-system-storage-plugin/index.html b/docs/file-system-storage-plugin/index.html index 64e00e0..d182156 100644 --- a/docs/file-system-storage-plugin/index.html +++ b/docs/file-system-storage-plugin/index.html @@ -1004,7 +1004,7 @@ the following steps:</p> "root": { "location": "/user/max/donuts", "writable": false, - "defaultinputformat": null + "defaultInputFormat": null } }, "formats" : { @@ -1023,7 +1023,7 @@ the following steps:</p> "root" : { "location" : "/user/root/drill", "writable" : true, - "defaultinputformat" : null + "defaultInputFormat" : null } }, "formats" : { @@ -1054,7 +1054,7 @@ workspace named <code>json_files</code> configured to point Drill to the "json_files" : { "location" : "/users/max/drill/json/", "writable" : false, - "defaultinputformat" : json + "defaultInputFormat" : json } }, </code></pre></div> http://git-wip-us.apache.org/repos/asf/drill-site/blob/97b253d4/docs/getting-to-know-the-drill-sandbox/index.html ---------------------------------------------------------------------- diff --git a/docs/getting-to-know-the-drill-sandbox/index.html b/docs/getting-to-know-the-drill-sandbox/index.html index 90d80bf..ce6ad55 100644 --- a/docs/getting-to-know-the-drill-sandbox/index.html +++ b/docs/getting-to-know-the-drill-sandbox/index.html @@ -1033,12 +1033,12 @@ location in MapR-FS:</p> "root": { "location": "/mapr/demo.mapr.com/data", "writable": false, - "defaultinputformat": null + "defaultInputFormat": null }, "clicks": { "location": "/mapr/demo.mapr.com/data/nested", "writable": true, - "defaultinputformat": "parquet" + "defaultInputFormat": "parquet" }, . . . "formats": { http://git-wip-us.apache.org/repos/asf/drill-site/blob/97b253d4/docs/installing-the-driver-on-linux/index.html ---------------------------------------------------------------------- diff --git a/docs/installing-the-driver-on-linux/index.html b/docs/installing-the-driver-on-linux/index.html index 7af1c0d..f340fc4 100644 --- a/docs/installing-the-driver-on-linux/index.html +++ b/docs/installing-the-driver-on-linux/index.html @@ -976,12 +976,12 @@ the version of the driver that matches the architecture of the client application that you use to access Drill. The 64-bit editions of Linux support 32- and 64-bit applications.</p> -<p>Install the MapR Drill ODBC Driver on a system that meets the <a href="/docs/installing-the-driver-on-linux/">system requirements</a>, and then complete the following steps described in detail in this document:</p> +<p>Install the MapR Drill ODBC Driver on a system that meets the <a href="/docs/installing-the-driver-on-linux/#system-requirements">system requirements</a>, and then complete the following steps described in detail in this document:</p> <ul> <li><a href="/docs/installing-the-driver-on-linux/#step-1:-download-the-mapr-drill-odbc-driver">Step 1: Download the MapR Drill ODBC Driver</a> </li> <li><a href="/docs/installing-the-driver-on-linux/#step-2:-install-the-mapr-drill-odbc-driver">Step 2: Install the MapR Drill ODBC Driver</a></li> -<li><a href="/docs/installing-the-driver-on-linux/#step-3:-check-the-mapr-drill-odbc-driver-version">Step 3: Set the LD_LIBRARY_PATH Environment Variable</a></li> +<li><a href="/docs/installing-the-driver-on-linux/#step-3:-check-the-mapr-drill-odbc-driver-version">Step 3: Check the MapR Drill ODBC Driver version</a></li> </ul> <p>Verify that your system meets the system requirements before you start.</p> @@ -1094,7 +1094,7 @@ locations and descriptions:</p> <h3 id="next-step">Next Step</h3> -<p><a href="/docs/configuring-odbc-on-linux-mac-os-x/">Configuring ODBC on Linux and Mac OS X</a>.</p> +<p><a href="/docs/configuring-odbc-on-linux/">Configuring ODBC on Linux</a>.</p> http://git-wip-us.apache.org/repos/asf/drill-site/blob/97b253d4/docs/installing-the-driver-on-mac-os-x/index.html ---------------------------------------------------------------------- diff --git a/docs/installing-the-driver-on-mac-os-x/index.html b/docs/installing-the-driver-on-mac-os-x/index.html index cfbd641..e52e9ef 100644 --- a/docs/installing-the-driver-on-mac-os-x/index.html +++ b/docs/installing-the-driver-on-mac-os-x/index.html @@ -1041,7 +1041,7 @@ install-time: 1433465518 </code></pre></div> <h3 id="next-step">Next Step</h3> -<p><a href="/docs/configuring-odbc-on-linux-mac-os-x/">Configuring ODBC on Linux and Mac OS X</a>.</p> +<p><a href="/docs/configuring-odbc-on-mac-os-x/">Configuring ODBC on Mac OS X</a>.</p> http://git-wip-us.apache.org/repos/asf/drill-site/blob/97b253d4/docs/odbc-configuration-reference/index.html ---------------------------------------------------------------------- diff --git a/docs/odbc-configuration-reference/index.html b/docs/odbc-configuration-reference/index.html index 8c2ec79..c4a5a4b 100644 --- a/docs/odbc-configuration-reference/index.html +++ b/docs/odbc-configuration-reference/index.html @@ -1260,7 +1260,7 @@ The Simba ODBC Driver for Apache Drill produces two log files at the location yo <li>Save the mapr.drillodbc.ini configuration file.</li> </ol> -<h4 id="what's-next?-go-to-connecting-to-drill-data-sources-from-a-bi-tool.">What's Next? Go to <a href="/docs/connecting-to-odbc-data-sources">Connecting to Drill Data Sources from a BI Tool</a>.</h4> +<h4 id="what's-next?-go-to-connecting-to-odbc-data-sources.">What's Next? Go to <a href="/docs/connecting-to-odbc-data-sources">Connecting to ODBC Data Sources</a>.</h4> http://git-wip-us.apache.org/repos/asf/drill-site/blob/97b253d4/docs/testing-the-odbc-connection/index.html ---------------------------------------------------------------------- diff --git a/docs/testing-the-odbc-connection/index.html b/docs/testing-the-odbc-connection/index.html index 0153440..e2e0461 100644 --- a/docs/testing-the-odbc-connection/index.html +++ b/docs/testing-the-odbc-connection/index.html @@ -973,29 +973,11 @@ <p>The procedure for testing the ODBC connection differs depending on your platform, as described in the following sections:</p> <ul> -<li><a href="/docs/testing-the-odbc-connection/#testing-the-odbc-connection-on-mac-os-x">Testing the ODBC Connection on Mac OS X</a></li> <li><a href="/docs/testing-the-odbc-connection/#testing-the-odbc-connection-on-linux">Testing the ODBC Connection on Linux</a></li> +<li><a href="/docs/testing-the-odbc-connection/#testing-the-odbc-connection-on-mac-os-x">Testing the ODBC Connection on Mac OS X</a></li> <li><a href="/docs/testing-the-odbc-connection/#testing-the-odbc-connection-on-windows">Testing the ODBC Connection on Windows</a></li> </ul> -<h2 id="testing-the-odbc-connection-on-mac-os-x">Testing the ODBC Connection on Mac OS X</h2> - -<p>To test the ODBC connection Mac OS X, follow these steps.</p> - -<ol> -<li><a href="/docs/starting-drill-on-linux-and-mac-os-x/">Start Drill</a>.<br></li> -<li>Start the iODBC Administrator.app in <code>/Applications</code>.<br> -The iODBC Data Source Administrator dialog appears.<br></li> -<li>On the User DSN tab, select the MapR Drill DSN.<br> -<img src="/docs/img/odbc-mac1.png" alt=""><br></li> -<li>Click <strong>Test</strong>.<br> -The Login for Sample MapR Drill DSN dialog appears.<br> -<img src="/docs/img/odbc-mac2.png" alt=""><br></li> -<li>If you configured Basic Authentication in the <code>.odbc.ini</code>, enter the user name and password you also configured; otherwise, click <strong>OK</strong>.<br> -The success message appears.<br> -<img src="/docs/img/odbc-mac3.png" alt=""><br></li> -</ol> - <h2 id="testing-the-odbc-connection-on-linux">Testing the ODBC Connection on Linux</h2> <p>To test the ODBC connection on Linux use the test utilities in the <code>samples</code> directory of the driver manager installation: <code>iodbctest</code> and <code>iodbctestw</code>. Use <code>iodbctest</code> to @@ -1054,6 +1036,24 @@ Enter ODBC connect string (? shows list): After he `SQL>` prompt appears, go to the Drill shell to run commands. Do not attempt to run SQL commands from this prompt. </code></pre></div> +<h2 id="testing-the-odbc-connection-on-mac-os-x">Testing the ODBC Connection on Mac OS X</h2> + +<p>To test the ODBC connection on Mac OS X, follow these steps.</p> + +<ol> +<li><a href="/docs/starting-drill-on-linux-and-mac-os-x/">Start Drill</a>.<br></li> +<li>Start the iODBC Administrator.app in <code>/Applications</code>.<br> +The iODBC Data Source Administrator dialog appears.<br></li> +<li>On the User DSN tab, select the MapR Drill DSN.<br> +<img src="/docs/img/odbc-mac1.png" alt=""><br></li> +<li>Click <strong>Test</strong>.<br> +The Login for Sample MapR Drill DSN dialog appears.<br> +<img src="/docs/img/odbc-mac2.png" alt=""><br></li> +<li>If you configured Basic Authentication in the <code>.odbc.ini</code>, enter the user name and password you also configured; otherwise, click <strong>OK</strong>.<br> +The success message appears.<br> +<img src="/docs/img/odbc-mac3.png" alt=""><br></li> +</ol> + <h2 id="testing-the-odbc-connection-on-windows">Testing the ODBC Connection on Windows</h2> <p>To test the ODBC connection on Windows, follow these steps:</p> http://git-wip-us.apache.org/repos/asf/drill-site/blob/97b253d4/docs/using-drill-with-bi-tools-introduction/index.html ---------------------------------------------------------------------- diff --git a/docs/using-drill-with-bi-tools-introduction/index.html b/docs/using-drill-with-bi-tools-introduction/index.html index 3014179..d2e2c4b 100644 --- a/docs/using-drill-with-bi-tools-introduction/index.html +++ b/docs/using-drill-with-bi-tools-introduction/index.html @@ -972,12 +972,12 @@ <p>The MapR Drill ODBC driver provides BI tools access to Drillâs flexible query capabilities so that users can quickly explore various data sources. The MapR -Drill ODBC driver includes Drill Explorer, which is a simple user interface -that enables users to examine the content of data sources and create views +Drill ODBC driver includes Drill Explorer, a simple user interface +for examining the content of data sources and creating views before visualizing the data in a BI tool.</p> -<p>Once you install the MapR Drill ODBC Driver on Windows, you can create ODBC DSNs to Drill -data sources using the ODBC Administrator tool and then use the DSNs to access +<p>After you install the MapR Drill ODBC Driver, you can create ODBC DSNs to Drill +data sources, and then use the DSNs to access the data from BI tools that work with ODBC. Drill can connect to data with well-defined schemas, such as Hive. Drill can also connect directly to data that is self-describing, such as HBase, Parquet, JSON, CSV, and TSV.</p> @@ -989,7 +989,29 @@ access data from a Hive table:</p> <p>The following components provide applications access to Drill data sources:</p> -<p><table ><tbody><tr><th >Component</th><th >Role</th></tr><tr><td valign="top">Drillbit</td><td valign="top">Accepts queries from clients, executes queries against Drill data sources, and returns the query results. </td></tr><tr><td valign="top">ODBC Data Source Administrator</td><td valign="top">The ODBC Data Source Administrator enables the creation of DSNs to Apache Drill data sources.<br /> In the figure above, the ODBC Data Source Administrator was used to create <code>Hive-DrillDataSources</code>.</td></tr><tr><td valign="top">ODBC DSN</td><td valign="top"><p>Provides applications information about how to connect to the Drill Source.</p>In the figure above, the <code>Hive-DrillDataSources</code> is a DSN that provides connection information to the Hive tables.</td></tr><tr><td colspan="1" valign="top">BI Tool</td><td colspan="1" valign="top"><p>Accesses Drill data sources using the connection information from the ODBC DSN.</p>In the figure above, the BI tool uses <code>Hive- DrillDataSources</code> to access the <code>hive_student</code> table.</td></tr></tbody></table></div></p> +<table><thead> +<tr> +<th>Component</th> +<th>Role</th> +</tr> +</thead><tbody> +<tr> +<td>Drillbit</td> +<td>Accepts queries from clients, executes queries against Drill data sources, and returns the query results.</td> +</tr> +<tr> +<td>ODBC Data Source Administrator</td> +<td>The ODBC Data Source Administrator enables the creation of DSNs to Apache Drill data sources. In the figure above, the ODBC Data Source Administrator was used to create Hive-DrillDataSources.</td> +</tr> +<tr> +<td>ODBC DSN</td> +<td>Provides applications information about how to connect to the Drill Source.In the figure above, the Hive-DrillDataSources is a DSN that provides connection information to the Hive tables.</td> +</tr> +<tr> +<td>BI Tool</td> +<td>Accesses Drill data sources using the connection information from the ODBC DSN. In the figure above, the BI tool uses Hive-DrillDataSources to access the hive_student table.</td> +</tr> +</tbody></table> http://git-wip-us.apache.org/repos/asf/drill-site/blob/97b253d4/feed.xml ---------------------------------------------------------------------- diff --git a/feed.xml b/feed.xml index 2e2dc4b..9058144 100644 --- a/feed.xml +++ b/feed.xml @@ -6,8 +6,8 @@ </description> <link>/</link> <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Tue, 16 Jun 2015 17:14:04 -0700</pubDate> - <lastBuildDate>Tue, 16 Jun 2015 17:14:04 -0700</lastBuildDate> + <pubDate>Wed, 17 Jun 2015 14:43:08 -0700</pubDate> + <lastBuildDate>Wed, 17 Jun 2015 14:43:08 -0700</lastBuildDate> <generator>Jekyll v2.5.2</generator> <item>
