You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2010/08/13 16:57:45 UTC

[Hadoop Wiki] Update of "ZooKeeper/GSoCMonitoringAndWebInterface" by AndreiSavu

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "ZooKeeper/GSoCMonitoringAndWebInterface" page has been changed by AndreiSavu.
http://wiki.apache.org/hadoop/ZooKeeper/GSoCMonitoringAndWebInterface?action=diff&rev1=13&rev2=14

--------------------------------------------------

  
  == Work In Progress ==
   * [[https://issues.apache.org/jira/browse/ZOOKEEPER-808|ZOOKEEPER-808]]
-    * I'm going to build this as a Hue app
+    * Hue Application: http://github.com/andreisavu/hue (branch: zookeeper-browser app: apps/zkui)
   * [[https://issues.apache.org/jira/browse/ZOOKEEPER-809|ZOOKEEPER-809]] 
-    * remaining: config, ACLs, auth, packaging
+    * remaining: ACLs (get, set), per session ZK authentication
  
  == Backlog ==
   * [[https://issues.apache.org/jira/browse/ZOOKEEPER-757|ZOOKEEPER-757]]
@@ -20, +20 @@

   * [[https://issues.apache.org/jira/browse/ZOOKEEPER-780|ZOOKEEPER-780]]
  
  == Committed to trunk ==
+  * [[https://issues.apache.org/jira/browse/ZOOKEEPER-732|ZOOKEEPER-732]]
+    * added some fixes on the existing patch created by Lei Zhang 
   * [[https://issues.apache.org/jira/browse/ZOOKEEPER-765|ZOOKEEPER-765]]
   * [[https://issues.apache.org/jira/browse/ZOOKEEPER-799|ZOOKEEPER-799]] 
     * Github Repository: [[http://github.com/andreisavu/zookeeper-monitoring|zookeeper-monitoring]]
   * [[https://issues.apache.org/jira/browse/ZOOKEEPER-744|ZOOKEEPER-744]]
   * [[https://issues.apache.org/jira/browse/ZOOKEEPER-754|ZOOKEEPER-754]]
+ 
  
  == Milestones ==
  === Community Bonding (starts: 26 April ends: 24 May) ===
@@ -69, +72 @@

  === Web Application (starts: 20 June ends: 9 august) ===
  Activities:
  
-  * package zkpython bindings (distutils, .deb, .rpm)
+  * package zkpython bindings (distutils, .deb, .rpm) '''done'''
     * already available: apt-get install python-zookeeper
+    * https://wiki.cloudera.com/display/DOC/ZooKeeper+Installation 
   * simple authentication and custom authentication backend based on zookeeper
     * not needed: the web-based application will use the authentication provided by Hue
-  * interface and server side code for server list configuration
-  * view server, environment and connection info: most of the code already works
+  * view server, environment and connection info: most of the code already works '''done'''
-  * javascript based znode hierarchy browser
-  * simple in-browser event monitor
+    * I've rewrite all the code in the Hue application
+    * The code uses 4letter word commands: 'stat' and 'mntr' 
+  * znode hierarchy browser '''done'''
+    * you can navigate and perform simple CRUD operations on znodes
-  * deploy on production or development cluster at Adobe (if possible)
+  * deploy on production or development cluster at Adobe (if possible) '''work in progress'''
+    * this should be pretty easy if Adobe is also using Hue
  
  Expected results:
  
-  * packages for zkpython
+  * packages for zkpython '''done'''
-  * working web application
+  * working web application '''done'''
  
  === Cleanup and final fixes (starts: 9 august ends: 16 august) ===
  Activities: