Author: jacques
Date: Tue Jun 11 21:29:36 2013
New Revision: 1491973

URL: http://svn.apache.org/r1491973
Log:
CMS commit to drill by jacques

Modified:
    incubator/drill/site/trunk/content/drill/drill_overview.html

Modified: incubator/drill/site/trunk/content/drill/drill_overview.html
URL: 
http://svn.apache.org/viewvc/incubator/drill/site/trunk/content/drill/drill_overview.html?rev=1491973&r1=1491972&r2=1491973&view=diff
==============================================================================
--- incubator/drill/site/trunk/content/drill/drill_overview.html (original)
+++ incubator/drill/site/trunk/content/drill/drill_overview.html Tue Jun 11 
21:29:36 2013
@@ -298,11 +298,14 @@ background-image: -webkit-gradient(
               <span class="icon-bar"></span>
               <span class="icon-bar"></span>
             </button>
-                         <a class="brand" href="index.html">Apache Drill</a>
+            <a class="brand" href="index.html">Apache Drill</a>
             <!-- Responsive Navbar Part 2: Place all navbar contents you want 
collapsed withing .navbar-collapse.collapse. -->
             <div class="nav-collapse collapse">
               <ul class="nav">
                 <li><a href="drill_overview.html">Project Overview</a></li>
+                <li><a href="team.html">Team</a></li>
+                <li><a href="index.html#get_involved">Get Involved</a></li>
+                <li><a href="index.html#resources">Resources</a></li>
                 <li><a 
href="https://issues.apache.org/jira/browse/DRILL";>Issue Tracking</a></li>
                 <li><a 
href="https://github.com/apache/incubator-drill";>Source</a></li>
                 <li><a 
href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+Wiki";>Wiki</a></li>
@@ -335,7 +338,7 @@ background-image: -webkit-gradient(
       <div class="featurette">
         <h2 class="featurette-heading"> Drill Overview <span 
class="muted"></span></h2>
         <p class="lead">Apache Drill is an open-source software framework that 
supports data-intensive distributed applications for interactive analysis of 
large-scale datasets.
-Drill is the open source version of <a 
href="http://research.google.com/pubs/pub36632.html";>Google's Dremel</a> system 
which is available as an IaaS service called Google BigQuery.
+Drill is the open source version of <a 
href="http://research.google.com/pubs/pub36632.html"; rel="nofollow">Google's 
Dremel</a> system which is available as an IaaS service called Google BigQuery.
 One explicitly stated design goal is that Drill is able to scale to 10,000 
servers or more and to be able to process petabyes of data and trillions of 
records in seconds. Currently, Drill is incubating at Apache.</p>
 <h2 id="high-level-concept">High Level Concept</h2>
 <p class="lead">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).
@@ -353,6 +356,20 @@ With that said, flat data formats, such 
       </div>
 
       <hr class="featurette-divider">
+      <div class="row">
+      <div class="span4">
+          <a href="http://chrononsystems.com/";  rel="nofollow" 
style="width:233px;height:75px;display:block;background:url(http://chrononsystems.com/wp-content/themes/toolbox/images/logo.png)
 no-repeat center;color:#fff;"></a>
+          <p>The Apache Drill team uses Chronon for testing. The Chronon Time 
Travelling Java Debugger is designed from the ground up to allow debugging of 
complex, multi-threaded, long running applications. It allows you to jump to 
any point in time instantly and even step back.</p>
+        </div><!-- /.span4 -->
+        <div class="span4">
+          <a href="http://www.yourkit.com/home/index.jsp"; rel="nofollow" 
title="Home">
+                    <img src="http://www.yourkit.com/images/index_logo.gif"; 
alt="">
+                  </a>
+          <p>The Apache Drill team also uses the YourKit Profiling tools in 
development. With YourKit solutions, both CPU and memory profiling have come to 
the highest professional level, where one can profile even huge applications 
with maximum productivity and zero overhead.</p>
+        </div><!-- /.span4 -->
+        </div> <!-- row -->
+
+        <hr class="featurette-divider">
       <!-- FOOTER -->
     <footer>
       <div class="container-fluid">


Reply via email to