You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/12/27 16:41:16 UTC

kylin git commit: minor, tutorial for DSN configuration of ODBC Driver

Repository: kylin
Updated Branches:
  refs/heads/1.x-staging 54fbce4c9 -> 97c2eac79


minor, tutorial for DSN configuration of ODBC Driver


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/97c2eac7
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/97c2eac7
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/97c2eac7

Branch: refs/heads/1.x-staging
Commit: 97c2eac79b8eea09dda5d8aaa3703860d4ec08c7
Parents: 54fbce4
Author: lidongsjtu <do...@ebay.com>
Authored: Sun Dec 27 23:37:49 2015 +0800
Committer: lidongsjtu <do...@ebay.com>
Committed: Sun Dec 27 23:38:53 2015 +0800

----------------------------------------------------------------------
 website/_docs/tutorial/odbc.md      |  17 ++++++++++++++++-
 website/images/Kylin-ODBC-DSN/1.png | Bin 0 -> 103154 bytes
 website/images/Kylin-ODBC-DSN/2.png | Bin 0 -> 147630 bytes
 website/images/Kylin-ODBC-DSN/3.png | Bin 0 -> 71034 bytes
 website/images/Kylin-ODBC-DSN/4.png | Bin 0 -> 113661 bytes
 5 files changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/97c2eac7/website/_docs/tutorial/odbc.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/odbc.md b/website/_docs/tutorial/odbc.md
index a41f41c..96957ee 100644
--- a/website/_docs/tutorial/odbc.md
+++ b/website/_docs/tutorial/odbc.md
@@ -13,7 +13,7 @@ since: v0.7.1
 > 
 > Tested Operation System: Windows 7, Windows Server 2008 R2
 > 
-> Tested Application: Tableau 8.0.4 and Tableau 8.1.3
+> Tested Application: Tableau 8.0.4, Tableau 8.1.3 and Tableau 9.1
 
 ## Prerequisites
 1. Microsoft Visual C++ 2012 Redistributable 
@@ -31,5 +31,20 @@ since: v0.7.1
 
 3. Both drivers already be installed on Tableau Server, you properly should be able to publish to there without issues
 
+## DSN configuration
+1. Open ODBCAD to configure DSN.
+	* For 32 bit driver, please use the 32bit version in C:\Windows\SysWOW64\odbcad32.exe
+	* For 64 bit driver, please use the default "Data Sources (ODBC)" in Control Panel/Administrator Tools
+![]( /images/Kylin-ODBC-DSN/1.png)
+
+2. Open "System DSN" tab, and click "Add", you will see KylinODBCDriver listed as an option, Click "Finish" to continue.
+![]( /images/Kylin-ODBC-DSN/2.png)
+
+3. In the pop up dialog, fill in all the blanks, The server host is where your Kylin Rest Server is started.
+![]( /images/Kylin-ODBC-DSN/3.png)
+
+4. Click "Done", and you will see your new DSN listed in the "System Data Sources", you can use this DSN afterwards.
+![]( /images/Kylin-ODBC-DSN/4.png)
+
 ## Bug Report
 Please open Apache Kylin JIRA to report bug, or send to dev mailing list.

http://git-wip-us.apache.org/repos/asf/kylin/blob/97c2eac7/website/images/Kylin-ODBC-DSN/1.png
----------------------------------------------------------------------
diff --git a/website/images/Kylin-ODBC-DSN/1.png b/website/images/Kylin-ODBC-DSN/1.png
new file mode 100644
index 0000000..dfaaeee
Binary files /dev/null and b/website/images/Kylin-ODBC-DSN/1.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/97c2eac7/website/images/Kylin-ODBC-DSN/2.png
----------------------------------------------------------------------
diff --git a/website/images/Kylin-ODBC-DSN/2.png b/website/images/Kylin-ODBC-DSN/2.png
new file mode 100644
index 0000000..30fe4e5
Binary files /dev/null and b/website/images/Kylin-ODBC-DSN/2.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/97c2eac7/website/images/Kylin-ODBC-DSN/3.png
----------------------------------------------------------------------
diff --git a/website/images/Kylin-ODBC-DSN/3.png b/website/images/Kylin-ODBC-DSN/3.png
new file mode 100644
index 0000000..8e4ac09
Binary files /dev/null and b/website/images/Kylin-ODBC-DSN/3.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/97c2eac7/website/images/Kylin-ODBC-DSN/4.png
----------------------------------------------------------------------
diff --git a/website/images/Kylin-ODBC-DSN/4.png b/website/images/Kylin-ODBC-DSN/4.png
new file mode 100644
index 0000000..5c0255f
Binary files /dev/null and b/website/images/Kylin-ODBC-DSN/4.png differ