2012-10-24 03:39:51 -04:00
|
|
|
<!DOCTYPE HTML>
|
2012-10-24 05:09:43 -04:00
|
|
|
<!--
|
|
|
|
~ Druid - a distributed column store.
|
|
|
|
~ Copyright (C) 2012 Metamarkets Group Inc.
|
|
|
|
~
|
|
|
|
~ This program is free software; you can redistribute it and/or
|
|
|
|
~ modify it under the terms of the GNU General Public License
|
|
|
|
~ as published by the Free Software Foundation; either version 2
|
|
|
|
~ of the License, or (at your option) any later version.
|
|
|
|
~
|
|
|
|
~ This program is distributed in the hope that it will be useful,
|
|
|
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
~ GNU General Public License for more details.
|
|
|
|
~
|
|
|
|
~ You should have received a copy of the GNU General Public License
|
|
|
|
~ along with this program; if not, write to the Free Software
|
|
|
|
~ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
-->
|
|
|
|
|
2012-10-24 03:39:51 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
2013-01-16 20:31:01 -05:00
|
|
|
<title>Druid Master Console</title>
|
|
|
|
<link rel="shortcut icon" type="image/ico" href="images/favicon.ico">
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
|
|
<meta name="Description" content="Druid Master Console Page"/>
|
2012-10-24 03:39:51 -04:00
|
|
|
|
2013-01-16 20:31:01 -05:00
|
|
|
<style type="text/css">@import "css/style.css";</style>
|
2012-12-05 18:39:59 -05:00
|
|
|
|
2012-10-24 03:39:51 -04:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
2013-01-16 20:31:01 -05:00
|
|
|
<div>
|
|
|
|
<a href="view.html">View Information about the Cluster</a>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<a href="rules.html">Configure Compute Node Rules</a>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<a href="enable.html">Enable/Disable Datasources</a>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<a href="kill.html">Permanent Segment Deletion</a>
|
|
|
|
</div>
|
2012-10-24 03:39:51 -04:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|