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 efb6f10 edit drill install windows and 10 mins
efb6f10 is described below
commit efb6f10ac4e7eafb0dbbba02e805163aab82a608
Author: Bridget Bevens <[email protected]>
AuthorDate: Mon Apr 8 12:36:35 2019 -0700
edit drill install windows and 10 mins
---
docs/drill-in-10-minutes/index.html | 90 +++++++++-------------------
docs/img/install-windows-2-1.png | Bin 0 -> 44607 bytes
docs/img/install-windows-2-2-2.png | Bin 0 -> 62872 bytes
docs/img/install-windows-3-1.png | Bin 0 -> 22135 bytes
docs/img/install-windows-5-1.png | Bin 0 -> 124029 bytes
docs/img/install-windows-6-1.png | Bin 0 -> 107507 bytes
docs/installing-drill-on-windows/index.html | 18 +++---
docs/starting-drill-on-windows/index.html | 53 +++++++++++-----
feed.xml | 4 +-
9 files changed, 79 insertions(+), 86 deletions(-)
diff --git a/docs/drill-in-10-minutes/index.html
b/docs/drill-in-10-minutes/index.html
index 9af274a..db9a877 100644
--- a/docs/drill-in-10-minutes/index.html
+++ b/docs/drill-in-10-minutes/index.html
@@ -1298,7 +1298,7 @@
</div>
- Dec 30, 2018
+ Apr 8, 2019
<link href="/css/docpage.css" rel="stylesheet" type="text/css">
@@ -1316,11 +1316,11 @@ without having to perform any setup tasks.</p>
<p>This installation procedure includes how to download the Apache Drill
archive file and extract the contents to a directory on your machine. The
Apache Drill archive contains sample JSON and Parquet files that you can query
immediately.</p>
-<p>After installing Drill, you start the Drill shell. The Drill shell is a
pure-Java console-based utility for connecting to relational databases and
executing SQL commands. Drill follows the SQL:2011 standard with <a
href="/docs/sql-extensions/">extensions</a> for nested data formats and other
capabilities.</p>
+<p>After installing Drill, you start the Drill shell. The <a
href="/docs/configuring-the-drill-shell/">Drill shell</a> is a pure-Java
console-based utility for connecting to relational databases and executing SQL
commands. Drill follows the SQL:2011 standard with <a
href="/docs/sql-extensions/">extensions</a> for nested data formats and other
capabilities.</p>
<h2 id="embedded-mode-installation-prerequisites">Embedded Mode Installation
Prerequisites</h2>
-<p>You need to meet the following prerequisites to run Drill:</p>
+<p>Your machine must meet the following prerequisites to run Drill in embedded
mode:</p>
<ul>
<li>Linux, Mac OS X, and Windows: Oracle JDK <a
href="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html">version
8</a>.</li>
@@ -1344,7 +1344,7 @@ without having to perform any setup tasks.</p>
Java(TM) SE Runtime Environment (build 1.8.0_7965-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)
</code></pre></div>
-<h2 id="install-drill-on-linux-or-mac-os-x">Install Drill on Linux or Mac OS
X</h2>
+<h2 id="installing-drill-on-linux-or-mac-os-x">Installing Drill on Linux or
Mac OS X</h2>
<p>Complete the following steps to install Drill: </p>
@@ -1363,9 +1363,9 @@ Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed
mode)
<p>The extraction process creates an installation directory containing the
Drill software.</p>
-<p>At this point, you can start Drill.</p>
+<p>You can start Drill.</p>
-<h2 id="start-drill-on-linux-and-mac-os-x">Start Drill on Linux and Mac OS
X</h2>
+<h3 id="starting-drill-on-linux-and-mac-os-x">Starting Drill on Linux and Mac
OS X</h3>
<p>Start Drill in embedded mode using the <code>drill-embedded</code>
command:</p>
@@ -1382,45 +1382,18 @@ Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02,
mixed mode)
<p>At this point, you can <a
href="/docs/drill-in-10-minutes/#query-sample-data">submit queries</a> to
Drill.</p>
-<h3 id="install-drill-on-windows">Install Drill on Windows</h3>
+<h2 id="installing-and-starting-drill-on-windows">Installing and Starting
Drill on Windows</h2>
-<p>You can install Drill on Windows. First, set the JAVA_HOME environment
variable, and then install Drill. Complete the following steps to install
Drill:</p>
-
-<ol>
-<li>Download the latest version of Apache Drill <a
href="http://apache.mirrors.hoobly.com/drill/drill-1.15.0/apache-drill-1.15.0.tar.gz">here</a>
or from the <a
href="http://www.apache.org/dyn/closer.cgi/drill/drill-1.15.0/apache-drill-1.15.0.tar.gz">Apache
Drill mirror site</a>.<br></li>
-<li>Move the <code>apache-drill-<version>.tar.gz</code> file to a
directory where you want to install Drill.<br></li>
-<li>Unzip the <code>TAR.GZ</code> file using a third-party tool. If the tool
you use does not unzip the TAR file as well as the <code>TAR.GZ</code> file,
unzip the <code>apache-drill-<version>.tar</code> to extract the Drill
software. The extraction process creates the installation directory named
apache-drill-<version> containing the Drill software. </li>
-</ol>
-
-<p>At this point, you can start Drill. </p>
-
-<h2 id="start-drill-on-windows">Start Drill on Windows</h2>
-
-<p>Start Drill by running the sqlline.bat file and typing a connection string,
as shown in the following procedure. The <code>zk=local</code> in the
connection string means the local node is the ZooKeeper node:</p>
-
-<p>Start the Drill shell using the <strong>sqlline command</strong>. Complete
the following steps to launch the Drill shell:</p>
-
-<ol>
-<li>Open Command Prompt.<br></li>
-<li>Open the apache-drill-<version> folder. </li>
-<li>Go to the bin directory. For example:<br>
-<code>cd bin</code></li>
-<li>Type the following command on the command line:
-<code>sqlline.bat -u "jdbc:drill:zk=local"</code>
-<img src="/docs/img/sqlline1.png" alt="drill install dir"></li>
-</ol>
-
-<p>The <code>zk=local</code> means the local node is the ZooKeeper node. At
this point, you can <a href="/docs/drill-in-10-minutes/#query-sample-data">run
queries</a>.</p>
+<p>See <a href="/docs/installing-drill-on-windows/">Installing Drill on
Windows</a>. </p>
<h2 id="stopping-drill">Stopping Drill</h2>
-<p>Issue the following command when you want to exit the Drill shell:</p>
-
-<p><code>!quit</code></p>
-
+<p>Issue the following command to exit the Drill shell:</p>
+<div class="highlight"><pre><code class="language-text" data-lang="text">!quit
+</code></pre></div>
<h2 id="query-sample-data">Query Sample Data</h2>
-<p>At the root of the Drill installation, a <code>sample-data</code> directory
includes JSON and
+<p>The Drill installation includes a <code>sample-data</code> directory with
JSON and
Parquet files that you can query. The default <code>dfs</code> storage plugin
configuration represents the local file system on your machine when you install
Drill in embedded mode. For more information about storage plugin
configuration, refer to <a
href="/docs/connect-a-data-source-introduction">Storage Plugin
Registration</a>.</p>
@@ -1431,20 +1404,17 @@ configuration, refer to <a
href="/docs/connect-a-data-source-introduction">Stora
<p>A sample JSON file, <a
href="/docs/querying-json-files/"><code>employee.json</code></a>, contains
fictitious employee data. To view the data in the <code>employee.json</code>
file, submit the following SQL query
to Drill, using the <a href="/docs/storage-plugin-registration/">cp
(classpath) storage plugin</a> configuration to point to the file.</p>
-
-<p><code>0: jdbc:drill:zk=local> SELECT * FROM cp.`employee.json` LIMIT
3;</code></p>
-
-<p>The query output is:</p>
-<div class="highlight"><pre><code class="language-text"
data-lang="text">+--------------+------------------+-------------+------------+--------------+---------------------+-----------+----------------+-------------+------------------------+----------+----------------+------------------+-----------------+---------+--------------------+
-| employee_id | full_name | first_name | last_name | position_id |
position_title | store_id | department_id | birth_date | hire_date
| salary | supervisor_id | education_level | marital_status |
gender | management_role |
-+--------------+------------------+-------------+------------+--------------+---------------------+-----------+----------------+-------------+------------------------+----------+----------------+------------------+-----------------+---------+--------------------+
-| 1 | Sheri Nowmer | Sheri | Nowmer | 1 |
President | 0 | 1 | 1961-08-26 | 1994-12-01
00:00:00.0 | 80000.0 | 0 | Graduate Degree | S |
F | Senior Management |
-| 2 | Derrick Whelply | Derrick | Whelply | 2 |
VP Country Manager | 0 | 1 | 1915-07-03 | 1994-12-01
00:00:00.0 | 40000.0 | 1 | Graduate Degree | M |
M | Senior Management |
-| 4 | Michael Spence | Michael | Spence | 2 |
VP Country Manager | 0 | 1 | 1969-06-20 | 1998-01-01
00:00:00.0 | 40000.0 | 1 | Graduate Degree | S |
M | Senior Management |
-+--------------+------------------+-------------+------------+--------------+---------------------+-----------+----------------+-------------+------------------------+----------+----------------+------------------+-----------------+---------+--------------------+
-3 rows selected (0.827 seconds)
+<div class="highlight"><pre><code class="language-text"
data-lang="text">SELECT * FROM cp.`employee.json` LIMIT 3;
+
+
+--------------+------------------+-------------+------------+--------------+---------------------+-----------+----------------+-------------+------------------------+----------+----------------+------------------+-----------------+---------+--------------------+
+ | employee_id | full_name | first_name | last_name | position_id
| position_title | store_id | department_id | birth_date |
hire_date | salary | supervisor_id | education_level |
marital_status | gender | management_role |
+
+--------------+------------------+-------------+------------+--------------+---------------------+-----------+----------------+-------------+------------------------+----------+----------------+------------------+-----------------+---------+--------------------+
+ | 1 | Sheri Nowmer | Sheri | Nowmer | 1
| President | 0 | 1 | 1961-08-26 | 1994-12-01
00:00:00.0 | 80000.0 | 0 | Graduate Degree | S |
F | Senior Management |
+ | 2 | Derrick Whelply | Derrick | Whelply | 2
| VP Country Manager | 0 | 1 | 1915-07-03 | 1994-12-01
00:00:00.0 | 40000.0 | 1 | Graduate Degree | M |
M | Senior Management |
+ | 4 | Michael Spence | Michael | Spence | 2
| VP Country Manager | 0 | 1 | 1969-06-20 | 1998-01-01
00:00:00.0 | 40000.0 | 1 | Graduate Degree | S |
M | Senior Management |
+
+--------------+------------------+-------------+------------+--------------+---------------------+-----------+----------------+-------------+------------------------+----------+----------------+------------------+-----------------+---------+--------------------+
</code></pre></div>
-<h3 id="querying-a-parquet-file">Querying a Parquet File</h3>
+<h3 id="querying-parquet-files">Querying Parquet Files</h3>
<p>Query the <code>region.parquet</code> and <code>nation.parquet</code> files
in the <code>sample-data</code>
directory on your local file system.</p>
@@ -1456,11 +1426,11 @@ in embedded mode, the path to the parquet file varies
between operating
systems.</p>
<p>To view the data in the <code>region.parquet</code> file, use the actual
path to your Drill installation to construct this query:</p>
+<div class="highlight"><pre><code class="language-text"
data-lang="text">//SELECT * FROM
dfs.`<path-to-installation>/apache-drill-<version>/sample-data/region.parquet`;
-<p><code>SELECT * FROM
dfs.`<path-to-installation>/apache-drill-<version>/sample-data/region.parquet`;</code></p>
+SELECT * FROM dfs.`Users/drilluser/apache-drill/sample-data/region.parquet`;
-<p>The query returns the following results:</p>
-<div class="highlight"><pre><code class="language-text"
data-lang="text">+--------------+--------------+-----------------------+
++--------------+--------------+-----------------------+
| R_REGIONKEY | R_NAME | R_COMMENT |
+--------------+--------------+-----------------------+
| 0 | AFRICA | lar deposits. blithe |
@@ -1469,17 +1439,14 @@ systems.</p>
| 3 | EUROPE | ly final courts cajo |
| 4 | MIDDLE EAST | uickly special accou |
+--------------+--------------+-----------------------+
-5 rows selected (0.409 seconds)
</code></pre></div>
<h4 id="nation-file">Nation File</h4>
<p>The path to the parquet file varies between operating
systems. Use the actual path to your Drill installation to construct this
query:</p>
+<div class="highlight"><pre><code class="language-text"
data-lang="text">//SELECT * FROM
dfs.`<path-to-installation>/apache-drill-<version>/sample-data/nation.parquet`;``
-<p><code>SELECT * FROM
dfs.`<path-to-installation>/apache-drill-<version>/sample-data/nation.parquet`;</code></p>
-
-<p>The query returns the following results:</p>
-<div class="highlight"><pre><code class="language-text"
data-lang="text">SELECT * FROM
dfs.`Users/drilluser/apache-drill/sample-data/nation.parquet`;
+SELECT * FROM dfs.`Users/drilluser/apache-drill/sample-data/nation.parquet`;
+--------------+-----------------+--------------+-----------------------+
| N_NATIONKEY | N_NAME | N_REGIONKEY | N_COMMENT |
+--------------+-----------------+--------------+-----------------------+
@@ -1509,11 +1476,10 @@ systems. Use the actual path to your Drill installation
to construct this query:
| 23 | UNITED KINGDOM | 3 | eans boost carefully |
| 24 | UNITED STATES | 1 | y final packages. sl |
+--------------+-----------------+--------------+-----------------------+
-25 rows selected (0.101 seconds)
</code></pre></div>
<h2 id="summary">Summary</h2>
-<p>Apache Drill supports nested data, schema-less execution, and decentralized
metadata. At this point, you know how to create a simple query on a JSON or
Parquet file.</p>
+<p>Apache Drill supports nested data, schema-less execution, and decentralized
metadata. You can now use Drill to run simple queries on JSON or Parquet
data.</p>
<h2 id="next-steps">Next Steps</h2>
diff --git a/docs/img/install-windows-2-1.png b/docs/img/install-windows-2-1.png
new file mode 100644
index 0000000..7366f77
Binary files /dev/null and b/docs/img/install-windows-2-1.png differ
diff --git a/docs/img/install-windows-2-2-2.png
b/docs/img/install-windows-2-2-2.png
new file mode 100644
index 0000000..ce194d6
Binary files /dev/null and b/docs/img/install-windows-2-2-2.png differ
diff --git a/docs/img/install-windows-3-1.png b/docs/img/install-windows-3-1.png
new file mode 100644
index 0000000..f958cda
Binary files /dev/null and b/docs/img/install-windows-3-1.png differ
diff --git a/docs/img/install-windows-5-1.png b/docs/img/install-windows-5-1.png
new file mode 100644
index 0000000..2a74e41
Binary files /dev/null and b/docs/img/install-windows-5-1.png differ
diff --git a/docs/img/install-windows-6-1.png b/docs/img/install-windows-6-1.png
new file mode 100644
index 0000000..4a77de0
Binary files /dev/null and b/docs/img/install-windows-6-1.png differ
diff --git a/docs/installing-drill-on-windows/index.html
b/docs/installing-drill-on-windows/index.html
index 107b4f3..e7c0414 100644
--- a/docs/installing-drill-on-windows/index.html
+++ b/docs/installing-drill-on-windows/index.html
@@ -1300,7 +1300,7 @@
</div>
- Apr 5, 2019
+ Apr 8, 2019
<link href="/css/docpage.css" rel="stylesheet" type="text/css">
@@ -1321,17 +1321,18 @@
<ol>
<li> Go to System Properties. </li>
-<li> On the Advanced Tab, click Environment Variables.<img
src="https://i.imgur.com/ZQ04USE.png" alt=""><br></li>
-<li> Click New, and enter JAVA_HOME as the variable name. For the variable
value, enter the path to your JDK installation. Note that instead of using
Program Files in the path name, use progra~1. This is required because Drill
cannot use file paths with spaces.<img src="https://i.imgur.com/sne3pE2.png"
alt=""><br></li>
+<li> On the Advanced Tab, click Environment Variables.<br>
+<img src="https://i.imgur.com/lpytfmu.png" alt=""><br></li>
+<li> Click New, and enter JAVA_HOME as the variable name. For the variable
value, enter the path to your JDK installation. Instead of using <code>Program
Files</code> in the path name, use <code>progra~1</code>. This is required
because Drill cannot use file paths with spaces.<img
src="https://i.imgur.com/3CUoNNZ.png" alt=""><br></li>
<li> Click OK to continue. </li>
-<li> In the System Variables section, select Path and then click Edit.<img
src="https://i.imgur.com/yZAg2aB.png" alt=""></li>
-<li> In the edit environment variable window, click New and enter
<code>%JAVA_HOME%\bin</code>.<img src="https://i.imgur.com/Bpbjooe.png"
alt=""></li>
+<li> In the System Variables section, select Path and then click Edit.<img
src="https://i.imgur.com/nqv68Nu.png" alt=""></li>
+<li> In the Edit Environment Variable window, click New and enter
<code>%JAVA_HOME%\bin</code>.<img src="https://i.imgur.com/2kevwLV.png"
alt=""></li>
<li> Click OK to continue and exit the System Properties window.<br></li>
</ol>
<h3 id="create-drill-udf-directories-and-change-the-owner">Create Drill UDF
directories and change the owner.</h3>
-<p>Drill has a UDF directories that you must create and assign yourself as
owner (or the user that will start Drill) before starting Drill for the first
time. </p>
+<p>You, or the user that will start Drill, must manually create and own UDF
directories. The directories must exist before starting Drill for the first
time. </p>
<ol>
<li><p>Run the command prompt as administrator, and issue the following
commands: </p>
@@ -1342,8 +1343,9 @@
mkdir "%userprofile%\drill\udf\staging"
takeown /R /F "%userprofile%\drill"
</code></pre></div></li>
-<li><p>To verify that you (or the user that will run Drill) owns the
directories and files, go to the <code>"%userprofile%\drill"</code>
directory, right-click on it, and select Properties from the list.<img
src="https://i.imgur.com/z8WRvqK.png" alt=""></p></li>
-<li><p>Complete step 2 for all the directories within drill, including the
/udf, /registry, /tmp, and /staging directories. </p></li>
+<li><p>To verify that you (or the user that will run Drill) owns the
directories and files, go to the <code>"%userprofile%\drill"</code>
directory, right-click on it, and select Properties from the list.<br>
+<img src="https://i.imgur.com/lLLYOMX.png" alt=""></p></li>
+<li><p>Verify that you are the owner for all the directories within drill,
including the /udf, /registry, /tmp, and /staging directories. If you are not
the owner, Edit the permissions. </p></li>
</ol>
<h2 id="download-and-install-drill">Download and Install Drill</h2>
diff --git a/docs/starting-drill-on-windows/index.html
b/docs/starting-drill-on-windows/index.html
index 348a84b..fcf210e 100644
--- a/docs/starting-drill-on-windows/index.html
+++ b/docs/starting-drill-on-windows/index.html
@@ -1300,38 +1300,63 @@
</div>
- Nov 2, 2018
+ Apr 8, 2019
<link href="/css/docpage.css" rel="stylesheet" type="text/css">
<div class="int_text" align="left">
- <p>Start the Drill shell using the <strong>sqlline command</strong>.
Complete the following steps to launch the Drill shell:</p>
+ <p>Complete the following steps to launch the Drill:</p>
<ol>
-<li>Open Command Prompt.<br></li>
-<li>Navigate to the Drill installation folder. </li>
-<li>Go to the <code>bin</code> directory. For example:<br>
+<li>Open the Windows command prompt.<br></li>
+<li>Navigate to the Drill installation folder, for example:<br>
+<code>cd \Users\Bridget Bevens\drill_repo\apache-drill-1.16.0-SNAPSHOT</code>
</li>
+<li>Go to the <code>bin</code> directory, for example:<br>
<code>cd bin</code></li>
-<li>Type the following command on the command line:
-<code>sqlline.bat -u "jdbc:drill:zk=local"</code>
-<img src="/docs/img/sqlline1.png" alt="drill install dir"></li>
+<li>Enter either of the following commands to start Drill:<br>
+
+<ul>
+<li><code>sqlline.bat -u "jdbc:drill:zk=local"</code><br></li>
+<li><code>drill-embedded.bat</code> (Supported in Drill 1.16 and
later.)<br></li>
+</ul></li>
</ol>
-<p>The <a
href="/docs/starting-drill-on-linux-and-mac-os-x/#about-the-drill-prompt">Drill
prompt</a> appears. You can <a
href="/docs/drill-in-10-minutes/#query-sample-data">submit queries</a> to
Drill.</p>
+<p>The Drill prompt appears: </p>
+<div class="highlight"><pre><code class="language-text"
data-lang="text">"A Drill is a terrible thing to waste."
+apache drill>
+</code></pre></div>
+<p>You can run a test query to verify that Drill is running, for example: </p>
+<div class="highlight"><pre><code class="language-text"
data-lang="text">//Drill's classpath contains sample data, including an
employees.json file that you can query. Switch schema to cp, for classpath.
+
+apache drill>use cp;
++------+--------------------------------+
+| ok | summary |
++------+--------------------------------+
+| true | Default schema changed to [cp] |
++------+--------------------------------+
-<p>You can use the schema option in the <strong>sqlline</strong> command to
specify a storage plugin. Specifying the storage plugin when you start up
eliminates the need to specify the storage plugin in the query. For example,
this command specifies the <code>dfs</code> storage plugin:</p>
+//Query the employee.json file in the classpath.
-<p><code>C:\bin\sqlline sqlline.bat –u
"jdbc:drill:zk=local;schema=dfs"</code></p>
+apache drill (cp)>SELECT * FROM cp.`employee.json` LIMIT 1;
++-------------+--------------+------------+-----------+-------------+----------------+----------+---------------+------------+-----------------------+---------+---------------+-----------------+----------------+--------+-------------------+
+| employee_id | full_name | first_name | last_name | position_id |
position_title | store_id | department_id | birth_date | hire_date
| salary | supervisor_id | education_level | marital_status | gender |
management_role |
++-------------+--------------+------------+-----------+-------------+----------------+----------+---------------+------------+-----------------------+---------+---------------+-----------------+----------------+--------+-------------------+
+| 1 | Sheri Nowmer | Sheri | Nowmer | 1 |
President | 0 | 1 | 1961-08-26 | 1994-12-01 00:00:00.0
| 80000.0 | 0 | Graduate Degree | S | F | Senior
Management |
++-------------+--------------+------------+-----------+-------------+----------------+----------+---------------+------------+-----------------------+---------+---------------+-----------------+----------------+--------+-------------------+
+</code></pre></div>
+<p>For a short tutorial that you can run in Drill, see <a
href="/docs/drill-in-10-minutes/#query-sample-data">Drill in 10 Minutes</a>.</p>
+<p>Note that you can use the schema option in the <strong>sqlline</strong>
command to specify a storage plugin. Specifying the storage plugin when you
start up eliminates the need to specify the storage plugin in the query. For
example, this command specifies the <code>dfs</code> storage plugin:</p>
+<div class="highlight"><pre><code class="language-text"
data-lang="text">sqlline.bat –u "jdbc:drill:zk=local;schema=dfs"
+</code></pre></div>
<p>If you start Drill on one network, and then want to use Drill on another
network, such as your home network, restart Drill.</p>
<h2 id="exiting-the-drill-shell">Exiting the Drill Shell</h2>
<p>To exit the Drill shell, issue the following command:</p>
-
-<p><code>!quit</code></p>
-
+<div class="highlight"><pre><code class="language-text" data-lang="text">!quit
+</code></pre></div>
<div class="doc-nav">
diff --git a/feed.xml b/feed.xml
index 3915638..23f70f4 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, 05 Apr 2019 13:26:25 -0700</pubDate>
- <lastBuildDate>Fri, 05 Apr 2019 13:26:25 -0700</lastBuildDate>
+ <pubDate>Mon, 08 Apr 2019 12:31:14 -0700</pubDate>
+ <lastBuildDate>Mon, 08 Apr 2019 12:31:14 -0700</lastBuildDate>
<generator>Jekyll v2.5.2</generator>
<item>