Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8D2B7200B13 for ; Wed, 1 Jun 2016 04:59:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8BB4C160A47; Wed, 1 Jun 2016 02:59:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 07F33160A44 for ; Wed, 1 Jun 2016 04:59:13 +0200 (CEST) Received: (qmail 8635 invoked by uid 500); 1 Jun 2016 02:59:13 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 8607 invoked by uid 99); 1 Jun 2016 02:59:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2016 02:59:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 171212C1F69 for ; Wed, 1 Jun 2016 02:59:13 +0000 (UTC) Date: Wed, 1 Jun 2016 02:59:13 +0000 (UTC) From: "Jayush Luniya (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-16848) clean up import * for STORM, TEZ and ZEPPELIN services MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 01 Jun 2016 02:59:14 -0000 [ https://issues.apache.org/jira/browse/AMBARI-16848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15309148#comment-15309148 ] Jayush Luniya commented on AMBARI-16848: ---------------------------------------- Trunk commit 30f257750a14db3631e2ca69d8d80d8ea466b796 Author: Jayush Luniya Date: Tue May 31 19:58:44 2016 -0700 AMBARI-16848: clean up import * for STORM, TEZ and ZEPPELIN services (Juanjo Marron via jluniya) > clean up import * for STORM, TEZ and ZEPPELIN services > ------------------------------------------------------ > > Key: AMBARI-16848 > URL: https://issues.apache.org/jira/browse/AMBARI-16848 > Project: Ambari > Issue Type: Technical task > Components: ambari-agent, ambari-server > Affects Versions: 2.1.0, 2.2.0, 2.4.0 > Reporter: Juanjo Marron > Assignee: Juanjo Marron > Fix For: 3.0.0 > > Attachments: AMBARI-16848.patch > > > Python code at at common-services level used generic imports form resource_management (from resource_management import *) > Ideally, for easier code tracking and performance, these import should be more specific, such as: > from resource_management.libraries.script.script import Script > from resource_management.core.resources.system import Directory > This subtask cleans up import * from resource_management and replace it for specific imports for: > Storm, Tez and Zeppelin services -- This message was sent by Atlassian JIRA (v6.3.4#6332)