-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: master
Are you sure you want to change the base?
hZookeeper #1
Conversation
@@ -0,0 +1,192 @@ | |||
#!/usr/bin/env python |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kratos7 Okay.
src/case_1/zk_client.py
Outdated
|
||
class ZKPub(HDaemonRepSrv): | ||
def __init__(self,port,run_data,zk_server_ip): | ||
self.run_data = run_data |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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
@kratos7 Added the 4 space indentation and author convention as I was advised. |
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.