Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hZookeeper #1

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

hZookeeper #1

wants to merge 10 commits into from

Conversation

beenum22
Copy link

@beenum22 beenum22 commented Oct 4, 2016

All the files except the hydra libraries which needs to be added as submodule. Need to make few changes to case_2 in it. Case_1 and Case_3 works fine.

@@ -0,0 +1,192 @@
#!/usr/bin/env python
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please follow the author convention as in other hydra projects.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kratos7 Okay.


class ZKPub(HDaemonRepSrv):
def __init__(self,port,run_data,zk_server_ip):
self.run_data = run_data
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use 4 space indent everywhere.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also please add comments to functions for better understanding of the code.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have asked him to run pip8 and fix all syntax error. Should be done shortly.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kratos7 Okay.

README.md Outdated

##Background:

###Mesos/Marathon:
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of this is some great documentation. I think it is general enough to be put into a separate docs repo/folder under lake-lerna ? or may be move to hHelloWorld.
@sushilks what do you think ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes good idea, it should be moved to hello world.

added 4 space indentation, added comments, made minor changes to the
code of case_3, case_2 is still under development
@beenum22
Copy link
Author

beenum22 commented Oct 9, 2016

@kratos7 Added the 4 space indentation and author convention as I was advised.

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