Skip to content

adding python helix admin library#14

Merged
asfgit merged 2 commits intoapache:masterfrom
jheise:master
Dec 8, 2014
Merged

adding python helix admin library#14
asfgit merged 2 commits intoapache:masterfrom
jheise:master

Conversation

@jheise
Copy link
Copy Markdown

@jheise jheise commented Dec 4, 2014

This adds a python wrapper around the admin webapp.

functions.py - handles all communication with the webapp.
cluster.py - creates an abstraction of a cluster
helixexceptions.py - exception objects
participant.py - handles all information about a participant
partition.py - handles all information about a partition inside of a resource group
resourcegroup.py - handles information about a resource group

@kanakb
Copy link
Copy Markdown
Member

kanakb commented Dec 5, 2014

Can you add the following block to the top of each file:

#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
#   http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied.  See the License for the
# specific language governing permissions and limitations
# under the License.
#

@jheise
Copy link
Copy Markdown
Author

jheise commented Dec 5, 2014

Just added the license

@asfgit asfgit merged commit 3d7626c into apache:master Dec 8, 2014
@kanakb
Copy link
Copy Markdown
Member

kanakb commented Dec 8, 2014

LGTM, merged

@asfbot
Copy link
Copy Markdown

asfbot commented Dec 8, 2014

kishore g on dev@helix.apache.org replies:
can we put the docs as README.md in this folder?

@kanakb
Copy link
Copy Markdown
Member

kanakb commented Dec 8, 2014

Generating pydocs should be sufficient. The classes and methods look like they're sufficiently commented to automatically generate those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants