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

[legal] Updates LICENSE/NOTICE file of source and binary distribution #830

Closed
wants to merge 1 commit into from

Conversation

tillrohrmann
Copy link
Contributor

I went through the dependencies of our source and binary distribution and updated the corresponding LICENSE/NOTICE files. I would appreciate if a second pair of eyes could verify my changes.

- Apache Commons Math (org.apache.commons:commons-math:2.2 - http:https://commons.apache.org/proper/commons-math/)
- Apache Commons Compress (org.apache.commons:commons-compress:1.4.1 - http:https://commons.apache.org/proper/commons-compress/)
- Apache log4j (log4j:log4j:1.2.17 - http:https://logging.apache.org/log4j/1.2/)
- Apache Avro (org.apache.avro:avro:1.7.6 - http:https://avro.apache.org)
- Apache Hadoop (http:https://hadoop.apache.org)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Technically, we don't include Hadoop any more in our binary distribution. The reason is, because it is contained in org.apache.flink:flink-shaded-include-yarn which contains the shaded Hadoop dependencies. Thus, what we actually have to include here is the org.apache.flink:flink-shaded-include-yarn dependency and add its NOTICE file to the NOTICE file of the binary distribution.

@hsaputra
Copy link
Contributor

Did a pass and other than small comments, LGTM +1

@@ -218,13 +218,9 @@ conditions of their respective licenses.
The Apache Flink project bundles the following files under the MIT License:

- jQuery v2.1.0. (http:https://jquery.com) - Copyright 2014 jQuery Foundation and other contributors
- jQuery resize event v1.1 (http:https://benalman.com/projects/jquery-resize-plugin/) - Copyright (c) 2010 "Cowboy" Ben Alman
Copy link
Contributor

Choose a reason for hiding this comment

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

I think the here deleted lines are "transitively" includes, because their contents has been copied into one of the other files we include (by that files' authors). I therefore added them, because I was under the impression that those files were actually not respecting the license conditions properly, and that we should mention these dependencies to be correct.

Copy link
Contributor

Choose a reason for hiding this comment

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

tl:dr - I think we should keep these entries, actually.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do you know which files include the jquery resize event?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not a JavaScript expert but I can neither find parts of Ben's non-minified code [1] nor parts of the minified code [2] in our repository. But maybe we're using a different version somewhere.

[1] https://raw.githubusercontent.com/cowboy/jquery-resize/v1.1/jquery.ba-resize.js
[2] https://raw.githubusercontent.com/cowboy/jquery-resize/v1.1/jquery.ba-resize.min.js

@tillrohrmann
Copy link
Contributor Author

If there are no objections, I'd like to merge it this evening. Then we can create the next release candidate.

@asfgit asfgit closed this in 7240c7a Jun 16, 2015
asfgit pushed a commit that referenced this pull request Jun 16, 2015
ggevay pushed a commit to ggevay/flink that referenced this pull request Jun 20, 2015
@tillrohrmann tillrohrmann deleted the fixLicense branch September 16, 2015 13:04
nikste pushed a commit to nikste/flink that referenced this pull request Sep 29, 2015
nltran pushed a commit to nltran/flink that referenced this pull request Jan 8, 2016
pnowojski pushed a commit that referenced this pull request Jul 3, 2024
* [MATRIX-97] Always retry on quota errors up to maxRetries value.

Don't reduce the number of retries just because the service gave a retry-after value, as requests from multiple threads (or other callers) will contend for the quota.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants