Return-Path: Delivered-To: apmail-hadoop-chukwa-commits-archive@minotaur.apache.org Received: (qmail 58727 invoked from network); 28 Mar 2010 14:39:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Mar 2010 14:39:37 -0000 Received: (qmail 42938 invoked by uid 500); 28 Mar 2010 14:39:37 -0000 Delivered-To: apmail-hadoop-chukwa-commits-archive@hadoop.apache.org Received: (qmail 42913 invoked by uid 500); 28 Mar 2010 14:39:37 -0000 Mailing-List: contact chukwa-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@hadoop.apache.org Delivered-To: mailing list chukwa-commits@hadoop.apache.org Received: (qmail 42897 invoked by uid 99); 28 Mar 2010 14:39:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Mar 2010 14:39:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Mar 2010 14:39:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E6D2123888E7; Sun, 28 Mar 2010 14:39:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r928413 - in /hadoop/chukwa/trunk/src/docs: releasenotes.html src/documentation/content/xdocs/admin.xml Date: Sun, 28 Mar 2010 14:39:12 -0000 To: chukwa-commits@hadoop.apache.org From: asrabkin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100328143912.E6D2123888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: asrabkin Date: Sun Mar 28 14:39:12 2010 New Revision: 928413 URL: http://svn.apache.org/viewvc?rev=928413&view=rev Log: CHUKWA-458. Update release notes. Modified: hadoop/chukwa/trunk/src/docs/releasenotes.html hadoop/chukwa/trunk/src/docs/src/documentation/content/xdocs/admin.xml Modified: hadoop/chukwa/trunk/src/docs/releasenotes.html URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/src/docs/releasenotes.html?rev=928413&r1=928412&r2=928413&view=diff ============================================================================== --- hadoop/chukwa/trunk/src/docs/releasenotes.html (original) +++ hadoop/chukwa/trunk/src/docs/releasenotes.html Sun Mar 28 14:39:12 2010 @@ -15,25 +15,39 @@ See the License for the specific language governing permissions and limitations under the License. --> -Chukwa 0.3.0 Release Notes +Chukwa 0.4.0 Release Notes -

Release Notes - Hadoop Chukwa - Version 0.3

+

Release Notes - Hadoop Chukwa - Version 0.4

Overall status

-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 the administration guide and the rest of the Chukwa documentation. +

This is the second 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 the administration guide and the rest of the Chukwa documentation.

-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. +

The collection components of Chukwa -- adaptors, agents, and collectors have 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. +

The demux pipeline has been cleaned up somewhat, and is now documented. See the programming guide for a discussion of how to customize demux for your purposes.

-Chukwa has not been extensively audited for security vulnerabilities. Do not run it except in trusted environments. Never run Chukwa as root: By default, the ExecAdaptor allows arbitrary remote execution. +

HICC, the visualization component, is still "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.

-

Requirements

-Chukwa relies on Java 1.6 -The back-end processing requires Hadoop 0.18+. -Collecting Hadoop logs and metrics requires Hadoop 0.20+. +

Chukwa has not been extensively audited for security vulnerabilities. Do not run it except in trusted environments. Never run Chukwa as root: By default, the ExecAdaptor allows arbitrary remote execution.

+ +

Important changes since last release

+ +
    +
  • The collection of shell scripts in /bin has been significantly pared down. For instance, instead of bin/agent, you should now say bin/chuka agent.
  • +
  • It is now possible to disable remote connections to the Chukwa agent. This makes Chukwa more suitable for use on a customer-facing deployment
  • . +
  • Chukwa now includes an adaptor for reading data via a UDP port, the UDPAdaptor. This should facilitate integration with syslog and similar legacy tools.
  • + +
  • +There have been a number of bug fixes and code cleanups since the last release; check the changelog and JIRA for details.
  • +
+

Requirements

+
    +
  • Chukwa relies on Java 1.6
  • +
  • The back-end processing requires Hadoop 0.18+.
  • +
  • Collecting Hadoop logs and metrics requires Hadoop 0.20+.
  • +

Known Limitations

  • 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. Modified: hadoop/chukwa/trunk/src/docs/src/documentation/content/xdocs/admin.xml URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/src/docs/src/documentation/content/xdocs/admin.xml?rev=928413&r1=928412&r2=928413&view=diff ============================================================================== --- hadoop/chukwa/trunk/src/docs/src/documentation/content/xdocs/admin.xml (original) +++ hadoop/chukwa/trunk/src/docs/src/documentation/content/xdocs/admin.xml Sun Mar 28 14:39:12 2010 @@ -196,46 +196,17 @@ Another important option is chukwa This is the directory Chukwa will use for its periodic checkpoints of running adaptors. It must not be a shared directory; use a local, not NFS-mount, directory.
  • + +
  • +Setting the option chukwaAgent.control.remote will disallow remote connections +to the agent control socket. +
-