Modified: websites/staging/drill/trunk/content/drill/mailing-lists.html ============================================================================== --- websites/staging/drill/trunk/content/drill/mailing-lists.html (original) +++ websites/staging/drill/trunk/content/drill/mailing-lists.html Sat Aug 9 07:33:27 2014 @@ -1 +1,166 @@ -<meta http-equiv="refresh" content="0; index.html#get_involved"> \ No newline at end of file +<!DOCTYPE html> + + +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="Content-Language" content="en" /> + + <title>Apache Drill - Mailing Lists</title> + + <link rel="stylesheet" href="/drill/css/bootstrap-2.1.0.min.css" /> + <link rel="stylesheet" href="/drill/css/drill.css" type="text/css"> + </head> + <body> + + <div class="navbar navbar-inverse navbar-static-top"> + + <div class="container-fluid"> + + <a class="nav pull-right brand" href="http://incubator.apache.org"> + <img src="http://incubator.apache.org/images/egg-logo.png" alt="apache Incubator Logo" /> + </a> + + </div> + + </div> + + <ul class="breadcrumb"> + <li> + <a href="/">Incubator</a> + <span class="divider">»</span> + </li> + <li> + <a href="/drill/">Drill</a> + </li> + + </ul> + + <div class="container-fluid"> + <div class="row-fluid"> + + <!-- SIDEBAR AREA --> + <div class="span2"> + <div class="sidebar-nav"> + <ul class="nav nav-list"> + + + <li class="nav-header">Apache Drill</li> + + + + + <li><a href="/drill/index.html">Overview</a></li> + + + + + + <li><a href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+Wiki">Wiki</a></li> + + + + + <li class="nav-header">Project</li> + + + + + <li><a href="/drill/source-repository.html">Source Code</a></li> + + + + + + <li><b>Mailing Lists</b></li> + + + + + + <li><a href="https://issues.apache.org/jira/browse/DRILL">Issue Tracking</a></li> + + + + + + <li><a href="/drill/resources.html">Resources</a></li> + + + + + + <li><a href="http://apache.org/licenses/LICENSE-2.0.html">License</a></li> + + + + </ul> + </div> <!-- /well --> + </div> <!-- /span --> + + <!-- CONTENT AREA --> + <div class="span10"> + <h1 class="title"> + Mailing Lists + + </h1> + + <!-- + Markdown-generated tables don't have the proper CSS classes, + so we use plain HTML tables. +--> + +<p>There are several mailing lists for Apache Drill. To subscribe or unsubscribe +to a list send mail to the respective administrative address given below. You +will then receive a confirmation mail with further instructions.</p> +<table class="table"> + <thead> + <tr> + <th>Name</th> + <th>Subscribe</th> + <th>Unsubscribe</th> + <th>Post</th> + <th>Archive</th> + </tr> + </thead> + <tbody> + <tr> + <td>User List</td> + <td><a href="mailto:drill-user-subscr...@incubator.apache.org">Subscribe</a></td> + <td><a href="mailto:drill-user-unsubscr...@incubator.apache.org">Unsubscribe</a></td> + <td><a href="mailto:drill-u...@incubator.apache.org">Post</a></td> + <td><a href="http://mail-archives.apache.org/mod_mbox/incubator-drill-user/">mail-archives.apache.org</a></td> + </tr> + <tr> + <td>Developer List</td> + <td><a href="mailto:drill-dev-subscr...@incubator.apache.org">Subscribe</a></td> + <td><a href="mailto:drill-dev-unsubscr...@incubator.apache.org">Unsubscribe</a></td> + <td><a href="mailto:drill-...@incubator.apache.org">Post</a></td> + <td><a href="http://mail-archives.apache.org/mod_mbox/incubator-drill-dev/">mail-archives.apache.org</a></td> + </tr> + </tbody> +</table> + </div> <!-- /span --> + + </div> <!-- /row-fluid --> + + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row span12">Copyright © 2012 + <a href="http://www.apache.org/">The Apache Software Foundation</a>, + licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. + <p><small>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.</small></p> + </div> + </div> + </footer> + + </body> +</html>
Added: websites/staging/drill/trunk/content/drill/overview.html ============================================================================== --- websites/staging/drill/trunk/content/drill/overview.html (added) +++ websites/staging/drill/trunk/content/drill/overview.html Sat Aug 9 07:33:27 2014 @@ -0,0 +1,117 @@ +<!doctype html> +<html> + + <head> + <meta charset="UTF-8"> + <title>Apache Drill - Overview</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="/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" target="_blank">FAQ</a></li> + + <li class="l"><span> </span></li> + <li class="d"><a href="download.html">Download</a></li> + </ul> + + </div> + + <div class="int_title"> + <h1>Overview</h1> + </div> + + <div class="int_text" align="center"> + + <a name="events" class="anchor"></a> + <h2>Understanding a Drill Query</h2> + + <p>Drill provides intuitive and familiar semantics to perform self-service data exploration. Here is a quick look at a Drill query. </p> + <img src="images/overview-img1.png" width="580" alt=""> + <p>All you need is to write regular ANSI SQL queries, and point to the right location of the data source. Drill takes care of the rest for you - no schema definitions or complex ETL required. </p> + <p>Here are some examples of Drill queries:</p> + + <div align="left"> + Querying a directory in File system: +<pre> +SELECT errorLevel, count(*) +FROM dfs.logs.`/AppServerLogs` +GROUP BY errorLevel; +</pre> + + + Querying an Hbase table without creating any Hive metastore entries +<pre> +SELECT cf1.month, cf1.year +FROM hbase.table1; +</pre> + + Querying nested data within an HBase table +<pre> +SELECT profile.name, profile.children +FROM ( + SELECT CONVERT_FROM(cf1.profileBlob, 'json') AS profile + FROM hbase.users +)</pre> + + </div> + + <p>Click <a href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+in+10+Minutes" target="_new">here</a> to run Drill queries all by yourself in less than 10 mins. </p> + + </div> + + <div id="footer" class="mw"> + <div class="wrapper"> + Copyright © 2012-2014 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> +</html> Propchange: websites/staging/drill/trunk/content/drill/overview.html ------------------------------------------------------------------------------ svn:executable = * Modified: websites/staging/drill/trunk/content/drill/source-repository.html ============================================================================== --- websites/staging/drill/trunk/content/drill/source-repository.html (original) +++ websites/staging/drill/trunk/content/drill/source-repository.html Sat Aug 9 07:33:27 2014 @@ -1 +1,138 @@ -<meta http-equiv="refresh" content="0; index.html#get_involved"> \ No newline at end of file +<!DOCTYPE html> + + +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="Content-Language" content="en" /> + + <title>Apache Drill - Getting the Source Code</title> + + <link rel="stylesheet" href="/drill/css/bootstrap-2.1.0.min.css" /> + <link rel="stylesheet" href="/drill/css/drill.css" type="text/css"> + </head> + <body> + + <div class="navbar navbar-inverse navbar-static-top"> + + <div class="container-fluid"> + + <a class="nav pull-right brand" href="http://incubator.apache.org"> + <img src="http://incubator.apache.org/images/egg-logo.png" alt="apache Incubator Logo" /> + </a> + + </div> + + </div> + + <ul class="breadcrumb"> + <li> + <a href="/">Incubator</a> + <span class="divider">»</span> + </li> + <li> + <a href="/drill/">Drill</a> + </li> + + </ul> + + <div class="container-fluid"> + <div class="row-fluid"> + + <!-- SIDEBAR AREA --> + <div class="span2"> + <div class="sidebar-nav"> + <ul class="nav nav-list"> + + + <li class="nav-header">Apache Drill</li> + + + + + <li><a href="/drill/index.html">Overview</a></li> + + + + + + <li><a href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+Wiki">Wiki</a></li> + + + + + <li class="nav-header">Project</li> + + + + + <li><b>Source Code</b></li> + + + + + + <li><a href="/drill/mailing-lists.html">Mailing Lists</a></li> + + + + + + <li><a href="https://issues.apache.org/jira/browse/DRILL">Issue Tracking</a></li> + + + + + + <li><a href="/drill/resources.html">Resources</a></li> + + + + + + <li><a href="http://apache.org/licenses/LICENSE-2.0.html">License</a></li> + + + + </ul> + </div> <!-- /well --> + </div> <!-- /span --> + + <!-- CONTENT AREA --> + <div class="span10"> + <h1 class="title"> + Getting the Source Code + + </h1> + + <p>Apache Drill uses <a href="http://git-scm.com/">Git</a> for version control. Run the +following command to clone the repository:</p> +<div class="codehilite"><pre><span class="n">git</span> <span class="n">clone</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">git</span><span class="o">-</span><span class="n">wip</span><span class="o">-</span><span class="n">us</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">repos</span><span class="o">/</span><span class="n">asf</span><span class="o">/</span><span class="n">incubator</span><span class="o">-</span><span class="n">drill</span><span class="p">.</span><span class="n">git</span> +</pre></div> + + +<p>There is also a <a href="https://git-wip-us.apache.org/repos/asf/incubator-drill.git">Web UI</a> to browse the repository online.</p> + </div> <!-- /span --> + + </div> <!-- /row-fluid --> + + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row span12">Copyright © 2012 + <a href="http://www.apache.org/">The Apache Software Foundation</a>, + licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. + <p><small>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.</small></p> + </div> + </div> + </footer> + + </body> +</html> Modified: websites/staging/drill/trunk/content/drill/team.html ============================================================================== --- websites/staging/drill/trunk/content/drill/team.html (original) +++ websites/staging/drill/trunk/content/drill/team.html Sat Aug 9 07:33:27 2014 @@ -1,434 +1 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <title>Apache Drill</title> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta name="description" content=""> - <meta name="author" content=""> - - <!-- Le styles --> - <link href="css/bootstrap.css" rel="stylesheet"> - <link href="css/bootstrap-responsive.css" rel="stylesheet"> - <style> - - /* GLOBAL STYLES - -------------------------------------------------- */ - /* Padding below the footer and lighter body text */ - - body { - padding-bottom: 40px; - color: #5a5a5a; - } - - - - /* CUSTOMIZE THE NAVBAR - -------------------------------------------------- */ - - /* Special class on .container surrounding .navbar, used for positioning it into place. */ - .navbar-wrapper { - position: absolute; - top: 0; - left: 0; - right: 0; - z-index: 10; - margin-top: 20px; - margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */ - } - .navbar-wrapper .navbar { - - } - - /* Remove border and change up box shadow for more contrast */ - .navbar .navbar-inner { - border: 0; - -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25); - -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25); - box-shadow: 0 2px 10px rgba(0,0,0,.25); - } - - /* Downsize the brand/project name a bit */ - .navbar .brand { - padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */ - font-size: 16px; - font-weight: bold; - text-shadow: 0 -1px 0 rgba(0,0,0,.5); - } - - /* Navbar links: increase padding for taller navbar */ - .navbar .nav > li > a { - padding: 15px 20px; - } - - .navbar .nav > li > form { - padding: 0px 20px; - margin-top: 10px; - margin-bottom: 0px; - } - - /* Offset the responsive button for proper vertical alignment */ - .navbar .btn-navbar { - margin-top: 10px; - } - - - - /* CUSTOMIZE THE CAROUSEL - -------------------------------------------------- */ - - /* Carousel base class */ - .carousel { - margin-bottom: 60px; - } - - .carousel .container { - position: relative; - z-index: 9; - } - - .carousel-control { - height: 80px; - margin-top: 0; - font-size: 120px; - text-shadow: 0 1px 1px rgba(0,0,0,.4); - background-color: transparent; - border: 0; - z-index: 10; - } - - .carousel .item { - height: 500px; - } - .carousel img { - position: absolute; - top: 0; - left: 0; - min-width: 100%; - height: 500px; - } - - .carousel-caption { - background-color: transparent; - position: static; - max-width: 550px; - padding: 0 20px; - margin-top: 200px; - } - .carousel-caption h1, - .carousel-caption .lead { - margin: 0; - line-height: 1.25; - color: #fff; - text-shadow: 0 1px 1px rgba(0,0,0,.4); - } - .carousel-caption .btn { - margin-top: 10px; - } - - - - /* MARKETING CONTENT - -------------------------------------------------- */ - - /* Center align the text within the three columns below the carousel */ - .marketing .span4 { - text-align: center; - } - .marketing h2 { - font-weight: normal; - } - .marketing .span4 p { - margin-left: 10px; - margin-right: 10px; - } - - - /* Featurettes - ------------------------- */ - - .featurette-divider { - margin: 40px 0; /* Space out the Bootstrap <hr> more */ - } - .featurette { - padding-top: 80px; /* Vertically center images part 1: add padding above and below text. */ - overflow: hidden; /* Vertically center images part 2: clear their floats. */ - } - .featurette-image { - margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */ - } - - /* Give some space on the sides of the floated elements so text doesn't run right into it. */ - .featurette-image.pull-left { - margin-right: 40px; - } - .featurette-image.pull-right { - margin-left: 40px; - } - - /* Thin out the marketing headings */ - .featurette-heading { - font-size: 50px; - font-weight: 300; - line-height: 1; - letter-spacing: -1px; - } - - - - /* RESPONSIVE CSS - -------------------------------------------------- */ - - @media (max-width: 979px) { - - .container.navbar-wrapper { - margin-bottom: 0; - width: auto; - } - .navbar-inner { - border-radius: 0; - margin: -20px 0; - } - - .carousel .item { - height: 500px; - } - .carousel img { - width: auto; - height: 500px; - } - - .featurette { - height: auto; - padding: 0; - } - .featurette-image.pull-left, - .featurette-image.pull-right { - display: block; - float: none; - max-width: 40%; - margin: 0 auto 20px; - } - } - - - @media (max-width: 767px) { - - .navbar-inner { - margin: -20px; - } - - .carousel { - margin-left: -20px; - margin-right: -20px; - } - .carousel .container { - - } - .carousel .item { - height: 300px; - } - .carousel img { - height: 300px; - } - .carousel-caption { - width: 65%; - padding: 0 70px; - margin-top: 100px; - } - .carousel-caption h1 { - font-size: 30px; - } - .carousel-caption .lead, - .carousel-caption .btn { - font-size: 18px; - } - - .marketing .span4 + .span4 { - margin-top: 40px; - } - - .featurette-heading { - font-size: 30px; - } - .featurette .lead { - font-size: 18px; - line-height: 1.5; - } - - } - - #blue_box{ -background-image: linear-gradient(left top, #17283B 31%, #0E3B6A 65%, #0E3B6A 81%); -background-image: -o-linear-gradient(left top, #17283B 31%, #0E3B6A 65%, #0E3B6A 81%); -background-image: -moz-linear-gradient(left top, #17283B 31%, #0E3B6A 65%, #0E3B6A 81%); -background-image: -webkit-linear-gradient(left top, #17283B 31%, #0E3B6A 65%, #0E3B6A 81%); -background-image: -ms-linear-gradient(left top, #17283B 31%, #0E3B6A 65%, #0E3B6A 81%); - -background-image: -webkit-gradient( - linear, - left top, - 30% 80%, - color-stop(0.31, #17283B), - color-stop(0.75, #0E3B6A), - color-stop(0.81, #0E3B6A) -); - } - </style> - - <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> - <!--[if lt IE 9]> - <script src="js/html5shiv.js"></script> - <![endif]--> - - <!-- Fav and touch icons --> - <link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png"> - <link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png"> - <link rel="shortcut icon" href="ico/favicon.png"> - </head> - - <body> - <!-- NAVBAR - ================================================== --> - <div class="navbar-wrapper"> - <!-- Wrap the .navbar in .container to center it within the absolutely positioned parent. --> - <div class="container"> - - <div class="navbar navbar-inverse"> - <div class="navbar-inner"> - <!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. --> - <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - </button> - <a rel="nofollow" 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 rel="nofollow" href="drill_overview.html">Overview</a></li> - <li><a rel="nofollow" href="team.html">Team</a></li> - <li><a rel="nofollow" href="index.html#get_involved">Get Involved</a></li> - <li><a rel="nofollow" href="index.html#resources">Resources</a></li> - <li><a rel="nofollow" href="https://issues.apache.org/jira/browse/DRILL">Issue Tracking</a></li> - <li><a rel="nofollow" href="https://github.com/apache/incubator-drill">Source</a></li> - <!--<li><a rel="nofollow" href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+Wiki">Wiki</a></li>--> - <li><a rel="nofollow" href="http://apache.org/licenses/LICENSE-2.0.html">License</a></li> - <li> - <form method="GET" action="http://search-hadoop.com/">Search - <input type="text" name="q" style="width:120px" /> - <input type="hidden" name="fc_project" value="Drill"> - <input type="submit" style="margin-left:6px; margin-bottom:8px" value="Go" /> </form> - </li> - </ul> - </div><!--/.nav-collapse --> - </div><!-- /.navbar-inner --> - </div><!-- /.navbar --> - - </div> <!-- /.container --> - </div><!-- /.navbar-wrapper --> - - <!-- Carousel - ================================================== --> - <div id="myCarousel" class="carousel slide" style="height:10px"> - - </div><!-- /.carousel --> - - - - <!-- Marketing messaging and featurettes - ================================================== --> - <!-- Wrap the rest of the page in another container to center all the content. --> - - <div class="container marketing"> - - - <!-- START THE FEATURETTES --> - - <div class="featurette"> - <div style="float:left;margin-right:80px"> - <h2 class="featurette-heading"> Mentors <span class="muted"></span></h2> - <table> -<tr> <td> </td> <td> <h3> Ted Dunning </h3> ted.dunn...@gmail.com <br> MapR Technologies </td></tr> -<tr> <td> </td> <td> <h3> Grant Ingersoll </h3> gr...@lucidimagination.com <br> Lucid Works </td></tr> -<tr> <td> </td> <td> <h3> Isabel Drost </h3> isa...@apache.org <br> Elasticsearch </td></tr> -<tr> <td> </td> <td> <h3> Sebastian Schelter </h3> s...@apache.org <br> Technische Universitaet, Berlin </td></tr> - </table> -</div> - <div style="float:left;margin-right:80px"> - <h2 class="featurette-heading"> Commiters <span class="muted"></span></h2> - <table> -<tr> <td> </td> <td> <h3> Jacques Nadeau </h3> jacq...@apache.org <br> MapR Technologies </td></tr> -<tr> <td> </td> <td> <h3> Timothy Chen </h3> tnac...@gmail.com <br> Microsoft </td></tr> -<tr> <td> </td> <td> <h3> Julian Hyde </h3> julianh...@gmail.com <br> Hortonworks </td></tr> -<tr> <td> </td> <td> <h3> Jason Frantz </h3> jasondfra...@gmail.com <br> </td></tr> -<tr> <td> </td> <td> <h3> Keys Botzum </h3> kbot...@maprtech.com <br> MapR Technologies </td></tr> -<tr> <td> </td> <td> <h3> Chris Wensel </h3> ch...@concurrentinc.com <br> Concurrent </td></tr> -<tr> <td> </td> <td> <h3> Gera Shegalov </h3> g...@shegalov.com <br> Oracle </td></tr> -<tr> <td> </td> <td> <h3> MC Srivas </h3> mcsri...@maprtech.com <br> MapR Technologies </td></tr> -<tr> <td> </td> <td> <h3> Ryan Rawson </h3> r...@ohmdata.com <br> Ohm Data </td></tr> -<tr> <td> </td> <td> <h3> Tomer Shiran </h3> tshi...@maprtech.com <br> MapR Technologies </td></tr> - </table> - </div> - <div style="float:left;margin-right:80px"> - <h2 class="featurette-heading"> Contributors <span class="muted"></span></h2> - <table> - -<tr> <td> </td> <td> <h3> Ben Becker </h3> benjamin.bec...@gmail.com <br> MapR Technologies </td></tr> -<tr> <td> </td> <td> <h3> David Alves </h3> davidral...@gmail.com <br> UT Austin </td></tr> -<tr> <td> </td> <td> <h3> Ellen Friedman </h3> b.ellen.fried...@gmail.com <br> </td></tr> -<tr> <td> </td> <td> <h3> Jason Altekruse </h3> altekruseja...@gmail.com <br> MapR Technologies </td></tr> -<tr> <td> </td> <td> <h3> Lisen Mu </h3> imm...@gmail.com <br> </td></tr> -<tr> <td> </td> <td> <h3> Michael Hausenblas </h3> michael.hausenb...@gmail.com <br> MapR Technologies </td></tr> -<tr> <td> </td> <td> <h3> Sree V </h3> sree_at_ch...@yahoo.com <br> </td></tr> - </table> -</div> - </div> - <hr class="featurette-divider"> - <!-- FOOTER --> - <footer> - <div class="container-fluid"> - <div class="row span12">Copyright © 2012 - <a href="http://www.apache.org/">The Apache Software Foundation</a>, - licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. - <p><small>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.</small></p> - </div> - </div> - </footer> - - </div><!-- /.container --> - - - - <!-- Le javascript - ================================================== --> - <!-- Placed at the end of the document so the pages load faster --> - <script src="js/jquery.js"></script> - <script src="js/bootstrap-transition.js"></script> - <script src="js/bootstrap-alert.js"></script> - <script src="js/bootstrap-modal.js"></script> - <script src="js/bootstrap-dropdown.js"></script> - <script src="js/bootstrap-scrollspy.js"></script> - <script src="js/bootstrap-tab.js"></script> - <script src="js/bootstrap-tooltip.js"></script> - <script src="js/bootstrap-popover.js"></script> - <script src="js/bootstrap-button.js"></script> - <script src="js/bootstrap-collapse.js"></script> - <script src="js/bootstrap-carousel.js"></script> - <script src="js/bootstrap-typeahead.js"></script> - <script> - !function ($) { - $(function(){ - // carousel demo - //$('#myCarousel').carousel() - }) - }(window.jQuery) - </script> - <script src="js/holder/holder.js"></script> - </body> -</html> +<meta http-equiv="refresh" content="0; index.html" > \ No newline at end of file