This is an automated email from the ASF dual-hosted git repository. avijayan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ambari.git
commit 73aee5c3d4100ad7379af265cc6351666932d2ae Author: Siddharth Wagle <[email protected]> AuthorDate: Tue Sep 26 15:30:09 2017 -0700 Fixed compile errors from Merge trunk into branch-3.0-ams --- .../ambari/server/controller/metrics/timeline/MetricsRequestHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ambari-server/src/main/java/org/apache/ambari/server/controller/metrics/timeline/MetricsRequestHelper.java b/ambari-server/src/main/java/org/apache/ambari/server/controller/metrics/timeline/MetricsRequestHelper.java index d7fbe31..ce0fe6d 100644 --- a/ambari-server/src/main/java/org/apache/ambari/server/controller/metrics/timeline/MetricsRequestHelper.java +++ b/ambari-server/src/main/java/org/apache/ambari/server/controller/metrics/timeline/MetricsRequestHelper.java @@ -87,7 +87,7 @@ public class MetricsRequestHelper { uriBuilder.setParameter("precision", higherPrecision); String newSpec = uriBuilder.toString(); connection = streamProvider.processURL(newSpec, HttpMethod.GET, (String) null, - Collections.emptyMap()); + Collections.<String, List<String>>emptyMap()); if (!checkConnectionForPrecisionException(connection)) { throw new IOException("Encountered Precision exception : Higher precision request also failed."); } -- To stop receiving notification emails like this one, please contact [email protected].
