Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Backup #1226

Merged
merged 12 commits into from
Jul 5, 2018
Merged

Backup #1226

merged 12 commits into from
Jul 5, 2018

Conversation

macmaster
Copy link
Contributor

Here's the first iteration of my backup cookbook.
This cookbook will provide schedule periodic HDFS directory backups on storage clusters.
The BACH-Backup role should be run on a storage cluster worker node.
The backup schedule can be modified with the [:backup][:hdfs][:schedules] attribute.

The cookbook has been tested on VM cluster builds, but it still needs to be tested on a physical lab cluster.
Please share any comments or concerns.

princhost: '_HOST',
perms: '0440',
spnego_keytab: 'spnego.service.keytab'
},
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This creates a new kerberos keytab. This process is autmoated on VM clusters, but not in production. That makes this PR a breaking change.

It should be tagged "breaking" and made a milestone for 4.0

@@ -1,77 +1,84 @@
#!/bin/bash
Copy link
Contributor Author

Choose a reason for hiding this comment

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

duplicated changes should be taken out before merging.

Copy link
Contributor Author

@macmaster macmaster left a comment

Choose a reason for hiding this comment

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

The breaking changes in the bcpc-hadoop cookbook need to be resolved before proceeding.

@http-418 http-418 merged commit ce48d45 into bloomberg:master Jul 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants