blob: f5bdfc4865f2833c1131ae8b3ff0934dc79c9fdd [file] [log] [blame]
<!--
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.
-->
<!DOCTYPE html>
<html>
<head>
<title>Timeline</title>
<link href="/hicc/css/bootstrap.min.css" media="all" rel="stylesheet">
<link href="/hicc/css/font-awesome.min.css" media="all" rel="stylesheet">
<link href="css/styles.css" media="all" rel="stylesheet">
<script src="/hicc/home/js/modernizr.min.js"></script>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
</head>
<body>
<div class="timeline animated">
<div class="timeline-row">
<div class="timeline-time">
<small>Oct 30</small>4:53 PM
</div>
<div class="timeline-icon">
<div class="bg-primary">
<i class="fa fa-pencil"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<h2>
Restart Cluster
</h2>
<p>
Cluster restarted normally.
</p>
</div>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">
<small>Oct 25</small>6:14 PM
</div>
<div class="timeline-icon">
<div class="bg-warning">
<i class="fa fa-quote-right"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<blockquote>
<p>
Hive metastore node is disk full.
</p>
<small>Hive alert check</small></blockquote>
</div>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">
<small>Oct 16</small>9:00 AM
</div>
<div class="timeline-icon">
<div class="bg-info">
<i class="fa fa-camera"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<h2>
Configure HDFS Heap Size
</h2>
<p>
Adjusted Namenode Heap to 2048MB.
</p>
</div>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">
<small>Oct 12</small>1:14 PM
</div>
<div class="timeline-icon">
<div class="bg-primary">
<i class="fa fa-video-camera"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<h2>
Add a new datanode
</h2>
<p>
Host bdvs1296.svl.ibm.com added to HDFS service.
</p>
</div>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">
<small>Oct 10</small>4:53 PM
</div>
<div class="timeline-icon">
<div class="bg-primary">
<i class="fa fa-pencil"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<h2>
Filesystem Check
</h2>
<p>
File system is running normally.
</p>
</div>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">
<small>Oct 9</small>6:14 PM
</div>
<div class="timeline-icon">
<div class="bg-warning">
<i class="fa fa-quote-right"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<blockquote>
<p>
HBase major compaction started.
</p>
<small>HBase Health Check</small></blockquote>
</div>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">
<small>Oct 6</small>9:00 AM
</div>
<div class="timeline-icon">
<div class="bg-info">
<i class="fa fa-camera"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<h2>
HBase major compaction completed in 2 hours.
</h2>
<p>
HBase Service completed
</p>
</div>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">
<small>Oct 2</small>1:14 PM
</div>
<div class="timeline-icon">
<div class="bg-primary">
<i class="fa fa-video-camera"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<h2>
Cluster deployed
</h2>
<p>
Trial Cluster started.
</p>
</div>
</div>
</div>
</div>
<script src="/hicc/js/jquery.js"></script>
<script src="/hicc/js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>