-
Notifications
You must be signed in to change notification settings - Fork 9k
YARN-8788. mvn package -Pyarn-ui fails on JDK9 #421
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
<artifactId>mockito-core</artifactId> | ||
<version>2.18.0</version> | ||
</dependency> | ||
</dependencies> |
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.
Thanks @vbmudalige for the pull request.
- Would you comment that "TODO: remove this dependency after upgrading wro4j-maven-plugin to 1.8.1 or later"?
- Would you remove 2 whitespaces from the indents?
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.
@aajisaka, I made the changes. Please review.
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.
+1 pending Jenkins.
This closes apache#421 Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This closes apache#421 Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
…eamName Contains following fixes 1. Right now Samza SQL framework assumes that the last part of the source is the stream Name, removed the assumption 2. Made consoleLoggingSystemFactory to log formatted json so that it's easily readable. 3. Added support in SamzaSqlRelMessage where the key may not be present. Author: Srinivasulu Punuru <spunuru@linkedin.com> Reviewers: Xinyu Liu <xinyuliu.us@gmail.com> Closes apache#421 from srinipunuru/four-part.1
This closes apache#421 Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
Created like so: gpg --import < KEYS 2>&1 | grep key | sed -e 's/.*"\(.*\)".*/\1/' | \ while read k; do gpg --list-sigs --keyid-format long $k; gpg --export \ --armor $k; done > newkeys Author: Lars Volker <lv@cloudera.com> Closes apache#421 from lekv/full_keys and squashes the following commits: 7d8f6a1b [Lars Volker] PARQUET-1077: Use long key ids in KEYS file
No description provided.