You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2010/06/19 23:48:23 UTC

svn commit: r956301 - /hadoop/chukwa/trunk/CHANGES.txt

Author: eyang
Date: Sat Jun 19 21:48:23 2010
New Revision: 956301

URL: http://svn.apache.org/viewvc?rev=956301&view=rev
Log:
Updated Change log for CHUKWA-489 and CHUKWA-490.

Modified:
    hadoop/chukwa/trunk/CHANGES.txt

Modified: hadoop/chukwa/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/CHANGES.txt?rev=956301&r1=956300&r2=956301&view=diff
==============================================================================
--- hadoop/chukwa/trunk/CHANGES.txt (original)
+++ hadoop/chukwa/trunk/CHANGES.txt Sat Jun 19 21:48:23 2010
@@ -14,7 +14,9 @@ Trunk (unreleased changes)
 
   IMPROVEMENTS
 
-   CHUKWA-480.  Allow CreateRecordFile to read job confs. (Bill Graham via asrabkin)
+    CHUKWA-490. Enabling mdl.xml to be split into multiple files for ease of maintenance.  (Kirk True via Eric Yang)
+
+    CHUKWA-480.  Allow CreateRecordFile to read job confs. (Bill Graham via asrabkin)
 
     CHUKWA-471. Expose JobConf to Demux Processors. (Jerome Boulon via asrabkin)
 
@@ -22,6 +24,8 @@ Trunk (unreleased changes)
 
   BUG FIXES
 
+    CHUKWA-489. Fixed malformed SQL in MetricDataLoader when values contain single quote character. (Kirk True via Eric Yang)
+
     CHUKWA-488. Filter user customized jar file path URL.  (Kirk True via Eric Yang)
 
     CHUKWA-483. Use SIGTERM to stop chukwa, not signal 1. (Bill Graham via asrabkin)