Author: buildbot
Date: Mon Nov 10 20:30:53 2014
New Revision: 928647

Log:
Staging update by buildbot for drill

Modified:
    websites/staging/drill/trunk/content/   (props changed)
    websites/staging/drill/trunk/content/drill/about.html

Propchange: websites/staging/drill/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Nov 10 20:30:53 2014
@@ -1 +1 @@
-1637770
+1637976

Modified: websites/staging/drill/trunk/content/drill/about.html
==============================================================================
--- websites/staging/drill/trunk/content/drill/about.html (original)
+++ websites/staging/drill/trunk/content/drill/about.html Mon Nov 10 20:30:53 
2014
@@ -1,93 +1,68 @@
-<!doctype html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
-       <head>
-        <meta charset="UTF-8">
-        <title>Apache Drill - About</title>
-
-        <link href="css/style.css" rel="stylesheet" type="text/css">
-        <link href="css/arrows.css" rel="stylesheet" type="text/css">
-        <link href="css/button.css" rel="stylesheet" type="text/css">
-
-        <script language="javascript" type="text/javascript" 
src="js/lib/jquery-1.11.1.min.js"></script>
-        <script language="javascript" type="text/javascript" 
src="js/lib/jquery.easing.1.3.js"></script>
-        <script language="javascript" type="text/javascript" 
src="js/modernizr.custom.js"></script>
-        <script language="javascript" type="text/javascript" 
src="js/script.js"></script>
-
-    </head>
-
-    <body onResize="resized();">
-
-       <div class="bui"></div>
-
-               <div id="search">
-            <input type="text" placeholder="Enter search term here">
-        </div>
-
-        <div id="menu" class="mw">
-
-            <ul>
-                <li class="logo"><a href="/drill/index.html"></a></li>
-
-                <li>
-                       <a 
href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+Wiki"; 
target="_blank">Documentation</a>
-                       <ul>
-                       <li><a href="overview.html">Overview</a></li>
-                       <li><a 
href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+in+10+Minutes";
 target="_blank">Drill in 10 minutes</a></li>
-                       <li><a 
href="https://cwiki.apache.org/confluence/display/DRILL/Connecting+to+Data+Sources#ConnectingtoDataSources-QueryingaFileSystem";
 target="_blank">Query Files</a></li>
-                        <li><a 
href="https://cwiki.apache.org/confluence/display/DRILL/Connecting+to+Data+Sources#ConnectingtoDataSources-QueryingHBaseTables";
 target="_blank">Query HBase</a></li>
-                        <li><a 
href="https://cwiki.apache.org/confluence/display/DRILL/Connecting+to+Data+Sources#ConnectingtoDataSources-QueryingHiveTables";
 target="_blank">Query Hive</a></li>
-                        <li><a 
href="https://cwiki.apache.org/confluence/display/DRILL/SQL+Overview"; 
target="_blank">SQL Support</a></li>                              <li><a 
href="architecture.html">Architecture</a></li>
-                    </ul>
-                </li>
-                <li>
-                       <a href="community.html">Community</a>
-                    <ul>
-                       <li><a href="community.html#events">Events and 
Meetups</a></li>
-                        <li><a href="community.html#mailinglists">Mailing 
Lists</a></li>
-                        <li><a href="community.html#getinvolved">Get 
Involved</a></li>
-                        <li><a 
href="https://issues.apache.org/jira/browse/DRILL/"; target="_blank">Issue 
Tracker</a></li>
-                        <li><a 
href="https://github.com/apache/incubator-drill"; target="_blank">Github</a></li>
-                       </ul>
-                </li>
-                <li><a href="faq.html">FAQ</a></li>
-
-                <li class="l"><span>&nbsp;</span></li>
-                <li class="d"><a href="download.html">Download</a></li>
-               </ul>
-
-        </div>
-
-        <div class="int_title">
-               <h1>Drill Overview</h1>
-            <p>
-                Apache Drill provides low latency ad-hoc queries to many 
different data sources, including nested data. Inspired by Google's Dremel, 
Drill is designed to scale to 10,000 servers and query petabytes of data in 
seconds.
-            </p>
-        </div>
-
-        <div class="int_text">
-
-            <h2>High Level Concept<h2>
-
-            <p>There is a strong need in the market for low-latency 
interactive analysis of large-scale datasets, including nested data (eg, JSON, 
Avro, Protocol Buffers). This need was identified by Google and addressed 
internally with a system called Dremel.</p>
-
-            <p>In recent years open source systems have emerged to address the 
need for scalable batch processing (Apache Hadoop) and stream processing 
(Storm, Apache S4). Apache Hadoop, originally inspired by Google's internal 
MapReduce system, is used by thousands of organizations processing large-scale 
datasets. Apache Hadoop is designed to achieve very high throughput, but is not 
designed to achieve the sub-second latency needed for interactive data analysis 
and exploration. Drill, inspired by Google's internal Dremel system, is 
intended to address this need.</p>
-
-            <p>It is worth noting that, as explained by Google in the original 
paper, Dremel complements MapReduce-based computing. Dremel is not intended as 
a replacement for MapReduce and is often used in conjunction with it to analyze 
outputs of MapReduce pipelines or rapidly prototype larger computations. 
Indeed, Dremel and MapReduce are both used by thousands of Google employees.</p>
-
-            <p>Like Dremel, Drill supports a nested data model with data 
encoded in a number of formats such as JSON, Avro or Protocol Buffers. In many 
organizations nested data is the standard, so supporting a nested data model 
eliminates the need to normalize the data. With that said, flat data formats, 
such as CSV files, are naturally supported as a special case of nested data.</p>
-
-        </div>
-
-        <div id="footer" class="mw">
-               <div class="wrapper">
-               Copyright © 2012 The Apache Software Foundation, licensed 
under the Apache License, Version 2.0.<br>
-Apache Incubator, Apache, and the Apache feather logo are trademarks of The 
Apache Software Foundation. Other names appearing on the site may be trademarks 
of their respective owners.<br>
-                               <br>
-                               <strong>DISCLAIMER</strong><br>
-Apache Drill is an effort undergoing incubation at The Apache Software 
Foundation sponsored by the Apache Incubator PMC. Incubation is required of all 
newly accepted projects until a further<br>
-review indicates that the infrastructure, communications, and decision making 
process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not<br>necessarily a reflection of the 
completeness or stability of the code, it does indicate that the project has 
yet to be fully endorsed by the ASF.
-                       </div>
-        </div>
-
-    </body>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  <meta http-equiv="Content-Style-Type" content="text/css">
+  <title>Apache Drill - About</title>
+  <meta name="Generator" content="Cocoa HTML Writer">
+  <meta name="CocoaVersion" content="1343.14">
+  <style type="text/css">
+    p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Times; color: #000000; 
-webkit-text-stroke: #000000; min-height: 14.0px}
+    p.p6 {margin: 0.0px 0.0px 12.0px 0.0px; font: 12.0px Times; color: 
#000000; -webkit-text-stroke: #000000}
+    p.p8 {margin: 0.0px 0.0px 18.0px 0.0px; font: 18.0px Times; color: 
#000000; -webkit-text-stroke: #000000}
+    p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Times; color: #000000; 
-webkit-text-stroke: #000000}
+    li.li2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Times; color: 
#000000}
+    li.li3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Times; color: 
#0000ee; -webkit-text-stroke: #0000ee}
+    li.li4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Times; color: 
#0000ee}
+    span.s1 {font-kerning: none}
+    span.s2 {-webkit-text-stroke: 0px #000000}
+    span.s3 {text-decoration: underline ; font-kerning: none}
+    span.s4 {text-decoration: underline ; font-kerning: none; 
-webkit-text-stroke: 0px #0000ee}
+    span.s5 {font-kerning: none; -webkit-text-stroke: 0px #000000}
+    ul.ul1 {list-style-type: disc}
+    ul.ul2 {list-style-type: circle}
+  </style>
+</head>
+<body>
+<p class="p1"><span class="s1"></span><br></p>
+<p class="p1"><span class="s1"></span><br></p>
+<ul class="ul1">
+  <li class="li2"></li>
+  <li class="li3"><span class="s2"><a 
href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+Wiki";><span
 class="s3">Documentation</span></a></span></li>
+  <ul class="ul2">
+    <li class="li3"><span class="s2"><a 
href="file:///Users/mgunturu/Documents/drill/overview.html"><span 
class="s3">Overview</span></a></span></li>
+    <li class="li3"><span class="s2"><a 
href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+in+10+Minutes";><span
 class="s3">Drill in 10 minutes</span></a></span></li>
+    <li class="li3"><span class="s2"><a 
href="https://cwiki.apache.org/confluence/display/DRILL/Connecting+to+Data+Sources#ConnectingtoDataSources-QueryingaFileSystem";><span
 class="s3">Query Files</span></a></span></li>
+    <li class="li3"><span class="s2"><a 
href="https://cwiki.apache.org/confluence/display/DRILL/Connecting+to+Data+Sources#ConnectingtoDataSources-QueryingHBaseTables";><span
 class="s3">Query HBase</span></a></span></li>
+    <li class="li3"><span class="s2"><a 
href="https://cwiki.apache.org/confluence/display/DRILL/Connecting+to+Data+Sources#ConnectingtoDataSources-QueryingHiveTables";><span
 class="s3">Query Hive</span></a></span></li>
+    <li class="li3"><span class="s2"><a 
href="https://cwiki.apache.org/confluence/display/DRILL/SQL+Overview";><span 
class="s3">SQL Support</span></a></span></li>
+    <li class="li3"><span class="s2"><a 
href="file:///Users/mgunturu/Documents/drill/architecture.html"><span 
class="s3">Architecture</span></a></span></li>
+  </ul>
+  <li class="li3"><span class="s2"><a 
href="file:///Users/mgunturu/Documents/drill/community.html"><span 
class="s3">Community</span></a></span></li>
+  <ul class="ul2">
+    <li class="li3"><span class="s2"><a 
href="file:///Users/mgunturu/Documents/drill/community.html#events"><span 
class="s3">Events and Meetups</span></a></span></li>
+    <li class="li3"><span class="s2"><a 
href="file:///Users/mgunturu/Documents/drill/community.html#mailinglists"><span 
class="s3">Mailing Lists</span></a></span></li>
+    <li class="li3"><span class="s2"><a 
href="file:///Users/mgunturu/Documents/drill/community.html#getinvolved"><span 
class="s3">Get Involved</span></a></span></li>
+    <li class="li3"><span class="s2"><a 
href="https://issues.apache.org/jira/browse/DRILL/";><span class="s3">Issue 
Tracker</span></a></span></li>
+    <li class="li3"><span class="s2"><a 
href="https://github.com/apache/incubator-drill";><span 
class="s3">Github</span></a></span></li>
+  </ul>
+  <li class="li4"><a 
href="file:///Users/mgunturu/Documents/drill/faq.html"><span 
class="s4">FAQ</span></a></li>
+  <li class="li2"><span class="s5"> </span></li>
+  <li class="li3"><span class="s2"><a 
href="file:///Users/mgunturu/Documents/drill/download.html"><span 
class="s3">Download</span></a></span></li>
+</ul>
+<h1 style="margin: 0.0px 0.0px 16.1px 0.0px; font: 24.0px Times; color: 
#000000; -webkit-text-stroke: #000000"><span class="s1"><b>Drill 
Overview</b></span></h1>
+<p class="p6"><span class="s1">Apache Drill provides low-latency ad-hoc 
queries to many different data sources, including nested data. Inspired by 
Google's Dremel, Drill is designed to scale to 10,000 servers and query 
petabytes of data in seconds.<span class="Apple-converted-space"> 
</span></span></p>
+<h2 style="margin: 0.0px 0.0px 14.9px 0.0px; font: 18.0px Times; color: 
#000000; -webkit-text-stroke: #000000"><span class="s1"><b>High Level 
Concept</b></span></h2>
+<p class="p8"><span class="s1"><b>There is a strong need in the market for 
low-latency interactive analysis of large-scale datasets, including nested data 
(eg, JSON, Avro, Protocol Buffers). This need was identified by Google and 
addressed internally with a system called Dremel.</b></span></p>
+<p class="p8"><span class="s1"><b>In recent years open source systems have 
emerged to address the need for scalable batch processing (Apache Hadoop) and 
stream processing (Storm, Apache S4). Apache Hadoop, originally inspired by 
Google's internal MapReduce system, is used by thousands of organizations 
processing large-scale datasets. Apache Hadoop is designed to achieve very high 
throughput, but is not designed to achieve the sub-second latency needed for 
interactive data analysis and exploration. Drill, inspired by Google's internal 
Dremel system, is intended to address this need.</b></span></p>
+<p class="p8"><span class="s1"><b>It is worth noting that, as explained by 
Google in the original paper, Dremel complements MapReduce-based computing. 
Dremel is not intended as a replacement for MapReduce and is often used in 
conjunction with it to analyze outputs of MapReduce pipelines or rapidly 
prototype larger computations. Indeed, Dremel and MapReduce are both used by 
thousands of Google employees.</b></span></p>
+<p class="p8"><span class="s1"><b>Like Dremel, Drill supports a nested data 
model with data encoded in a number of formats such as JSON, Avro or Protocol 
Buffers. In many organizations nested data is the standard, so supporting a 
nested data model eliminates the need to normalize the data. With that said, 
flat data formats, such as CSV files, are naturally supported as a special case 
of nested data.</b></span></p>
+<p class="p9"><span class="s1">Copyright © 2012 The Apache Software 
Foundation, licensed under the Apache License, Version 2.0.</span></p>
+<p class="p9"><span class="s1">Apache Incubator, Apache, and the Apache 
feather logo are trademarks of The Apache Software Foundation. Other names 
appearing on the site may be trademarks of their respective owners.</span></p>
+<p class="p1"><span class="s1"></span><br></p>
+<p class="p9"><span class="s1"><b>DISCLAIMER</b></span></p>
+<p class="p9"><span class="s1">Apache Drill is an effort undergoing incubation 
at The Apache Software Foundation sponsored by the Apache Incubator PMC. 
Incubation is required of all newly accepted projects until a further</span></p>
+<p class="p9"><span class="s1">review indicates that the infrastructure, 
communications, and decision making process have stabilized in a manner 
consistent with other successful ASF projects. While incubation status is 
not</span></p>
+<p class="p9"><span class="s1">necessarily a reflection of the completeness or 
stability of the code, it does indicate that the project has yet to be fully 
endorsed by the ASF.<span class="Apple-converted-space"> </span></span></p>
+</body>
 </html>


Reply via email to