You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2016/04/12 23:33:20 UTC

drill git commit: Change /etc/host path for Windows - DRILL-4440

Repository: drill
Updated Branches:
  refs/heads/gh-pages e50c62623 -> 443001316


Change /etc/host path for Windows - DRILL-4440


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

Branch: refs/heads/gh-pages
Commit: 4430013166b5a41e3ae3d63e5c4d94bd6c2b898f
Parents: e50c626
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Tue Apr 12 14:31:45 2016 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Tue Apr 12 14:31:45 2016 -0700

----------------------------------------------------------------------
 .../030-installing-the-driver-on-windows.md                      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/44300131/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/030-installing-the-driver-on-windows.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/030-installing-the-driver-on-windows.md b/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/030-installing-the-driver-on-windows.md
index d28e8fc..c2fd377 100644
--- a/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/030-installing-the-driver-on-windows.md
+++ b/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/030-installing-the-driver-on-windows.md
@@ -1,6 +1,6 @@
 ---
 title: "Installing the Driver on Windows"
-date: 2016-01-20 21:22:51 UTC
+date: 2016-04-12 21:31:46 UTC
 parent: "Installing the ODBC Driver"
 ---
 The MapR Drill ODBC Driver installer is available for 32- and 64-bit
@@ -21,7 +21,7 @@ requirements:
   * .NET Framework 4.5, installed and enabled by default on Windows 8 and later
   * 60 MB of available disk space
   * The client must be able to resolve the actual host name of the Drill node or nodes from the IP address. Verify that a DNS entry was created on the client machine for the Drill node or nodes.   
-If not, create an entry in `/etc/hosts` for each node in the following format:  
+If not, create an entry in `\Windows\system32\drivers\etc\hosts` for each node in the following format:  
 
     `<drill-machine-IP> <drill-machine-hostname>`  
     Example: `127.0.0.1 localhost`