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/22 20:30:58 UTC

[08/12] drill git commit: remove sudo from install example

remove sudo from install example


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

Branch: refs/heads/gh-pages
Commit: 042d2227710982180175ff01fd2b3b082fd04f08
Parents: d5a4c18
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Fri May 22 05:09:22 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Fri May 22 05:09:22 2015 -0700

----------------------------------------------------------------------
 .../020-installing-drill-on-linux-and-mac-os-x.md                | 4 ++--
 _docs/tutorials/020-drill-in-10-minutes.md                       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/042d2227/_docs/install/installing-drill-in-embedded-mode/020-installing-drill-on-linux-and-mac-os-x.md
----------------------------------------------------------------------
diff --git a/_docs/install/installing-drill-in-embedded-mode/020-installing-drill-on-linux-and-mac-os-x.md b/_docs/install/installing-drill-in-embedded-mode/020-installing-drill-on-linux-and-mac-os-x.md
index 9ec9c27..065bee2 100755
--- a/_docs/install/installing-drill-in-embedded-mode/020-installing-drill-on-linux-and-mac-os-x.md
+++ b/_docs/install/installing-drill-in-embedded-mode/020-installing-drill-on-linux-and-mac-os-x.md
@@ -14,9 +14,9 @@ Complete the following steps to install Drill:
 
 3. Copy the downloaded file to the directory where you want to install Drill. 
 
-4. Extract the contents of the Drill tar.gz file. Use sudo if necessary:  
+4. Extract the contents of the Drill tar.gz file. Use sudo only if necessary:  
 
-        sudo tar -xvzf apache-drill-1.0.0.tar.gz  
+        tar -xvzf apache-drill-1.0.0.tar.gz  
 
 The extraction process creates the installation directory named apache-drill-1.0.0 containing the Drill software.
 

http://git-wip-us.apache.org/repos/asf/drill/blob/042d2227/_docs/tutorials/020-drill-in-10-minutes.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/020-drill-in-10-minutes.md b/_docs/tutorials/020-drill-in-10-minutes.md
index 4ce8848..4a5a994 100755
--- a/_docs/tutorials/020-drill-in-10-minutes.md
+++ b/_docs/tutorials/020-drill-in-10-minutes.md
@@ -52,9 +52,9 @@ Complete the following steps to install Drill:
 
 3. Copy the downloaded file to the directory where you want to install Drill. 
 
-4. Extract the contents of the Drill tar.gz file. Use sudo if necessary:  
+4. Extract the contents of the Drill tar.gz file. Use sudo only if necessary:  
 
-        sudo tar -xvzf apache-drill-1.0.0.tar.gz  
+        tar -xvzf apache-drill-1.0.0.tar.gz  
 
 The extraction process creates the installation directory named apache-drill-1.0.0 containing the Drill software.