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 a few warnings #1720

Merged
merged 3 commits into from
Sep 24, 2017
Merged

remove a few warnings #1720

merged 3 commits into from
Sep 24, 2017

Conversation

johnynek
Copy link
Collaborator

I'm trying to chip away at the giant wall of warnings we have.

review @ttim @ianoc ?

@@ -54,7 +54,7 @@ private[scalding] class ConfPropertiesHfsTap(
* Changes here however will not show up in the hadoop UI
*/
trait HfsConfPropertySetter extends HfsTapProvider {
@deprecated("Tap config is deprecated, use sourceConfig or sinkConfig directly. In cascading configs applied to sinks can leak to sources in the step writing to the sink.")
@deprecated("Tap config is deprecated, use sourceConfig or sinkConfig directly. In cascading configs applied to sinks can leak to sources in the step writing to the sink.", "2017-01-12")
Copy link
Collaborator

Choose a reason for hiding this comment

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

might have been nice if we could tie this to a scalding version. E.g. deprecated since 0.17.1 or so..

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I can fix that.

@johnynek johnynek merged commit a9215e6 into develop Sep 24, 2017
@johnynek johnynek deleted the oscar/clean-warnings0 branch September 24, 2017 00:20
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.

4 participants