http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/news.html ---------------------------------------------------------------------- diff --git a/news.html b/news.html deleted file mode 100644 index d94cb2d..0000000 --- a/news.html +++ /dev/null @@ -1,367 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<meta charset="utf-8"> -<meta http-equiv="X-UA-Compatible" content="IE=edge"> -<meta name="viewport" content="width=device-width, initial-scale=1"> -<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous"> -<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> -<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css"> -<link href="/css/accumulo.css" rel="stylesheet" type="text/css"> - -<title>News Archive</title> - -<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> -<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> -<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script> -<script> - // show location of canonical site if not currently on the canonical site - $(function() { - var host = window.location.host; - if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') { - $('#non-canonical').show(); - } - }); - - $(function() { - // decorate section headers with anchors - return $("h2, h3, h4, h5, h6").each(function(i, el) { - var $el, icon, id; - $el = $(el); - id = $el.attr('id'); - icon = '<i class="fa fa-link"></i>'; - if (id) { - return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon)); - } - }); - }); - - // configure Google Analytics - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - - if (ga.hasOwnProperty('loaded') && ga.loaded === true) { - ga('create', 'UA-50934829-1', 'apache.org'); - ga('send', 'pageview'); - } -</script> - -</head> -<body style="padding-top: 100px"> - - <nav class="navbar navbar-default navbar-fixed-top"> - <div class="container"> - <div class="navbar-header"> - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items"> - <span class="sr-only">Toggle navigation</span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - </button> - <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"/></a> - </div> - <div class="collapse navbar-collapse" id="navbar-items"> - <ul class="nav navbar-nav"> - <li class="nav-link"><a href="/downloads">Download</a></li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="/release/accumulo-1.8.0/">1.8.0 (Latest)</a></li> - <li><a href="/release/accumulo-1.7.2/">1.7.2</a></li> - <li><a href="/release/accumulo-1.6.6/">1.6.6</a></li> - <li><a href="/release/">Archive</a></li> - </ul> - </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="/1.8/accumulo_user_manual.html">User Manual (1.8)</a></li> - <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li> - <li><a href="/1.8/examples">Examples (1.8)</a></li> - <li><a href="/features">Features</a></li> - <li><a href="/papers">Papers & Presentations</a></li> - <li><a href="/glossary">Glossary</a></li> - <li><a href="/docs-archive/">Archive</a></li> - </ul> - </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="/get_involved">Get Involved</a></li> - <li><a href="/mailing_list">Mailing Lists</a></li> - <li><a href="/people">People</a></li> - <li><a href="/projects">Related Projects</a></li> - <li><a href="/contributor/">Contributor Guide</a></li> - <li><a href="/governance/">Governance</a></li> - </ul> - </li> - </ul> - <ul class="nav navbar-nav navbar-right"> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/licenses/LICENSE-2.0">License <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li> - </ul> - </li> - </ul> - </div> - </div> -</nav> - - - <div class="container"> - <div class="row"> - <div class="col-md-12"> - - <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;"> - Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a> - </div> - <div id="content"> - - <h1 class="title">News Archive</h1> - - <div> - - - - - <hr /> - <h3>2016</h3> - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Nov 16</div> - <div class="col-md-10"><a href="/blog/2016/11/16/simpler-scripts-and-config.html">Simpler scripts and configuration coming in Accumulo 2.0.0</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Nov 02</div> - <div class="col-md-10"><a href="/blog/2016/11/02/durability-performance.html">Durability Performance Implications</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Sep 18</div> - <div class="col-md-10"><a href="/release/accumulo-1.6.6/">Apache Accumulo 1.6.6</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Sep 06</div> - <div class="col-md-10"><a href="/release/accumulo-1.8.0/">Apache Accumulo 1.8.0</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Jun 22</div> - <div class="col-md-10"><a href="/release/accumulo-1.7.2/">Apache Accumulo 1.7.2</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Feb 26</div> - <div class="col-md-10"><a href="/release/accumulo-1.7.1/">Apache Accumulo 1.7.1</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Feb 17</div> - <div class="col-md-10"><a href="/release/accumulo-1.6.5/">Apache Accumulo 1.6.5</a></div> - </div> - - - - - <hr /> - <h3>2015</h3> - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Oct 03</div> - <div class="col-md-10"><a href="/release/accumulo-1.6.4/">Apache Accumulo 1.6.4</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Sep 21</div> - <div class="col-md-10"><a href="/release/accumulo-1.5.4/">Apache Accumulo 1.5.4</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Sep 19</div> - <div class="col-md-10"><a href="/release/accumulo-1.5.2/">Apache Accumulo 1.5.2</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Jul 04</div> - <div class="col-md-10"><a href="/release/accumulo-1.6.3/">Apache Accumulo 1.6.3</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Jun 25</div> - <div class="col-md-10"><a href="/release/accumulo-1.5.3/">Apache Accumulo 1.5.3</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">May 18</div> - <div class="col-md-10"><a href="/release/accumulo-1.7.0/">Apache Accumulo 1.7.0</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Apr 06</div> - <div class="col-md-10"><a href="/blog/2015/04/06/replicating-data-across-accumulo-clusters.html">Replicating data across Accumulo clusters</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Mar 20</div> - <div class="col-md-10"><a href="/blog/2015/03/20/balancing-groups-of-tablets.html">Balancing Groups of Tablets</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Feb 16</div> - <div class="col-md-10"><a href="/release/accumulo-1.6.2/">Apache Accumulo 1.6.2</a></div> - </div> - - - - - <hr /> - <h3>2014</h3> - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Sep 25</div> - <div class="col-md-10"><a href="/release/accumulo-1.6.1/">Apache Accumulo 1.6.1</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Sep 02</div> - <div class="col-md-10"><a href="/blog/2014/09/02/generating-keystores-for-configuring-accumulo-with-ssl.html">Generating Keystores for configuring Accumulo with SSL</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Jul 09</div> - <div class="col-md-10"><a href="/blog/2014/07/09/functional-reads-over-accumulo.html">Functional reads over Accumulo</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Jun 25</div> - <div class="col-md-10"><a href="/blog/2014/06/25/scaling-accumulo-with-multivolume-support.html">Scaling Accumulo with Multi-Volume Support</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">May 27</div> - <div class="col-md-10"><a href="/blog/2014/05/27/getting-started-with-accumulo-1.6.0.html">Getting Started with Apache Accumulo 1.6.0</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">May 03</div> - <div class="col-md-10"><a href="/blog/2014/05/03/accumulo-classloader.html">The Accumulo ClassLoader</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">May 02</div> - <div class="col-md-10"><a href="/release/accumulo-1.6.0/">Apache Accumulo 1.6.0</a></div> - </div> - - - - - <div class="row" style="margin-top: 15px"> - <div class="col-md-1">Mar 06</div> - <div class="col-md-10"><a href="/release/accumulo-1.5.1/">Apache Accumulo 1.5.1</a></div> - </div> - -</div> - - </div> - - -<footer> - - <p><a href="https://www.apache.org"><img src="/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p> - - <p>Copyright © 2011-2016 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> - -</footer> - - - </div> - </div> - </div> -</body> -</html>
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/news/index.html ---------------------------------------------------------------------- diff --git a/news/index.html b/news/index.html new file mode 100644 index 0000000..f4b8344 --- /dev/null +++ b/news/index.html @@ -0,0 +1,366 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<meta charset="utf-8"> +<meta http-equiv="X-UA-Compatible" content="IE=edge"> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous"> +<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> +<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css"> +<link href="/css/accumulo.css" rel="stylesheet" type="text/css"> + +<title>News Archive</title> + +<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> +<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> +<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script> +<script> + // show location of canonical site if not currently on the canonical site + $(function() { + var host = window.location.host; + if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') { + $('#non-canonical').show(); + } + }); + + $(function() { + // decorate section headers with anchors + return $("h2, h3, h4, h5, h6").each(function(i, el) { + var $el, icon, id; + $el = $(el); + id = $el.attr('id'); + icon = '<i class="fa fa-link"></i>'; + if (id) { + return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon)); + } + }); + }); + + // configure Google Analytics + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + if (ga.hasOwnProperty('loaded') && ga.loaded === true) { + ga('create', 'UA-50934829-1', 'apache.org'); + ga('send', 'pageview'); + } +</script> + +</head> +<body style="padding-top: 100px"> + + <nav class="navbar navbar-default navbar-fixed-top"> + <div class="container"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"/></a> + </div> + <div class="collapse navbar-collapse" id="navbar-items"> + <ul class="nav navbar-nav"> + <li class="nav-link"><a href="/downloads">Download</a></li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="/release/accumulo-1.8.0/">1.8.0 (Latest)</a></li> + <li><a href="/release/accumulo-1.7.2/">1.7.2</a></li> + <li><a href="/release/accumulo-1.6.6/">1.6.6</a></li> + <li><a href="/release/">Archive</a></li> + </ul> + </li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="/1.8/accumulo_user_manual.html">User Manual (1.8)</a></li> + <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li> + <li><a href="/1.8/examples">Examples (1.8)</a></li> + <li><a href="/features">Features</a></li> + <li><a href="/glossary">Glossary</a></li> + <li><a href="/external-docs">External Docs</a></li> + <li><a href="/docs-archive/">Archive</a></li> + </ul> + </li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="/get_involved">Get Involved</a></li> + <li><a href="/mailing_list">Mailing Lists</a></li> + <li><a href="/people">People</a></li> + <li><a href="/related-projects">Related Projects</a></li> + <li><a href="/contributor/">Contributor Guide</a></li> + </ul> + </li> + </ul> + <ul class="nav navbar-nav navbar-right"> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation<span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/licenses/LICENSE-2.0">License <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li> + </ul> + </li> + </ul> + </div> + </div> +</nav> + + + <div class="container"> + <div class="row"> + <div class="col-md-12"> + + <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;"> + Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a> + </div> + <div id="content"> + + <h1 class="title">News Archive</h1> + + <div> + + + + + <hr /> + <h3>2016</h3> + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Nov 16</div> + <div class="col-md-10"><a href="/blog/2016/11/16/simpler-scripts-and-config.html">Simpler scripts and configuration coming in Accumulo 2.0.0</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Nov 02</div> + <div class="col-md-10"><a href="/blog/2016/11/02/durability-performance.html">Durability Performance Implications</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Sep 18</div> + <div class="col-md-10"><a href="/release/accumulo-1.6.6/">Apache Accumulo 1.6.6</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Sep 06</div> + <div class="col-md-10"><a href="/release/accumulo-1.8.0/">Apache Accumulo 1.8.0</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Jun 22</div> + <div class="col-md-10"><a href="/release/accumulo-1.7.2/">Apache Accumulo 1.7.2</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Feb 26</div> + <div class="col-md-10"><a href="/release/accumulo-1.7.1/">Apache Accumulo 1.7.1</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Feb 17</div> + <div class="col-md-10"><a href="/release/accumulo-1.6.5/">Apache Accumulo 1.6.5</a></div> + </div> + + + + + <hr /> + <h3>2015</h3> + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Oct 03</div> + <div class="col-md-10"><a href="/release/accumulo-1.6.4/">Apache Accumulo 1.6.4</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Sep 21</div> + <div class="col-md-10"><a href="/release/accumulo-1.5.4/">Apache Accumulo 1.5.4</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Sep 19</div> + <div class="col-md-10"><a href="/release/accumulo-1.5.2/">Apache Accumulo 1.5.2</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Jul 04</div> + <div class="col-md-10"><a href="/release/accumulo-1.6.3/">Apache Accumulo 1.6.3</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Jun 25</div> + <div class="col-md-10"><a href="/release/accumulo-1.5.3/">Apache Accumulo 1.5.3</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">May 18</div> + <div class="col-md-10"><a href="/release/accumulo-1.7.0/">Apache Accumulo 1.7.0</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Apr 06</div> + <div class="col-md-10"><a href="/blog/2015/04/06/replicating-data-across-accumulo-clusters.html">Replicating data across Accumulo clusters</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Mar 20</div> + <div class="col-md-10"><a href="/blog/2015/03/20/balancing-groups-of-tablets.html">Balancing Groups of Tablets</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Feb 16</div> + <div class="col-md-10"><a href="/release/accumulo-1.6.2/">Apache Accumulo 1.6.2</a></div> + </div> + + + + + <hr /> + <h3>2014</h3> + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Sep 25</div> + <div class="col-md-10"><a href="/release/accumulo-1.6.1/">Apache Accumulo 1.6.1</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Sep 02</div> + <div class="col-md-10"><a href="/blog/2014/09/02/generating-keystores-for-configuring-accumulo-with-ssl.html">Generating Keystores for configuring Accumulo with SSL</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Jul 09</div> + <div class="col-md-10"><a href="/blog/2014/07/09/functional-reads-over-accumulo.html">Functional reads over Accumulo</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Jun 25</div> + <div class="col-md-10"><a href="/blog/2014/06/25/scaling-accumulo-with-multivolume-support.html">Scaling Accumulo with Multi-Volume Support</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">May 27</div> + <div class="col-md-10"><a href="/blog/2014/05/27/getting-started-with-accumulo-1.6.0.html">Getting Started with Apache Accumulo 1.6.0</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">May 03</div> + <div class="col-md-10"><a href="/blog/2014/05/03/accumulo-classloader.html">The Accumulo ClassLoader</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">May 02</div> + <div class="col-md-10"><a href="/release/accumulo-1.6.0/">Apache Accumulo 1.6.0</a></div> + </div> + + + + + <div class="row" style="margin-top: 15px"> + <div class="col-md-1">Mar 06</div> + <div class="col-md-10"><a href="/release/accumulo-1.5.1/">Apache Accumulo 1.5.1</a></div> + </div> + +</div> + + </div> + + +<footer> + + <p><a href="https://www.apache.org"><img src="/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p> + + <p>Copyright © 2011-2016 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> + +</footer> + + + </div> + </div> + </div> +</body> +</html> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/papers.html ---------------------------------------------------------------------- diff --git a/papers.html b/papers.html index 00fac2b..b348821 100644 --- a/papers.html +++ b/papers.html @@ -2,9 +2,9 @@ <html lang="en-US"> <meta charset="utf-8"> <title>Redirectingâ¦</title> -<link rel="canonical" href="/papers/"> -<meta http-equiv="refresh" content="0; url=/papers/"> +<link rel="canonical" href="https://accumulo.apache.org/external-docs/"> +<meta http-equiv="refresh" content="0; url=https://accumulo.apache.org/external-docs/"> <h1>Redirectingâ¦</h1> -<a href="/papers/">Click here if you are not redirected.</a> -<script>location="/papers/"</script> +<a href="https://accumulo.apache.org/external-docs/">Click here if you are not redirected.</a> +<script>location="https://accumulo.apache.org/external-docs/"</script> </html> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/papers/index.html ---------------------------------------------------------------------- diff --git a/papers/index.html b/papers/index.html deleted file mode 100644 index b7d42a8..0000000 --- a/papers/index.html +++ /dev/null @@ -1,457 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<meta charset="utf-8"> -<meta http-equiv="X-UA-Compatible" content="IE=edge"> -<meta name="viewport" content="width=device-width, initial-scale=1"> -<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous"> -<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> -<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css"> -<link href="/css/accumulo.css" rel="stylesheet" type="text/css"> - -<title>Related Links</title> - -<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> -<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> -<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script> -<script> - // show location of canonical site if not currently on the canonical site - $(function() { - var host = window.location.host; - if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') { - $('#non-canonical').show(); - } - }); - - $(function() { - // decorate section headers with anchors - return $("h2, h3, h4, h5, h6").each(function(i, el) { - var $el, icon, id; - $el = $(el); - id = $el.attr('id'); - icon = '<i class="fa fa-link"></i>'; - if (id) { - return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon)); - } - }); - }); - - // configure Google Analytics - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - - if (ga.hasOwnProperty('loaded') && ga.loaded === true) { - ga('create', 'UA-50934829-1', 'apache.org'); - ga('send', 'pageview'); - } -</script> - -</head> -<body style="padding-top: 100px"> - - <nav class="navbar navbar-default navbar-fixed-top"> - <div class="container"> - <div class="navbar-header"> - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items"> - <span class="sr-only">Toggle navigation</span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - </button> - <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"/></a> - </div> - <div class="collapse navbar-collapse" id="navbar-items"> - <ul class="nav navbar-nav"> - <li class="nav-link"><a href="/downloads">Download</a></li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="/release/accumulo-1.8.0/">1.8.0 (Latest)</a></li> - <li><a href="/release/accumulo-1.7.2/">1.7.2</a></li> - <li><a href="/release/accumulo-1.6.6/">1.6.6</a></li> - <li><a href="/release/">Archive</a></li> - </ul> - </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="/1.8/accumulo_user_manual.html">User Manual (1.8)</a></li> - <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li> - <li><a href="/1.8/examples">Examples (1.8)</a></li> - <li><a href="/features">Features</a></li> - <li><a href="/papers">Papers & Presentations</a></li> - <li><a href="/glossary">Glossary</a></li> - <li><a href="/docs-archive/">Archive</a></li> - </ul> - </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="/get_involved">Get Involved</a></li> - <li><a href="/mailing_list">Mailing Lists</a></li> - <li><a href="/people">People</a></li> - <li><a href="/projects">Related Projects</a></li> - <li><a href="/contributor/">Contributor Guide</a></li> - <li><a href="/governance/">Governance</a></li> - </ul> - </li> - </ul> - <ul class="nav navbar-nav navbar-right"> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/licenses/LICENSE-2.0">License <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li> - </ul> - </li> - </ul> - </div> - </div> -</nav> - - - <div class="container"> - <div class="row"> - <div class="col-md-12"> - - <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;"> - Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a> - </div> - <div id="content"> - - <h1 class="title">Related Links</h1> - - <h2 id="papers-and-presentations">Papers and Presentations</h2> - -<table id="citationtable" class="table table-bordered table-striped" style="width:100%;"> - <thead> - <tr> - <th>Title</th> - <th>Links</th> - <th>Category</th> - <th>Venue</th> - <th>Peer-Reviewed</th> - <th>Awards</th> - </tr> - </thead> - <tbody> - <tr> - <td>Prout, Andrew, et al. âEnabling On-Demand Database Computing with MIT SuperCloud Database Management System.â IEEE HPEC 2015.</td> - <td><a href="https://arxiv.org/abs/1506.08506">paper</a></td> - <td>Architecture</td> - <td>IEEE HPEC 2015</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>Hubbell, Matthew, et al. âBig Data Strategies for Data Center Infrastructure Management Using a 3D Gaming Platform.â IEEE HPEC 2015.</td> - <td><a href="https://arxiv.org/abs/1506.08505">paper</a></td> - <td>Use Cases</td> - <td>IEEE HPEC 2015</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>Gadepally, Vijay, et al. âComputing on Masked Data to improve the Security of Big Data.â IEEE HST 2015.</td> - <td><a href="https://arxiv.org/abs/1504.01287">paper</a></td> - <td>Use Cases</td> - <td>IEEE HST 2015</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>Kepner, Jeremy, et al. âAssociative Arrays: Unified Mathematics for Spreadsheets, Databases, Matrices, and Graphs.â New England Database Summit 2015.</td> - <td><a href="https://arxiv.org/abs/1501.05709">paper</a></td> - <td>Use Cases</td> - <td>New England Database Summit 2015</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>Achieving 100,000,000 database inserts per second using Accumulo and D4M - Kepner et al IEEE HPEC 2014</td> - <td><a href="https://arxiv.org/abs/1406.4923">paper</a></td> - <td>Performance</td> - <td>IEEE HPEC 2014</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>Evaluating Accumulo Performance for a Scalable Cyber Data Processing Pipeline - Sawyer et al IEEE HPEC 2014</td> - <td><a href="https://arxiv.org/abs/1407.5661">paper</a></td> - <td>Performance</td> - <td>IEEE HPEC 2014</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>Understanding Query Performance in Accumulo - Sawyer et al IEEE HPEC 2013</td> - <td><a href="http://ieee-hpec.org/2013/index_htm_files/28-2868615.pdf">paper</a></td> - <td>Performance</td> - <td>IEEE HPEC 2013</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>Benchmarking Apache Accumulo BigData Distributed Table Store Using Its Continuous Test Suite - Sen et al 2013 IEEE International Congress on Big Data.</td> - <td><a href="https://sqrrl.com/media/Accumulo-Benchmark-10312013-1.pdf">paper</a></td> - <td>Performance</td> - <td>IEEE International Congress on Big Data 2013</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>Benchmarking the Apache Accumulo Distributed Key-Value Store - Sen et al 2014 Updated version of the IEEE paper, including edits for clarity and additional results from benchmarking on Amazon EC2.</td> - <td><a href="accumulo-benchmarking-2.1.pdf">paper</a></td> - <td>Performance</td> - <td>Online</td> - <td>No</td> - <td> </td> - </tr> - <tr> - <td>Computing on Masked Data: a High Performance Method for Improving Big Data Veracity - Kepner et al IEEE HPEC 2014</td> - <td><a href="https://arxiv.org/abs/1406.5751">paper</a></td> - <td>Security</td> - <td>IEEE HPEC 2014</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>D4M 2.0 Schema: A General Purpose High Performance Schema for the Accumulo Database - Kepner et al IEEE HPEC 2013</td> - <td><a href="http://ieee-hpec.org/2013/index_htm_files/11-Kepner-D4Mschema-IEEE-HPEC.pdf">paper</a> <a href="http://ieee-hpec.org/2013/index_htm_files/11_130716-D4Mschema.pdf">slides</a></td> - <td>Architecture</td> - <td>IEEE HPEC 2013</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>Genetic Sequence Matching Using D4M Big Data Approaches - Dodson et al IEEE HPEC 2014</td> - <td> </td> - <td>Use Cases</td> - <td>IEEE HPEC 2014</td> - <td>Yes</td> - <td>Best Paper Finalist</td> - </tr> - <tr> - <td>Big Data Dimensional Analysis - Gadepally et al IEEE HPEC 2014</td> - <td> </td> - <td>Use Cases</td> - <td>IEEE HPEC 2014</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>LLSuperCloud: Sharing HPC systems for diverse rapid prototyping - Reuther et al IEEE HPEC 2013</td> - <td><a href="http://ieee-hpec.org/2013/index_htm_files/26-HPEC13_LLSuperCloud_Reuther_final.pdf">paper</a> <a href="http://ieee-hpec.org/2013/index_htm_files/HPEC+2013+Reuther+SuperCloud+final.pdf">slides</a></td> - <td>Architecture</td> - <td>IEEE HPEC 2013</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>Spatio-temporal indexing in non-relational distributed databases - Fox et al 2013 IEEE International Congress on Big Data</td> - <td><a href="http://geomesa.github.io/assets/outreach/SpatioTemporalIndexing_IEEEcopyright.pdf">paper</a></td> - <td>Use Cases</td> - <td>IEEE International Congress on Big Data 2013</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>Typograph: Multiscale spatial exploration of text documents - Endert, Alex, et al 2013 IEEE International Congress on Big Data</td> - <td><a href="https://people.cs.vt.edu/aendert/Alex_Endert/Research_files/Typograph.pdf">paper</a></td> - <td>Use Cases</td> - <td>IEEE International Congress on Big Data 2013</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>UxV Data to the Cloud via Widgets - Charles et al 18th International Command & Control Research & Technology Symposium 2013</td> - <td><a href="http://www.dodccrp.org/events/18th_iccrts_2013/post_conference/papers/051.pdf">paper</a></td> - <td>Use Cases</td> - <td>Command & Control Research & Technology Symposium 2013</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>Driving Big Data With Big Compute - Byun et al IEEE HPEC 2012</td> - <td><a href="http://www.mit.edu/~kepner/pubs/ByunKepner_2012_BigData_Paper.pdf">paper</a> <a href="http://ieee-hpec.org/2012/index_htm_files/42_ID18.pptx">slides</a></td> - <td>Architecture</td> - <td>IEEE HPEC 2012</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>Large Scale Network Situational Awareness Via 3D Gaming Technology - Hubbell et al IEEE HPEC 2012</td> - <td><a href="http://ieee-hpec.org/2012/index_htm_files/HPEC12_Hubbell.pdf">paper</a> <a href="http://ieee-hpec.org/2012/index_htm_files/31_ID20.pptx">slides</a></td> - <td>Use Cases</td> - <td>IEEE HPEC 2012</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>Rya: a scalable RDF triple store for the clouds - Punnoose et al 1st International Workshop on Cloud Intelligence, ACM, 2012</td> - <td><a href="https://sqrrl.com/media/Rya_CloudI20121.pdf">paper</a></td> - <td>Architecture</td> - <td>ACM International Workshop on Cloud Intelligence 2012</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>Dynamic distributed dimensional data model (D4M) database and computation system - Kepner et al ICASSP 2012</td> - <td><a href="http://www.mit.edu/~kepner/pubs/Kepner_2012_D4M_Paper.pdf">paper</a> <a href="http://www.mit.edu/~kepner/pubs/Kepner_2012_D4M_Slides.pdf">slides</a></td> - <td>Architecture</td> - <td>ICASSP 2012</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>An NSA Big Graph experiment (Technical Report NSA-RD-2013-056002v1)</td> - <td><a href="http://www.pdl.cmu.edu/SDI/2013/slides/big_graph_nsa_rd_2013_56002v1.pdf">slides</a></td> - <td>Performance</td> - <td>Technical Report</td> - <td>No</td> - <td> </td> - </tr> - <tr> - <td>Patil, Swapnil, et al. âYCSB++: benchmarking and performance debugging advanced features in scalable table stores.â Proceedings of the 2nd ACM Symposium on Cloud Computing. ACM, 2011.</td> - <td><a href="http://www.pdl.cmu.edu/PDL-FTP/Storage/socc2011.pdf">paper</a> <a href="http://www.cercs.gatech.edu/opencirrus/OCsummit11/presentations/patil.pdf">slides</a></td> - <td>Performance</td> - <td>ACM Symposium on Cloud Computing 2011</td> - <td>Yes</td> - <td> </td> - </tr> - <tr> - <td>Turner, Keith âApache Accumulo 1.4 & 1.5 Features.â February, 2012</td> - <td><a href="https://home.apache.org/~kturner/accumulo14_15.pdf">slides</a></td> - <td>Architecture</td> - <td>Meetup</td> - <td>No</td> - <td> </td> - </tr> - <tr> - <td>Fuchs, Adam âAccumulo: Extensions to Googleâs Bigtable Design.â March, 2012</td> - <td><a href="https://home.apache.org/~afuchs/slides/morgan_state_talk.pdf">slides</a></td> - <td>Architecture</td> - <td>Meetup</td> - <td>No</td> - <td> </td> - </tr> - <tr> - <td>Miner, Donald âAn Introduction to Apache Accumulo - how it works, why it exists, and how it is used.â August, 2014</td> - <td><a href="https://www.slideshare.net/DonaldMiner/an-introduction-to-accumulo">slides</a></td> - <td>Architecture</td> - <td>Online</td> - <td>No</td> - <td> </td> - </tr> - </tbody> -</table> - -<script type="text/javascript"> -$(function() { -$("#citationtable").dataTable(); -}); -</script> - -<h2 id="conferences-and-meetups">Conferences and Meetups</h2> -<ul> - <li>Accumulo Summit: - <ul> - <li><a href="http://accumulosummit.com">Summit Website</a></li> - <li><a href="https://www.slideshare.net/AccumuloSummit">2014 Accumulo Summit Slides</a></li> - </ul> - </li> - <li>IEEE HPEC - <ul> - <li><a href="http://ieee-hpec.org/">Conference Website</a></li> - </ul> - </li> - <li>Strata + Hadoop World Meetup 24 Oct 2012 - <ul> - <li><a href="https://aws.amazon.com/amis/accumulo-standalone-20121019">Accumulo standalone AMI</a></li> - <li><a href="https://www.slideshare.net/jasontrost/accumulo-at-endgame">Large-scale web analytics with Accumulo (and Nutch/Gora, Pig, and Storm)</a></li> - <li><a href="https://www.slideshare.net/hortonworks/compaction-and-splitting-in-apache-accumulo">Compaction and Splitting in Accumulo</a></li> - </ul> - </li> -</ul> - -<h2 id="blog-posts-and-writeups">Blog Posts and Writeups</h2> -<ul> - <li><a href="http://affy.blogspot.com/search?q=accumulo&by-date=true">Codebits Blogs</a> - <ul> - <li><a href="http://affy.blogspot.com/2012/04/implement-word-count-in-accumulo.html">Implement Word Count in Accumulo</a></li> - <li><a href="http://affy.blogspot.com/2012/04/using-accumulo-to-calculate-seven-day.html">Using Accumulo To Calculate Seven Day Rolling Average</a></li> - </ul> - </li> - <li><a href="http://www.covert.io/">covert.io blogs</a> - <ul> - <li><a href="http://www.covert.io/post/18414889381/accumulo-nutch-and-gora">Accumulo, Nutch, and Gora</a></li> - <li><a href="http://www.covert.io/post/18605091231/accumulo-and-pig">Accumulo and Pig</a></li> - </ul> - </li> - <li><a href="https://www.mapr.com/blog/accumulo-on-mapr">Accumulo on MapR</a> <a href="http://blog.stavi.sh/instructions-for-running-accumulo-on-mapr-m5">More Accumulo on MapR</a></li> - <li><a href="https://gist.github.com/1535657">Accumulo on Ubuntu VirtualBox</a></li> - <li><a href="http://www.accumulodata.com/ec2.html">Accumulo on EC2</a></li> -</ul> - -<h2 id="books">Books</h2> -<ul> - <li><a href="https://www.packtpub.com/apache-accumulo-for-developers/book">Apache Accumulo for Developers (Packt Publishing)</a></li> - <li><a href="https://shop.oreilly.com/product/0636920032304.do">Accumulo: Application Development, Table Design, and Best Practices (OâReilly Media)</a></li> -</ul> - -<h2 id="meetup-groups">Meetup Groups</h2> -<ul> - <li><a href="https://www.meetup.com/Accumulo-Users-DC/">Accumulo Users Group - DC VA MD</a></li> - <li><a href="https://www.meetup.com/find/?keywords=accumulo">Search for more</a></li> -</ul> - -<h2 id="reference">Reference</h2> -<ul> - <li><a href="https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.44.2782&rep=rep1&type=pdf">Log-Structured Merge Tree</a></li> - <li><a href="https://research.google.com/archive/bigtable.html">BigTable</a></li> - <li><a href="https://research.google.com/archive/gfs.html">GFS</a></li> - <li><a href="https://research.google.com/archive/chubby.html">Chubby</a></li> - <li><a href="https://research.google.com/pubs/pub36356.html">Dapper</a></li> - <li><a href="https://en.wikipedia.org/wiki/Bloom_filter">Bloom Filter</a></li> -</ul> - - - </div> - - -<footer> - - <p><a href="https://www.apache.org"><img src="/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p> - - <p>Copyright © 2011-2016 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> - -</footer> - - - </div> - </div> - </div> -</body> -</html> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/fd45f7a2/people.html ---------------------------------------------------------------------- diff --git a/people.html b/people.html deleted file mode 100644 index aa0fac4..0000000 --- a/people.html +++ /dev/null @@ -1,851 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<meta charset="utf-8"> -<meta http-equiv="X-UA-Compatible" content="IE=edge"> -<meta name="viewport" content="width=device-width, initial-scale=1"> -<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous"> -<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> -<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css"> -<link href="/css/accumulo.css" rel="stylesheet" type="text/css"> - -<title>People</title> - -<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> -<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> -<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script> -<script> - // show location of canonical site if not currently on the canonical site - $(function() { - var host = window.location.host; - if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') { - $('#non-canonical').show(); - } - }); - - $(function() { - // decorate section headers with anchors - return $("h2, h3, h4, h5, h6").each(function(i, el) { - var $el, icon, id; - $el = $(el); - id = $el.attr('id'); - icon = '<i class="fa fa-link"></i>'; - if (id) { - return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon)); - } - }); - }); - - // configure Google Analytics - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - - if (ga.hasOwnProperty('loaded') && ga.loaded === true) { - ga('create', 'UA-50934829-1', 'apache.org'); - ga('send', 'pageview'); - } -</script> - -</head> -<body style="padding-top: 100px"> - - <nav class="navbar navbar-default navbar-fixed-top"> - <div class="container"> - <div class="navbar-header"> - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items"> - <span class="sr-only">Toggle navigation</span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - </button> - <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"/></a> - </div> - <div class="collapse navbar-collapse" id="navbar-items"> - <ul class="nav navbar-nav"> - <li class="nav-link"><a href="/downloads">Download</a></li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="/release/accumulo-1.8.0/">1.8.0 (Latest)</a></li> - <li><a href="/release/accumulo-1.7.2/">1.7.2</a></li> - <li><a href="/release/accumulo-1.6.6/">1.6.6</a></li> - <li><a href="/release/">Archive</a></li> - </ul> - </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="/1.8/accumulo_user_manual.html">User Manual (1.8)</a></li> - <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li> - <li><a href="/1.8/examples">Examples (1.8)</a></li> - <li><a href="/features">Features</a></li> - <li><a href="/papers">Papers & Presentations</a></li> - <li><a href="/glossary">Glossary</a></li> - <li><a href="/docs-archive/">Archive</a></li> - </ul> - </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="/get_involved">Get Involved</a></li> - <li><a href="/mailing_list">Mailing Lists</a></li> - <li><a href="/people">People</a></li> - <li><a href="/projects">Related Projects</a></li> - <li><a href="/contributor/">Contributor Guide</a></li> - <li><a href="/governance/">Governance</a></li> - </ul> - </li> - </ul> - <ul class="nav navbar-nav navbar-right"> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/licenses/LICENSE-2.0">License <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li> - </ul> - </li> - </ul> - </div> - </div> -</nav> - - - <div class="container"> - <div class="row"> - <div class="col-md-12"> - - <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;"> - Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a> - </div> - <div id="content"> - - <h2 id="pmc-and-committers">PMC and Committers</h2> - -<table class="table table-striped"> - <thead> - <tr> - <th>username</th> - <th>name</th> - <th>organization</th> - <th>timezone</th> - </tr> - </thead> - <tbody> - <tr> - <td>acordova</td> - <td>Aaron Cordova</td> - <td><a href="http://www.koverse.com">Koverse</a></td> - <td> </td> - </tr> - <tr> - <td>afuchs</td> - <td>Adam Fuchs</td> - <td><a href="http://sqrrl.com">sqrrl</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>bhavanki</td> - <td>Bill Havanki</td> - <td><a href="http://www.cloudera.com">Cloudera</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>billie</td> - <td>Billie Rinaldi</td> - <td><a href="http://hortonworks.com">Hortonworks</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>bimargulies</td> - <td>Benson Margulies</td> - <td><a href="http://www.basistech.com">Basis Technology Corp.</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>brianloss</td> - <td>Brian Loss</td> - <td><a href="http://www.praxiseng.com">Praxis Engineering</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>busbey</td> - <td>Sean Busbey</td> - <td><a href="http://www.cloudera.com">Cloudera</a></td> - <td><a href="http://www.timeanddate.com/time/zones/ct">CT</a></td> - </tr> - <tr> - <td>cawaring</td> - <td>Chris Waring</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td>cjnolet</td> - <td>Corey J. Nolet</td> - <td><a href="http://www.tetraconcepts.com">Tetra Concepts LLC</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>ctubbsii</td> - <td>Christopher Tubbs</td> - <td><a href="http://www.nsa.gov">NSA</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>dhutchis</td> - <td>Dylan Hutchison</td> - <td><a href="http://www.uw.edu">University of Washington</a></td> - <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td> - </tr> - <tr> - <td>dlmarion</td> - <td>Dave Marion</td> - <td><a href="http://www.objectivesolutions.com">Objective Solutions, Inc.</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>drew</td> - <td>Drew Farris</td> - <td><a href="http://www.boozallen.com">Booz Allen Hamilton</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>ecn</td> - <td>Eric Newton</td> - <td><a href="http://swcomplete.com">SW Complete Inc.</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>elserj</td> - <td>Josh Elser</td> - <td><a href="http://hortonworks.com">Hortonworks</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>etcoleman</td> - <td>Ed Coleman</td> - <td> </td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>jtrost</td> - <td>Jason Trost</td> - <td><a href="http://www.endgame.com">Endgame</a></td> - <td> </td> - </tr> - <tr> - <td>kturner</td> - <td>Keith Turner</td> - <td><a href="http://www.ptech-llc.com">Peterson Technologies</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>mdrob</td> - <td>Mike Drob</td> - <td><a href="http://www.cloudera.com">Cloudera</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>medined</td> - <td>David Medinets</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td>mjwall</td> - <td>Michael Wall</td> - <td><a href="http://www.objectivesolutions.com">Objective Solutions, Inc.</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>mmiller</td> - <td>Michael Miller</td> - <td><a href="http://www.centroid-llc.com/">Centroid, LLC</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>mwalch</td> - <td>Mike Walch</td> - <td><a href="http://www.ptech-llc.com">Peterson Technologies</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>phrocker</td> - <td>Marc Parisi</td> - <td><a href="http://www.wavestrike.com/">WaveStrike LLC</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>rweeks</td> - <td>Russ Weeks</td> - <td><a href="http://www.phemi.com">PHEMI</a></td> - <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td> - </tr> - <tr> - <td>shickey</td> - <td>Sean Hickey</td> - <td> </td> - <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td> - </tr> - <tr> - <td>ujustgotbilld</td> - <td>William Slacum</td> - <td><a href="http://minerkasch.com">Miner & Kasch</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>vikrams</td> - <td>Vikram Srivastava</td> - <td><a href="http://www.cloudera.com">Cloudera</a></td> - <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td> - </tr> - <tr> - <td>vines</td> - <td>John Vines</td> - <td><a href="http://sqrrl.com">sqrrl</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - </tbody> -</table> - -<h2 id="contributors">Contributors</h2> - -<table class="table table-striped"> - <thead> - <tr> - <th>username</th> - <th>name</th> - <th>organization</th> - <th>timezone</th> - </tr> - </thead> - <tbody> - <tr> - <td> </td> - <td>Aaron Glahe</td> - <td><a href="http://www.data-tactics.com">Data Tactics</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Adam J Shook</td> - <td><a href="https://datacatessen.com/">Datacatessen</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Al Krinker</td> - <td> </td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Alex Moundalexis</td> - <td><a href="http://www.cloudera.com">Cloudera</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Andrew George Wells</td> - <td><a href="http://clearedgeit.com">ClearEdgeIT</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Arshak Navruzyan</td> - <td><a href="http://www.argyledata.com">Argyle Data</a></td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Ben Manes</td> - <td> </td> - <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td> - </tr> - <tr> - <td> </td> - <td>Bob Thorman</td> - <td><a href="http://www.att.com">AT&T</a></td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Chris Bennight</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Chris McCubbin</td> - <td><a href="http://sqrrl.com">sqrrl</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Christian Rohling</td> - <td><a href="http://www.endgame.com">Endgame</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Damon Brown</td> - <td><a href="http://www.tetraconcepts.com">Tetra Concepts LLC</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Dave Wang</td> - <td><a href="http://www.cloudera.com">Cloudera</a></td> - <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td> - </tr> - <tr> - <td> </td> - <td>David M. Lyle</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>David Protzman</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Dennis Patrone</td> - <td><a href="http://www.jhuapl.edu">The Johns Hopkins University Applied Physics Laboratory</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>dimaspivak</td> - <td>Dima Spivak</td> - <td><a href="http://www.cloudera.com">Cloudera</a></td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Ed Kohlwey</td> - <td><a href="http://www.boozallen.com">Booz Allen Hamilton</a></td> - <td> </td> - </tr> - <tr> - <td>edwardyoon</td> - <td>Edward Yoon</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Eugene Cheipesh</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Gary Singh</td> - <td><a href="http://www.sabre-eng.com">Sabre Engineering</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Hayden Marchant</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Hung Pham</td> - <td><a href="http://www.cloudera.com">Cloudera</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Ivan Bella</td> - <td><a href="http://www.objectivesolutions.com">Objective Solutions, Inc.</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Jacob Meisler</td> - <td><a href="http://www.boozallen.com">Booz Allen Hamilton</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>James Fiori</td> - <td><a href="http://flywheeldata.com">Flywheel Data</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>jaredwinick</td> - <td>Jared Winick</td> - <td><a href="http://www.koverse.com">Koverse</a></td> - <td><a href="http://www.timeanddate.com/time/zones/mt">MT</a></td> - </tr> - <tr> - <td> </td> - <td>Jason Then</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Jay Shipper</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td>jfield</td> - <td>Jeff Field</td> - <td><a href="http://www.cloudera.com">Cloudera</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Jeffrey S. Schwartz</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Jenna Huston</td> - <td> </td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Jerry He</td> - <td><a href="http://www.ibm.com">IBM</a></td> - <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td> - </tr> - <tr> - <td> </td> - <td>Jesse Yates</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Jessica Seastrom</td> - <td><a href="http://www.cloudera.com">Cloudera</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Jim Klucar</td> - <td><a href="http://www.splyt.com">Splyt</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Joe Skora</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>John McNamee</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>John Stoneham</td> - <td> </td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td>jmhsieh</td> - <td>Jonathan M. Hsieh</td> - <td><a href="http://www.cloudera.com">Cloudera</a></td> - <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td> - </tr> - <tr> - <td> </td> - <td>Jonathan Park</td> - <td><a href="http://sqrrl.com">sqrrl</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Kevin Faro</td> - <td><a href="http://www.tetraconcepts.com">Tetra Concepts LLC</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Laura Peaslee</td> - <td><a href="http://www.objectivesolutions.com">Objective Solutions, Inc.</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Luis Tavarez</td> - <td> </td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Luke Brassard</td> - <td><a href="http://sqrrl.com">sqrrl</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Mario Pastorelli</td> - <td><a href="http://www.teralytics.net/">Teralytics AG</a></td> - <td><a href="http://www.timeanddate.com/time/zones/cest">CEST</a></td> - </tr> - <tr> - <td> </td> - <td>Matt Dailey</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Matthew Kirkley</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Max Jordan</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Michael Allen</td> - <td><a href="http://sqrrl.com">sqrrl</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Michael Berman</td> - <td><a href="http://sqrrl.com">sqrrl</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Miguel Pereira</td> - <td><a href="http://sra.com">SRA International, Inc</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Mike Fagan</td> - <td><a href="http://www.arcus-research.com">Arcus Research</a></td> - <td><a href="http://www.timeanddate.com/time/zones/mt">MT</a></td> - </tr> - <tr> - <td> </td> - <td>Morgan Haskel</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Nguessan Kouame</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Oren Falkowitz</td> - <td><a href="http://sqrrl.com">sqrrl</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Phil Eberhardt</td> - <td><a href="http://sqrrl.com">sqrrl</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Philip Young</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Pushpinder Heer</td> - <td><a href="http://www.atsid.com">Applied Technical Systems</a></td> - <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td> - </tr> - <tr> - <td> </td> - <td>Ravi Mutyala</td> - <td><a href="http://hortonworks.com">Hortonworks</a></td> - <td><a href="http://www.timeanddate.com/time/zones/ct">CT</a></td> - </tr> - <tr> - <td> </td> - <td>Ryan Fishel</td> - <td><a href="http://www.cloudera.com">Cloudera</a></td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Ryan Leary</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Sapah Shah</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Scott Kuehn</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Shawn Walker</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td>stevel</td> - <td>Steve Loughran</td> - <td><a href="http://hortonworks.com">Hortonworks</a></td> - <td><a href="http://www.timeanddate.com/time/zones/gmt">GMT</a>/<a href="http://www.timeanddate.com/time/zones/bst">BST</a></td> - </tr> - <tr> - <td>supun</td> - <td>Supun Kamburugamuva</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Takahiko Saito</td> - <td><a href="http://hortonworks.com">Hortonworks</a></td> - <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td> - </tr> - <tr> - <td> </td> - <td>Ted Malaska</td> - <td><a href="http://www.cloudera.com">Cloudera</a></td> - <td> </td> - </tr> - <tr> - <td>tedyu</td> - <td>Ted Yu</td> - <td><a href="http://hortonworks.com">Hortonworks</a></td> - <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td> - </tr> - <tr> - <td> </td> - <td>Tim Halloran</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Tim Reardon</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Travis Pinney</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Trent Nadeau</td> - <td><a href="http://www.anthemengineering.com">Anthem Engineering LLC</a></td> - <td><a href="http://www.timeanddate.com/time/zones/et">ET</a></td> - </tr> - <tr> - <td> </td> - <td>Tristen Georgiou</td> - <td><a href="http://www.phemi.com">PHEMI</a></td> - <td><a href="http://www.timeanddate.com/time/zones/pt">PT</a></td> - </tr> - <tr> - <td> </td> - <td>Vicky Kak</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Vincent Russell</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Volth</td> - <td> </td> - <td> </td> - </tr> - <tr> - <td> </td> - <td>Wil Selwood</td> - <td><a href="https://sa.catapult.org.uk">Satellite Applications Catapult</a></td> - <td><a href="http://www.timeanddate.com/time/zones/gmt">GMT</a>/<a href="http://www.timeanddate.com/time/zones/bst">BST</a></td> - </tr> - </tbody> -</table> - -<h2 id="organizations">Organizations</h2> - -<p>First off, thanks to our parent organization, the <a href="https://www.apache.org">Apache Software Foundation</a> and <a href="https://www.apache.org/foundation/sponsorship">all who sponsor</a> them.</p> - -<p>Additionally, we would like to thank the following organizations for resources that they provide:</p> - -<ul> - <li>ej-technologies for allowing us to use their <a href="https://www.ej-technologies.com/products/jprofiler/overview.html">Java profiler</a></li> - <li>YourKit for allowing us use of their <a href="https://www.yourkit.com/java/profiler/features/">Java Profiler</a></li> - <li>Coverity for running <a href="https://scan.coverity.com/projects/accumulo">static analysis</a></li> -</ul> - - - </div> - - -<footer> - - <p><a href="https://www.apache.org"><img src="/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p> - - <p>Copyright © 2011-2016 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> - -</footer> - - - </div> - </div> - </div> -</body> -</html>