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 2019/01/25 01:04:31 UTC

[drill-site] branch asf-site updated: doc updates

This is an automated email from the ASF dual-hosted git repository.

bridgetb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/drill-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b6566c7  doc updates
b6566c7 is described below

commit b6566c716463f81e6cfdc9a2a313aaf548f9c763
Author: Bridget Bevens <bb...@maprtech.com>
AuthorDate: Thu Jan 24 17:04:16 2019 -0800

    doc updates
---
 docs/compiling-drill-from-source/index.html        | 36 ++++++++++++++++------
 .../index.html                                     |  4 +--
 feed.xml                                           |  4 +--
 3 files changed, 30 insertions(+), 14 deletions(-)

diff --git a/docs/compiling-drill-from-source/index.html b/docs/compiling-drill-from-source/index.html
index 69b16a1..6e11f61 100644
--- a/docs/compiling-drill-from-source/index.html
+++ b/docs/compiling-drill-from-source/index.html
@@ -1297,7 +1297,7 @@
 
     </div>
 
-     Dec 20, 2018
+     Jan 25, 2019
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1308,27 +1308,43 @@ in Eclipse for use as your development environment. To review or contribute to
 Drill code, you must complete the steps required to install and use the Drill
 patch review tool.</p>
 
+<p>Starting in Drill 1.15, you can build and deploy Apache Drill on the MapR platform. </p>
+
 <h2 id="prerequisites">Prerequisites</h2>
 
+<p>Apache Drill requires:  </p>
+
 <ul>
-<li>Apache Maven 3.3.1 or later</li>
-<li>Oracle or OpenJDK 8 </li>
+<li>Apache Maven 3.3.1 or later<br></li>
+<li>Oracle or OpenJDK 8<br></li>
 </ul>
 
-<p>Run the following commands to verify that you have the correct versions of
-Maven and JDK installed:</p>
+<p>Apache Drill on the MapR platform also requires:  </p>
+
+<ul>
+<li>MapR 6.x<br></li>
+<li>RedHat/CentOS 7.x<br></li>
+</ul>
+
+<p>Run the following commands to verify that the correct versions of Maven and JDK are installed:</p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">java -version
-mvn -version
+mvn -version  
 </code></pre></div>
 <h2 id="1-clone-the-repository">1. Clone the Repository</h2>
 <div class="highlight"><pre><code class="language-text" data-lang="text">git clone https://gitbox.apache.org/repos/asf/drill.git
 </code></pre></div>
 <h2 id="2-compile-the-code">2. Compile the Code</h2>
-<div class="highlight"><pre><code class="language-text" data-lang="text">cd drill
-mvn clean install -DskipTests
+
+<p>Change to the drill directory:  </p>
+<div class="highlight"><pre><code class="language-text" data-lang="text">cd drill  
+</code></pre></div>
+<p>Build Apache Drill:  </p>
+<div class="highlight"><pre><code class="language-text" data-lang="text">mvn clean install -DskipTests  
+</code></pre></div>
+<p>If you want to deploy Apache Drill on the MapR platform, include the <code>-Pmapr</code> option to build Drill under the MapR profile:  </p>
+<div class="highlight"><pre><code class="language-text" data-lang="text">mvn clean install -DskipTests -Pmapr  
 </code></pre></div>
-<p>The tarball appears in distribution/target. Move the tarball to a directory for unpacking, unpack, and then you can connect to Drill and query sample
-data or you can connect Drill to your data sources.</p>
+<p>A tarball is built and appears in the distribution/target directory. Move the tarball to another directory for unpacking. Unpack the tarball and then connect to Drill and query sample data, or connect Drill to your data sources.</p>
 
 <ul>
 <li>To connect Drill to your data sources, refer to <a href="/docs/connect-a-data-source-introduction">Connect to Data Sources</a> for instructions.</li>
diff --git a/docs/configuring-cgroups-to-control-cpu-usage/index.html b/docs/configuring-cgroups-to-control-cpu-usage/index.html
index 5134698..4385630 100644
--- a/docs/configuring-cgroups-to-control-cpu-usage/index.html
+++ b/docs/configuring-cgroups-to-control-cpu-usage/index.html
@@ -1295,7 +1295,7 @@
 
     </div>
 
-     Jan 18, 2019
+     Jan 25, 2019
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1305,7 +1305,7 @@
 
 <p>In Drill 1.13, you had to update the <code>cgroup.procs</code> file with the Drill process ID (PID) each time a Drillbit restarted in order to enforce the CPU limit for the Drillbit service.  As of Drill 1.14, Drill can directly manage the CPU resources through the Drill start-up script, <code>drill-env.sh</code>. You no longer have to manually add the PID to the <code>cgroup.procs</code> file each time a Drillbit restarts. This step occurs automatically upon restart. The start-up scr [...]
 
-<p>Note: Cgroups V2 is recommended.  </p>
+<p><strong>Note:</strong> cgroups V2 is recommended.  </p>
 
 <p>The <code>drill-env.sh</code> script contains variables that you must enable for Drill to directly manage the CPU resources. Uncomment the following variables in drill-env.sh to enable the feature:  </p>
 
diff --git a/feed.xml b/feed.xml
index 20c45cd..8f35324 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Fri, 18 Jan 2019 15:37:19 -0800</pubDate>
-    <lastBuildDate>Fri, 18 Jan 2019 15:37:19 -0800</lastBuildDate>
+    <pubDate>Thu, 24 Jan 2019 16:59:58 -0800</pubDate>
+    <lastBuildDate>Thu, 24 Jan 2019 16:59:58 -0800</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>