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 2017/02/24 22:14:17 UTC

drill git commit: update

Repository: drill
Updated Branches:
  refs/heads/gh-pages de3a37e0b -> d2ee5440d


update


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

Branch: refs/heads/gh-pages
Commit: d2ee5440d6c97418698f5e6a8fe93f7e0b849281
Parents: de3a37e
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Fri Feb 24 14:12:36 2017 -0800
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Fri Feb 24 14:12:36 2017 -0800

----------------------------------------------------------------------
 _docs/110-troubleshooting.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/d2ee5440/_docs/110-troubleshooting.md
----------------------------------------------------------------------
diff --git a/_docs/110-troubleshooting.md b/_docs/110-troubleshooting.md
index 204a84e..138ab53 100644
--- a/_docs/110-troubleshooting.md
+++ b/_docs/110-troubleshooting.md
@@ -1,6 +1,6 @@
 ---
 title: "Troubleshooting"
-date: 2016-02-06 00:18:11 UTC
+date: 2017-02-24 22:12:36 UTC
 ---
 
 You may experience certain known issues when using Drill. This document lists some known issues and resolutions for each.
@@ -11,7 +11,7 @@ Before you begin troubleshooting issues that you encounter in Drill, make sure y
 You should also know the version of Drill running in the cluster. You can search JIRA for issues related to the version to see if a patch or workaround exists for the issue that you encountered.
 
 ### Identify the Foreman
-Issue the following query to identify the node running as the Foreman:  
+Issue the following query to identify the Foreman node:  
 
 ``SELECT hostname FROM sys.drillbits WHERE `current` = true;``