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

Allow hbase table prefix to be configurable at run-time #86

Open
hcoyote opened this issue May 16, 2014 · 1 comment
Open

Allow hbase table prefix to be configurable at run-time #86

hcoyote opened this issue May 16, 2014 · 1 comment

Comments

@hcoyote
Copy link

hcoyote commented May 16, 2014

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.

@hcoyote hcoyote closed this as completed May 16, 2014
@hcoyote hcoyote reopened this May 16, 2014
@vrushalic
Copy link
Collaborator

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants