This is an automated email from the ASF dual-hosted git repository. vishalsuvagia pushed a commit to branch branch-2.7 in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.7 by this push: new cf83ad67a1 AMBARI-25754 :: Ambari server.compilation failing due to unused imports (#3389) cf83ad67a1 is described below commit cf83ad67a15b06a6801550229420afe4cd6ecfd4 Author: Vishal Suvagia <vishalsuva...@users.noreply.github.com> AuthorDate: Tue Oct 11 11:36:51 2022 +0530 AMBARI-25754 :: Ambari server.compilation failing due to unused imports (#3389) * AMBARI-24886 : Add stack feature constant to support Ranger admin users password change. * AMBARI-24603 Better scrolling for long list of components in dropdown in host details page (sjanardhanhw via ababiichuk) * AMBARI-24572 Fixing the cluster name alignment (sjanardhanhw via ababiichuk) * [AMBARI-24887] [Log Search UI] The component filter dropdown does not select any item (#2599) Change-Id: I9ef62c6e77e3d89d6548734793dc246a7342e80e * AMBARI-24874 : Storm Service Check fail with 'The TGT found is not renewable' (#2638) * AMBARI-24970 Set Hive pre-upgrade threshold for using Hive 1 jars to 3.1 * AMBARI-24979 Redirect Hive Pre-upgrade log to a logfile * AMBARI-24879. kAdmin principal name is set on the GUI when enabling Kerberos with MIT KDC using a new variable replacement function (#2788) * AMBARI-24847 - Logsearch: Cannot search for a term that includes spaces or dashes (#2790) * AMBARI-25041. Scale hosts does not install component if service is in maintenance mode (#2787) * AMBARI-25114. Log Search: SSL props needs to be set if only ambari-server uses SSL (#2792) * AMBARI-25090 - Logsearch should index keywords without the ending periods(.) (#2791) * AMBARI-24986. Using Ambari server's CLI to enable/disable Trusted Proxy support (#2798) * AMBARI-25117. getAsPost requests don't work when ambari is used behind knox proxy (amagyar) (#2775) (#2799) * AMBARI-25102 Dasboard metrics will not load for ambari user which has dot in their username. * AMBARI-25052 Unable to Add Services Due to toMapByProperty() * AMBARI-24672. Make sure we regenerate all service specific keytabs on all hosts where they are needed (#2802) * AMBARI-25055 JS error after starting stack downgrade * AMBARI-25141. Encrypting LDAP manager password in case password security is ON (#2810) * AMBARI-24885 Ambari Files view not working when User doesnt have access to any group and just have access to Filesview * AMBARI-25123. /var/lib/ambari-agent/cache not updating (Ambari 2.7) (aonishuk) * AMBARI-25158 Dashboard is unable to load . Common console error : "SEVERE TypeError: widgetGroups is undefined" * AMBARI-25151 SystemD support for ambari-agent on SLES12 (benyoka) (#2819) * AMBARI-25151 SystemD support for ambari-agent on SLES12 (benyoka) * AMBARI-25151 fix service unit file (benyoka) * AMBARI-25151 fix service unit file (benyoka) * AMBARI-25151 review comment (benyoka) * AMBARI-25151 remove runlevel 2 and 4 (benyoka) * AMBARI-25151 add pidfile, disable RemainAfterExit (benyoka) * AMBARI-25159. http.strict-transport-security change does not take affect in 2.7.x. (mpapirkovskyy) (#2825) * AMBARI-25063. Restarting Ambari Server Fails Due to Recursive Injection of STOMPUpdatePublisher. (mpapirkovskyy) (#2826) * AMBARI-25164 Rack "Config Refresh" behaviour is different in Ambari 2.6 and 2.7.3 * [AMBARI-24938] quick link profiles can override link url (benyoka) (#2646) (#2829) * AMBARI-24938 quick link profiles can override link url (benyoka) * AMBARI-24938 new unit test in QuickLinkArtifactResourceProviderTest (benyoka) * AMBARI-24938 review findings + check style issue + unit test fix (benyoka) * AMBARI-25159. http.strict-transport-security change does not take affect in 2.7.x. (mpapirkovskyy) (#2832) * AMBARI-25754 : Ambari server build is failing due to checkstyle issues Issue: Ambari server build is failing due to checkstyles reporting for unused imports. Changes: Removed unused imports. Co-authored-by: Vishal Suvagia <vishalsuva...@apache.org> Co-authored-by: sjanardhanhw <sjanard...@hortonworks.com> Co-authored-by: Istvan Tobias <tobias.ist...@gmail.com> Co-authored-by: Rajkumar Singh <rajkrrsi...@gmail.com> Co-authored-by: Miklos Gergely <mgerg...@hortonworks.com> Co-authored-by: Sandor Molnar <smol...@apache.org> Co-authored-by: kasakrisz <33458261+kasakr...@users.noreply.github.com> Co-authored-by: Doroszlai, Attila <6454655+adorosz...@users.noreply.github.com> Co-authored-by: Olivér Sz <oleew...@gmail.com> Co-authored-by: Attila Magyar <m.magy...@gmail.com> Co-authored-by: Andrii Tkach <atk...@apache.org> Co-authored-by: Akhil Subhash Naik <asn...@hortonworks.com> Co-authored-by: Andrew Onishuk <aonis...@hortonworks.com> Co-authored-by: benyoka <beny...@users.noreply.github.com> Co-authored-by: Myroslav Papirkovskyi <mpapirkovs...@apache.org> --- .../main/java/org/apache/ambari/server/state/alert/MetricSource.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/ambari-server/src/main/java/org/apache/ambari/server/state/alert/MetricSource.java b/ambari-server/src/main/java/org/apache/ambari/server/state/alert/MetricSource.java index 5d29ae8c58..652716eee1 100644 --- a/ambari-server/src/main/java/org/apache/ambari/server/state/alert/MetricSource.java +++ b/ambari-server/src/main/java/org/apache/ambari/server/state/alert/MetricSource.java @@ -17,9 +17,6 @@ */ package org.apache.ambari.server.state.alert; -import static java.util.stream.Collectors.toMap; -import static java.util.stream.IntStream.range; - import java.util.List; import java.util.Objects; import java.util.Optional; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org For additional commands, e-mail: commits-h...@ambari.apache.org