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

DataSegmentPusher: Add allowed hadoop property prefixes. #4562

Merged
merged 3 commits into from
Jul 18, 2017

Conversation

gianm
Copy link
Contributor

@gianm gianm commented Jul 18, 2017

Fixes #4536 by adding a method to DataSegmentPusher.

Also changes the built-in allowed property prefixes so they are always added. I think that makes more sense, otherwise a user-provided list might break something built-in (like a Pusher's list). Also changes the prefixes from looking like "druid.xxx." to looking like "druid.xxx". This is useful for stuff like "druid.emitter", where "druid.emitter" is a property but so is "druid.emitter.foo".

I think these behavior changes are all fine for a minor release since allowedHadoopPrefix wasn't documented yet.

@fjy
Copy link
Contributor

fjy commented Jul 18, 2017

👍

@b-slim b-slim merged commit 441ee56 into apache:master Jul 18, 2017
@b-slim
Copy link
Contributor

b-slim commented Jul 18, 2017

@gianm thanks !

gianm added a commit to gianm/druid that referenced this pull request Jul 18, 2017
* DataSegmentPusher: Add allowed hadoop property prefixes.

* Fix dots.
jon-wei pushed a commit that referenced this pull request Jul 19, 2017
* DataSegmentPusher: Add allowed hadoop property prefixes.

* Fix dots.
@gianm gianm deleted the dsp-prefix branch September 23, 2022 19:22
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.

Hadoop index task stopped working with 0.10.1-rc1
3 participants