You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by as...@apache.org on 2009/10/21 00:33:28 UTC

svn commit: r827825 - in /hadoop/chukwa/branches/chukwa-0.3: CHANGES.txt NOTICE README src/docs/releasenotes.html

Author: asrabkin
Date: Tue Oct 20 22:33:28 2009
New Revision: 827825

URL: http://svn.apache.org/viewvc?rev=827825&view=rev
Log:
CHUKWA-402. Added readme and license notice file.

Added:
    hadoop/chukwa/branches/chukwa-0.3/NOTICE
    hadoop/chukwa/branches/chukwa-0.3/README
Modified:
    hadoop/chukwa/branches/chukwa-0.3/CHANGES.txt
    hadoop/chukwa/branches/chukwa-0.3/src/docs/releasenotes.html

Modified: hadoop/chukwa/branches/chukwa-0.3/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/chukwa/branches/chukwa-0.3/CHANGES.txt?rev=827825&r1=827824&r2=827825&view=diff
==============================================================================
--- hadoop/chukwa/branches/chukwa-0.3/CHANGES.txt (original)
+++ hadoop/chukwa/branches/chukwa-0.3/CHANGES.txt Tue Oct 20 22:33:28 2009
@@ -150,6 +150,8 @@
 
   BUG FIXES
 
+    CHUKWA-402. Added readme and license notice file. (asrabkin)
+
     CHUKWA-401. Fix race condition in Dir Tailing adaptor test case. (asrabkin) 
 
     CHUKWA-398. Make ConstRateAdaptor more deterministic. (asrabkin)

Added: hadoop/chukwa/branches/chukwa-0.3/NOTICE
URL: http://svn.apache.org/viewvc/hadoop/chukwa/branches/chukwa-0.3/NOTICE?rev=827825&view=auto
==============================================================================
--- hadoop/chukwa/branches/chukwa-0.3/NOTICE (added)
+++ hadoop/chukwa/branches/chukwa-0.3/NOTICE Tue Oct 20 22:33:28 2009
@@ -0,0 +1,5 @@
+Chukwa, a subproject of Apache Hadoop
+Copyright 2009 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).

Added: hadoop/chukwa/branches/chukwa-0.3/README
URL: http://svn.apache.org/viewvc/hadoop/chukwa/branches/chukwa-0.3/README?rev=827825&view=auto
==============================================================================
--- hadoop/chukwa/branches/chukwa-0.3/README (added)
+++ hadoop/chukwa/branches/chukwa-0.3/README Tue Oct 20 22:33:28 2009
@@ -0,0 +1,3 @@
+This is the first formal release of Chukwa, an Apache Hadoop subproject  dedicated to scalable log collection and processing. If you have large volumes of log data generated across a cluster, and you need to process them with MapReduce, Chukwa may be the tool for you.
+
+Installation instruction are in docs/admin.html. The release notes are in docs/releasenotes.html
\ No newline at end of file

Modified: hadoop/chukwa/branches/chukwa-0.3/src/docs/releasenotes.html
URL: http://svn.apache.org/viewvc/hadoop/chukwa/branches/chukwa-0.3/src/docs/releasenotes.html?rev=827825&r1=827824&r2=827825&view=diff
==============================================================================
--- hadoop/chukwa/branches/chukwa-0.3/src/docs/releasenotes.html (original)
+++ hadoop/chukwa/branches/chukwa-0.3/src/docs/releasenotes.html Tue Oct 20 22:33:28 2009
@@ -1,34 +1,20 @@
-<html><title>Chukwa 0.2.0 Release Notes</title>
+<html><title>Chukwa 0.3.0 Release Notes</title>
 <body>
-<h2>Release Notes - Hadoop Chukwa - Version 0.2</h2>
+<h2>Release Notes - Hadoop Chukwa - Version 0.3</h2>
 
 <h3>Overall status</h3>
 
-This is the first public release of Chukwa, a log analysis framework on top of Hadoop.  Chukwa has been tested at scale, and is reasonably robust and well behaved.
+This is the first public release of Chukwa, a log analysis framework on top of Hadoop.  Chukwa has been tested at scale and used in some production settings, and is reasonably robust and well behaved.  For instructions on setting up Chukwa, see <a href="http://hadoop.apache.org/chukwa/docs/current/admin.html">the administration guide</a> and the rest of the Chukwa documentation.
 
-Documentation is still sparse, and error reporting isn't adequately clear.  For instructions on setting up Chukwa, see <a href="http://hadoop.apache.org/chukwa/docs/current/admin.html">the administration guide</a>.
+The collection components of Chukwa -- adaptors, agents, and collectors -- are approaching general-use quality. They've been fairly aggressively tested, and can be counted on to perform properly and recover from failures.
+
+HICC, the visualization component, is "beta" quality.  It's been used succesfully at multiple sites, but it's still brittle. Work is ongoing. Documentation is still sparse, and error reporting isn't always sufficiently clear. 
 
 <h3>Requirements</h3>
 Chukwa relies on Java 1.6
 The back-end processing requires Hadoop 0.18+.
 Collecting Hadoop logs and metrics requires Hadoop 0.20+.
 
-<h3>Bug fixes</h3>
-Innumerable bugs have been fixed; see the changes file for details.
-
-<h3>Major Changes:</h3>
-
-<ul><li>
-As of Chukwa 0.2, adaptor IDs are now arbitrary strings, instead of sequentially assigned integers. These IDs can be specified by the user.  The agent control protocol has been modified slightly to accommodate this.
-</li><li>
-HICC now supports graphing the results of arbitrary SQL statements.
-</li> <li>
-Tools have been added to support bulk-loading old data.
-</li> <li>
-Support for processing Chukwa data with Pig
-</li>
-</ul>
-
 <h3>Known Limitations</h3>
 
 <ul> <li> HICC defaults to assuming data is UTC; if your machines run on local time, HICC graphs will not display properly until you change the HICC timezone. You can do this by clicking the small "gear" icon on the time selection tool.
@@ -44,12 +30,8 @@
 <li> System metrics collection may fail or be incomplete if your versions of sar and iostat do not match the ones that Chukwa expects.  (See also <a href="https://issues.apache.org/jira/browse/CHUKWA-260">CHUKWA-260)</a></li>
 </li>
 
-<li> 
-Spill files pile up for JobData in the 19700101 folder because one of the parsed line doesn't contain a timestamp. (<a href="https://issues.apache.org/jira/browse/CHUKWA-335">CHUKWA-335</a>)
-</li>
-
 <li>
-The data in some of the chukwa agent metrics monthly, quarterly, yearly, decade tables is wrong. The recordname column holds host data, and the host column holds recordname data. 
+The data in a few of the chukwa agent metrics monthly, quarterly, yearly, decade tables is wrong. The recordname column holds host data, and the host column holds recordname data. 
 (<a href="https://issues.apache.org/jira/browse/CHUKWA-337">CHUKWA-337</a>)
 </li>