You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
In our HBase environment, we namespace tables in order to group them and more easily identify which project they're associated with.
Currently, the table names are hardcoded in ./hraven-core/src/main/java/com/twitter/hraven/Constants.java unless you set IS_DEV (which sets PREFIX to "dev.") or you just override what PREFIX is set to. Both options require rebuilding hraven.
It would be great if this were a run-time option that could be set without having to rebuild.
The text was updated successfully, but these errors were encountered:
Agreed that this will be a good enhancement. The table names in hRaven/hBase should be configurable such that they can be changed at runtime without having to rebuild or redeploy hRaven
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In our HBase environment, we namespace tables in order to group them and more easily identify which project they're associated with.
Currently, the table names are hardcoded in ./hraven-core/src/main/java/com/twitter/hraven/Constants.java unless you set IS_DEV (which sets PREFIX to "dev.") or you just override what PREFIX is set to. Both options require rebuilding hraven.
It would be great if this were a run-time option that could be set without having to rebuild.
The text was updated successfully, but these errors were encountered: