-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Commits cherry-picked from the release 0.8 branch #298
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
Conversation
- Remove old unused figure image files - Add a file clarifying that figures are licensed under ASL 2.0
Conflicts: flink-runtime/src/main/resources/web-docs-infoserver/js/flot/chart-data-flot.js flink-runtime/src/main/resources/web-docs-infoserver/js/flot/excanvas.min.js flink-runtime/src/main/resources/web-docs-infoserver/js/flot/jquery.flot.pie.js
- Move sling JSON dependency to streaming connectors (prev streaming core)
- Exclude YARN API from transitive mapreduce-core dependencies we use the dependency
only for .mapred and .mapreduce interfaces
- Remove some unnecessary dependencies (junit in java8)
- Manage Kryo dependency
- Cleanup minor POM warnings.
Conflicts:
flink-addons/flink-streaming/flink-streaming-scala/pom.xml
- Add missing entries for dependencies - Remove entries for removed dependencies - Change DEPENDENCIES file to point to src and bin LICENSE and NOTICE file - Add comments in some files to clarify whether the are Flink original, or from which third party file they are adapted - Change some links from incubator to TLP Conflicts: DEPENDENCIES
|
Hi, |
991335e to
42e272e
Compare
|
Thanks for the heads up, done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made a typo here. Can you change it to In the Scala API?
|
I made some comments inline. Otherwise it looks good. Thanks for work! |
Default hadoop version is now hadoop2 Generate specific pom avoids version collisions with dependencies Updated poms for new release scripts Conflicts: flink-addons/flink-avro/pom.xml flink-addons/flink-hadoop-compatibility/pom.xml flink-addons/flink-hbase/pom.xml flink-addons/flink-jdbc/pom.xml flink-addons/flink-spargel/pom.xml flink-addons/flink-tachyon/pom.xml flink-quickstart/flink-quickstart-java/pom.xml flink-quickstart/flink-quickstart-scala/pom.xml
Updated NOTICE files Updated inceptionYear in pom
|
I addressed the comments and committed the changes to the 0.9 master. I forgot to add the "This closes #298" message, thought. Marton, can you close this Pull Request manually? |
|
Thanks, done. |
* Co-authored by MarkSfik <47176197+MarkSfik@users.noreply.github.com> This closes apache#298.
These commits have only been pushed to the release-0.8 branch, but to my understanding are also needed on the master.
They contain some minor fixes, dependency, readme and licence clean ups.