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

[09/50] [abbrv] drill git commit: MD-123

MD-123


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

Branch: refs/heads/gh-pages
Commit: 9ea1dc5bb6705d662fbbe51dadd33fd4345c523e
Parents: ec19d2e
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Wed Apr 29 16:16:42 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Wed Apr 29 16:16:42 2015 -0700

----------------------------------------------------------------------
 .../010-installing-the-driver-on-windows.md             | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/9ea1dc5b/_docs/odbc-jdbc-interfaces/using-odbc-on-windows/010-installing-the-driver-on-windows.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/using-odbc-on-windows/010-installing-the-driver-on-windows.md b/_docs/odbc-jdbc-interfaces/using-odbc-on-windows/010-installing-the-driver-on-windows.md
index 94a62b4..f449ab2 100755
--- a/_docs/odbc-jdbc-interfaces/using-odbc-on-windows/010-installing-the-driver-on-windows.md
+++ b/_docs/odbc-jdbc-interfaces/using-odbc-on-windows/010-installing-the-driver-on-windows.md
@@ -45,8 +45,10 @@ when using Tableau.
 
 If you install Tableau after you install the MapR Drill ODBC driver, you must
 install the Tableau TDC FIle. When Tableau is already installed on the
-machine, the TDC file is installed automatically with the MapR Drill ODBC
-driver.
+machine, the TDC file is installed automatically when you install the MapR Drill ODBC driver.
+
+### Installing the TDC File
+The MapR Drill ODBC driver installer installs the TDC file automatically. If you installed the MapR Drill ODBC driver first and then installed Tableau, you need to install the TDC file manually. 
 
 **To install the MapRDrillODBC.TDC file manually:**
 
@@ -54,5 +56,9 @@ driver.
   2. When the installation completes, press any key to continue.   
 For example, you can press the SPACEBAR key.
 
-#### What's Next? Go to [Step 2. Configure ODBC Connections to Drill Data Sources]({{ site.baseurl }}/docs/configuring-connections-on-windows).
+If the installation of the Tableau datasource connection (TDC) file fails, this is likely due to your Tableau repository being in a different location.  In this case, you should manually copy the TDC file to one of the following locations:
 
+* For Tableau Desktop, save the file to the Datasources folder in the My Tableau Repository. By default, the My Tableau Repository is located in C:\Users\<user>\Documents\My Tableau Repository.
+* For Tableau Server, save the file to the C:\ProgramData\Tableau\Tableau Server\data\tabsvc\vizqlserver\Datasources directory.
+
+#### What's Next? Go to [Step 2. Configure ODBC Connections to Drill Data Sources]({{ site.baseurl }}/docs/configuring-connections-on-windows).