-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Use config spec #5979
Use config spec #5979
Conversation
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.
Nice! Need to define logs section too
a5412a7
to
c582c28
Compare
Codecov Report
|
Co-Authored-By: Ofek Lev <ofekmeister@gmail.com>
c582c28
to
57e64c2
Compare
hive/tests/conftest.py
Outdated
@@ -19,4 +19,7 @@ def dd_environment(): | |||
log_patterns=[r'datanode:\(\d+\) is available', 'Starting Hive Metastore Server', 'Starting HiveServer2'], | |||
sleep=2, | |||
): | |||
yield load_jmx_config(), {'use_jmx': True} | |||
instance = {'host': 'localhost', 'port': 8809} |
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.
Let's be explicit about the instances we are using instead of using the config from conf.example.yaml.
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.
🥇
Need #5978 to be merged first
The PR uses
alex/jmx_template
branch as base.