AMBARI-22833 : change commons-collections-3.2.1.jar being used by amb…#187
Merged
nitirajrathore merged 1 commit intoFeb 6, 2018
Merged
Conversation
…ari views to commons-collections-3.2.2.jar (nitirajrathore)
|
Refer to this link for build results (access rights to CI server needed): |
jayush
approved these changes
Jan 30, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ari views to commons-collections-3.2.2.jar (nitirajrathore)
What changes were proposed in this pull request?
overriding any usage of commons-collections-3.2.1 with commons-collections-3.2.2 by declaring in dependencyManagement of the parent pom.xml
How was this patch tested?
[INFO] Reactor Summary:
[INFO]
[INFO] Ambari Contrib Views ............................... SUCCESS [ 36.159 s]
[INFO] Ambari View Utils .................................. SUCCESS [ 2.676 s]
[INFO] Ambari View Commons ................................ SUCCESS [ 0.256 s]
[INFO] Files .............................................. SUCCESS [ 25.960 s]
[INFO] Jobs ............................................... SUCCESS [ 8.524 s]
[INFO] Pig ................................................ SUCCESS [ 45.662 s]
[INFO] Slider ............................................. SUCCESS [01:21 min]
[INFO] Capacity Scheduler ................................. SUCCESS [ 50.860 s]
[INFO] Tez ................................................ SUCCESS [ 4.800 s]
[INFO] HAWQ ............................................... SUCCESS [01:06 min]
[INFO] Storm_Monitoring ................................... SUCCESS [ 0.432 s]
[INFO] hueambarimigration ................................. SUCCESS [ 15.746 s]
[INFO] Hive Jdbc .......................................... SUCCESS [ 32.788 s]
[INFO] Hive 2.0 ........................................... SUCCESS [ 54.086 s]
[INFO] WF Manager View .................................... SUCCESS [ 49.994 s]
[INFO] Ambari Views Package ............................... SUCCESS [ 0.041 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:56 min
[INFO] Finished at: 2018-01-25T12:12:04+05:30
[INFO] Final Memory: 90M/347M
and
find . -iname "commons-collections-3.2.1*"
gave empty results.