Skip to content
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

Add Hbase Support #211

Merged
merged 19 commits into from
Jan 24, 2022
Merged

Add Hbase Support #211

merged 19 commits into from
Jan 24, 2022

Conversation

Mrod1598
Copy link
Contributor

Description:

Add Support for Hbase.

Testing:
Add Integration test for hbase

Documentation:
Updated list of supported Tech.
Add hbase doc.

@Mrod1598 Mrod1598 changed the title Add Hbase Suuport Add Hbase Support Jan 20, 2022
jmx-metrics/README.md Outdated Show resolved Hide resolved
jmx-metrics/docs/target-systems/hbase.md Outdated Show resolved Hide resolved
jmx-metrics/docs/target-systems/hbase.md Outdated Show resolved Hide resolved
jmx-metrics/docs/target-systems/hbase.md Outdated Show resolved Hide resolved
jmx-metrics/src/main/resources/target-systems/hbase.groovy Outdated Show resolved Hide resolved
@Mrod1598
Copy link
Contributor Author

@rmfitzpatrick This is ready for a review whenever you get a second.

# HBASE_ROOT_LOGGER=INFO,DRFA
# The reason for changing default to RFA is to avoid the boundary case of filling out disk space as
# DRFA doesn't put any cap on the log size. Please refer to HBase-5655 for more context.
export HBASE_JMX_BASE="-Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false"
Copy link
Contributor

Choose a reason for hiding this comment

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

Ah didn't realize the Dockerfile was only for setting environment variables - does it work to use .withEnv in the testcontainers command instead of having a separate file? That'll keep things simple. If it's not possible though then this is fine too

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 overwrites an environment file that is already there so we can't just set the environment variables.

Copy link
Contributor

@rmfitzpatrick rmfitzpatrick left a comment

Choose a reason for hiding this comment

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

thanks!

@rmfitzpatrick rmfitzpatrick merged commit c96f8bc into open-telemetry:main Jan 24, 2022
@Mrod1598 Mrod1598 deleted the hbase branch January 24, 2022 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants