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

Remove unnecessary configurations in hbase-site.xml #259

Closed
wants to merge 1 commit into from

Conversation

y0un5
Copy link
Contributor

@y0un5 y0un5 commented May 23, 2015

hbase.rootdir and hbase.master are unnecessary for hbase client.

hbase.rootdir and hbase.master are unnecessary for hbase client.
@busbey
Copy link
Collaborator

busbey commented May 23, 2015

do we need this file at all? Shouldn't the client be getting the hbase-site.xml file from the actual cluster we're running against?

@y0un5
Copy link
Contributor Author

y0un5 commented May 24, 2015

As you said, hbase-site.xml file can be removed entirely, and we can guide that users should provide their own hbase-site.xmls.

But the existence of this file is self-explanatory for a user's question such that "Where should I put my hbase-site.xml?". So, I think that it is better to include hbase-site.xml with minimum configurations.

What do you think about this?

@busbey
Copy link
Collaborator

busbey commented Jun 3, 2015

the issue with using this as a sample location is that we shouldn't require users to put their hbase-site file in our code base. Any solution for #261 should trivially enable passing the hbase client configs in where they live.

@y0un5
Copy link
Contributor Author

y0un5 commented Jun 4, 2015

I understand. I close this PR.

@y0un5 y0un5 closed this Jun 4, 2015
@busbey
Copy link
Collaborator

busbey commented Jun 4, 2015

Just wanted to note my thanks for bringing this up in the first place. The
presence of a mis-configured client hbase-site file remains confusing for
new folks.

Would you consider reopening the PR with a commit that just deletes the
file entirely?
On Jun 3, 2015 7:27 PM, "Youngjoon Kim" notifications@github.com wrote:

I understand. I close this PR.


Reply to this email directly or view it on GitHub
#259 (comment)
.

@y0un5
Copy link
Contributor Author

y0un5 commented Jun 4, 2015

I think that to delete the file entirely, we should provide a guide document about how to configure hbase-binding.

If you can wait a few days, I'll make the doc for hbase-binding(such as https://github.com/brianfrankcooper/YCSB/tree/master/couchbase), and open a new pull request including the doc and the deletion of the file.

How about it?

@busbey
Copy link
Collaborator

busbey commented Jun 4, 2015

that sounds great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants