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 2018/06/21 23:46:07 UTC

[drill-site] branch asf-site updated: s3 doc edits

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 665192a  s3 doc edits
665192a is described below

commit 665192acfaff57a4a5349d05f549167b033dcd97
Author: Bridget Bevens <bb...@maprtech.com>
AuthorDate: Thu Jun 21 16:45:53 2018 -0700

    s3 doc edits
---
 docs/s3-storage-plugin/index.html | 19 +++++++++++++------
 feed.xml                          |  4 ++--
 2 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/docs/s3-storage-plugin/index.html b/docs/s3-storage-plugin/index.html
index 8663260..f786d74 100644
--- a/docs/s3-storage-plugin/index.html
+++ b/docs/s3-storage-plugin/index.html
@@ -1236,9 +1236,16 @@
 
     <div class="int_text" align="left">
       
-        <p>Drill works with data stored in the cloud. With a few simple steps, you can configure the S3 storage plugin for Drill and be off to the races running queries. Drill has the ability to query files stored on Amazon&#39;s S3 cloud storage using the HDFS s3a library. The HDFS s3a library adds support for files larger than 5 gigabytes (these were unsupported using the older HDFS s3n library).</p>
+        <p>Drill works with data stored in the cloud. With a few simple steps, you can configure the S3 storage plugin for Drill and be off to the races running queries. </p>
 
-<p>To connect Drill to S3, you must provide your AWS credentials, and configure the S3 storage plugin with an S3 bucket.  </p>
+<p>Drill has the ability to query files stored on Amazon&#39;s S3 cloud storage using the HDFS s3a library. The HDFS s3a library adds support for files larger than 5 gigabytes (these were unsupported using the older HDFS s3n library).</p>
+
+<p>To connect Drill to S3:  </p>
+
+<ul>
+<li>Provide your AWS credentials.<br></li>
+<li>Configure the S3 storage plugin with an S3 bucket name.<br></li>
+</ul>
 
 <p>For additional information, refer to the <a href="https://hadoop.apache.org/docs/stable/hadoop-aws/tools/hadoop-aws/index.html">HDFS S3 documentation</a>.   </p>
 
@@ -1251,7 +1258,7 @@
 <ul>
 <li>Directly in the S3 storage plugin. Note that this method is the least secure, but sufficient for use on a single machine, such as a laptop.<br></li>
 <li>In a non-Hadoop environment, you can use the Drill-specific core-site.xml file to provide the AWS credentials.<br></li>
-<li>In a Hadoop environment, you can use the existing S3 configuration for Hadoop. The S3 access keys should already be defined. All you need to do is <a href="/docs/s3-storage-plugin/#configuring-the-s3-storage-plugin">configure the S3 storage plugin</a>.<br></li>
+<li>In a Hadoop environment, you can use the existing S3 configuration for Hadoop. The AWS credentials should already be defined. All you need to do is <a href="/docs/s3-storage-plugin/#configuring-the-s3-storage-plugin">configure the S3 storage plugin</a>.<br></li>
 </ul>
 
 <h3 id="defining-access-keys-in-the-s3-storage-plugin">Defining Access Keys in the S3 Storage Plugin</h3>
@@ -1284,18 +1291,18 @@
 
 <p>To configure the S3 storage plugin, log in to the Drill Web UI and then update the S3 configuration with the bucket name, as described in the following steps:   </p>
 
-<p>1- To access the Drill Web UI, enter the following URL in the address bar of your web browser:  </p>
+<p>1. To access the Drill Web UI, enter the following URL in the address bar of your web browser:  </p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">   http://&lt;drill-hostname&gt;:8047  
 
    //The drill-hostname is a node on which Drill is running.  
 </code></pre></div>
-<p>2-To configure the S3 storage plugin in Drill, complete the following steps:  </p>
+<p>2. To configure the S3 storage plugin in Drill, complete the following steps:  </p>
 
 <p>a. Click on the <strong>Storage</strong> page.<br>
    b. Find the S3 option on the page and then click <strong>Update</strong> next to the option.<br>
    c. Configure the S3 storage plugin, specifying the bucket in the <code>&quot;connection&quot;</code> property, as shown in the following example:  </p>
 
-<p><strong>Note:</strong> The <code>&quot;config&quot;</code> block in the following S3 storage plugin configuration contains the access key and endpoint properties required if you want to define your AWS credentials in the storage plugin configuration. Do not include the <code>&quot;config&quot;</code> block in your S3 storage plugin configuration if you defined your AWS credentials in the core-site.xml file.   </p>
+<p><strong>Note:</strong> The <code>&quot;config&quot;</code> block in the following S3 storage plugin configuration contains the access key and endpoint properties required if you want to define your AWS credentials here. Do not include the <code>&quot;config&quot;</code> block in your S3 storage plugin configuration if you defined your AWS credentials in the core-site.xml file.   </p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">   {
 &quot;type&quot;: &quot;file&quot;,
 &quot;enabled&quot;: true,
diff --git a/feed.xml b/feed.xml
index fe30a50..26cf88a 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>Thu, 21 Jun 2018 16:28:11 -0700</pubDate>
-    <lastBuildDate>Thu, 21 Jun 2018 16:28:11 -0700</lastBuildDate>
+    <pubDate>Thu, 21 Jun 2018 16:44:14 -0700</pubDate>
+    <lastBuildDate>Thu, 21 Jun 2018 16:44:14 -0700</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>