This is an automated email from the ASF dual-hosted git repository.
rlevas pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 45076eb AMBARI-23429 Added missing imports
45076eb is described below
commit 45076eb19e373cd18f48372e68833c70f40a728d
Author: Srikanth Janardhan <[email protected]>
AuthorDate: Tue Apr 3 13:16:15 2018 +0530
AMBARI-23429 Added missing imports
---
.../common-services/AMBARI_METRICS/0.1.0/package/scripts/params.py | 1 +
1 file changed, 1 insertion(+)
diff --git
a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/params.py
b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/params.py
index 2908676..17f2310 100644
---
a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/params.py
+++
b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/params.py
@@ -20,6 +20,7 @@ limitations under the License.
import ConfigParser
import os
+import re
from ambari_commons import OSCheck
from ambari_commons.ambari_metrics_helper import
select_metric_collector_hosts_from_hostnames
--
To stop receiving notification emails like this one, please contact
[email protected].