-
Notifications
You must be signed in to change notification settings - Fork 116
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
Discussion: Automatically generate an ID, set a default repo, prefer systemd #77
Comments
@tibers Any PRs are welcomed. Preferably in smaller chunks (each feature on PR).
|
OK you've at least answered one of my questions - I'm using cloudera because they support CentOS 7. |
Well the question is whether CentOS will include official ZooKeeper support or not. Cloudera is a 3rd party repository and not everyone must be fine with that. Currently we support also installation from source, so there are multiple options for each distribution. |
I submitted a PR with the host to ID stuff done in regex but I'm getting completely hosed by the facts hash apparently not being populated from the docker containers travisCI creates. Any suggestions? |
Hi Project!
I'd like to fathom the maintainer's opinions on a few things before writing code.
Repos: Right now for RPM based distros I've been using the cloudera repos for RPMs for installation. They give away their ZK rpm, so I'd like to propose work on params class to make that the default.
ID: Is there any aversion to assuming the hostname follows a standard naming pattern like myhost01, myhost02, myhost03? It should be pretty easy to grok the digits and make that the ID.
Systemd: If it's installed, why not prefer it?
The text was updated successfully, but these errors were encountered: