-
Notifications
You must be signed in to change notification settings - Fork 505
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
BIGTOP-2779: new hive charm #217
Closed
kwmonroe
wants to merge
21
commits into
apache:master
from
juju-solutions:feature/BIGTOP-2779/hive-charm
Closed
BIGTOP-2779: new hive charm #217
kwmonroe
wants to merge
21
commits into
apache:master
from
juju-solutions:feature/BIGTOP-2779/hive-charm
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- cleanup kruft from old charm - add readme section describing embedded db vs external db - only send client relation info if we have an external db (ext db required for hiveserver2)
…hive.deb does it for us)
…ated hadoop/hive deployment for smoke testing
- export HIVE_HOME (needed by smoke-test) - copy the right template file; we need hive-env (not provided by bigtop) for our heap config instead of hive-site (which is provided by bigtop) - lowercase status - remove unneeded hive.db.configured state; just use database.available
I previously removed this state in favor of just using db.available, but this meant configure_with_x_db() was called every time update-status ran. Having the hive.db.configured state lets us only run those methods when the db landscape changes.
sync this outdated branch with upstream
- readme: be like the other bigtop charms - readme: describe metastore/hbase/usage/config - include the right roles! (metastore+server2) - enable hbase integration - use systemctl services vs direct hive service - use a matrix to determine if/when to reinstall hive - use report_status - stop serving clients when appropriate
…metastore during puppet apply)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
note to upstream: squash ~16 before commit
Key notes: