[jira] Commented: (ZOOKEEPER-806) Cluster management with Zookeeper - Norbert

2010-07-10 Thread John Wang (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12887022#action_12887022
 ] 

John Wang commented on ZOOKEEPER-806:
-

This sounds great! 
Chris Conrad, the author of Norbert presented it at ScalaDays: 
http://days2010.scala-lang.org/node/138/159

I will contact him regarding Hadoop Summit.

Re: Collaboration, it would be great if we get some zookeeper expertise on the 
project.

An ideal situation for us would be making Norbert something being developed 
jointly with the zookeeper team, as cluster management is a very useful and 
obvious use-case for zookeeper.

 Cluster management with Zookeeper - Norbert
 ---

 Key: ZOOKEEPER-806
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-806
 Project: Zookeeper
  Issue Type: New Feature
Reporter: John Wang

 Hello, we have built a cluster management layer on top of Zookeeper here at 
 the SNA team at LinkedIn: 
 http://sna-projects.com/norbert/
 We were wondering ways for collaboration as this is a very useful application 
 of zookeeper.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-799) Add tools and recipes for monitoring as a contrib

2010-07-10 Thread Andrei Savu (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrei Savu updated ZOOKEEPER-799:
--

   Status: Patch Available  (was: Open)
Affects Version/s: (was: 3.3.0)
   (was: 3.4.0)
   (was: 3.3.1)

 Add tools and recipes for monitoring as a contrib
 -

 Key: ZOOKEEPER-799
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-799
 Project: Zookeeper
  Issue Type: New Feature
  Components: contrib
Reporter: Andrei Savu
Assignee: Andrei Savu
 Attachments: monitoring.tar.gz, monitoring.tar.gz, monitoring.tar.gz, 
 ZOOKEEPER-799.patch, ZOOKEEPER-799.patch, ZOOKEEPER-799.patch


 Tools and Recipes for Monitoring ZooKeeper using Cacti, Nagios or Ganglia. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-799) Add tools and recipes for monitoring as a contrib

2010-07-10 Thread Andrei Savu (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrei Savu updated ZOOKEEPER-799:
--

Attachment: ZOOKEEPER-799.patch
monitoring.tar.gz

* removed two files: LICENCE and a copyright NOTICE

I believe the patch is now ready to be committed. 

 Add tools and recipes for monitoring as a contrib
 -

 Key: ZOOKEEPER-799
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-799
 Project: Zookeeper
  Issue Type: New Feature
  Components: contrib
Reporter: Andrei Savu
Assignee: Andrei Savu
 Attachments: monitoring.tar.gz, monitoring.tar.gz, monitoring.tar.gz, 
 ZOOKEEPER-799.patch, ZOOKEEPER-799.patch, ZOOKEEPER-799.patch


 Tools and Recipes for Monitoring ZooKeeper using Cacti, Nagios or Ganglia. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (ZOOKEEPER-799) Add tools and recipes for monitoring as a contrib

2010-07-10 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12887033#action_12887033
 ] 

Hadoop QA commented on ZOOKEEPER-799:
-

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12449151/monitoring.tar.gz
  against trunk revision 962697.

+1 @author.  The patch does not contain any @author tags.

-1 tests included.  The patch doesn't appear to include any new or modified 
tests.
Please justify why no tests are needed for this patch.

-1 patch.  The patch command could not apply the patch.

Console output: 
http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-h1.grid.sp2.yahoo.net/140/console

This message is automatically generated.

 Add tools and recipes for monitoring as a contrib
 -

 Key: ZOOKEEPER-799
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-799
 Project: Zookeeper
  Issue Type: New Feature
  Components: contrib
Reporter: Andrei Savu
Assignee: Andrei Savu
 Attachments: monitoring.tar.gz, monitoring.tar.gz, monitoring.tar.gz, 
 ZOOKEEPER-799.patch, ZOOKEEPER-799.patch, ZOOKEEPER-799.patch


 Tools and Recipes for Monitoring ZooKeeper using Cacti, Nagios or Ganglia. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (ZOOKEEPER-808) Web-based Administrative Interface

2010-07-10 Thread Andrei Savu (JIRA)
Web-based Administrative Interface
--

 Key: ZOOKEEPER-808
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-808
 Project: Zookeeper
  Issue Type: New Feature
  Components: contrib
Reporter: Andrei Savu
Assignee: Andrei Savu


Implement a web-based administrative interface that should allow the user to 
perform all the tasks that can be done using the interactive shell (zkCli.sh) 
from a browser. It should also display cluster and individual server info 
extracted using the 4letter word commands. 

I'm going to build starting from the 
http://github.com/phunt/zookeeper_dashboard implemented by Patrick Hunt. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (ZOOKEEPER-809) Improved REST Interface

2010-07-10 Thread Andrei Savu (JIRA)
Improved REST Interface
---

 Key: ZOOKEEPER-809
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-809
 Project: Zookeeper
  Issue Type: Improvement
  Components: contrib
Reporter: Andrei Savu
Assignee: Andrei Savu


I would like to extend the existing REST Interface to also support:
* configuration
* ephemeral znodes
* watches - PubSubHubbub 
* ACLs 
* basic authentication

I want to do this because when building web applications that talks directly to 
ZooKeeper a REST API it's a lot easier to use (there is no protocol mismatch) 
than an API that uses persistent connections. I plan to use the improved 
version to build a web-based administrative interface. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (ZOOKEEPER-809) Improved REST Interface

2010-07-10 Thread Andrei Savu (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12887045#action_12887045
 ] 

Andrei Savu commented on ZOOKEEPER-809:
---

Very soon I'm also going to attach an updated version of the REST SPEC.txt file 
because I would like to get more feedback from you before writing any code. 

 Improved REST Interface
 ---

 Key: ZOOKEEPER-809
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-809
 Project: Zookeeper
  Issue Type: Improvement
  Components: contrib
Reporter: Andrei Savu
Assignee: Andrei Savu

 I would like to extend the existing REST Interface to also support:
 * configuration
 * ephemeral znodes
 * watches - PubSubHubbub 
 * ACLs 
 * basic authentication
 I want to do this because when building web applications that talks directly 
 to ZooKeeper a REST API it's a lot easier to use (there is no protocol 
 mismatch) than an API that uses persistent connections. I plan to use the 
 improved version to build a web-based administrative interface. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.