You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2018/05/18 18:39:39 UTC

[ambari] branch branch-feature-AMBARI-14714 updated (5053d78 -> 018fc96)

This is an automated email from the ASF dual-hosted git repository.

swapan pushed a change to branch branch-feature-AMBARI-14714
in repository https://gitbox.apache.org/repos/asf/ambari.git.


    from 5053d78  AMBARI-23870. Implement 3.0 Mpack Advisor's Host Component Layout API  Server code for : 'Recommendations' and 'Validations'.
     add ca2d0ef  AMBARI-23619: Mpack Advisor Python Module (1): Implement component-layout recommendation and validation
     add 1513dc5  AMBARI-23619: Mpack Advisor Python Module (1): Implement component-layout recommendation and validation
     add cafbf5d  Merge branch 'AMBARI-23619-branch-feature-AMBARI-14714' of https://github.com/scottduan/ambari into AMBARI-23619-branch-feature-AMBARI-14714
     add 126582a  Merge branch 'AMBARI-23619-branch-feature-AMBARI-14714' of https://github.com/scottduan/ambari into AMBARI-23619-branch-feature-AMBARI-14714
     add 963c985  Merge branch 'AMBARI-23619-branch-feature-AMBARI-14714' of https://github.com/scottduan/ambari into AMBARI-23619-branch-feature-AMBARI-14714
     add aeea4f8  Merge branch 'AMBARI-23619-branch-feature-AMBARI-14714' of https://github.com/scottduan/ambari into AMBARI-23619-branch-feature-AMBARI-14714
     add 7191924  Merge branch 'AMBARI-23619-branch-feature-AMBARI-14714' of https://github.com/scottduan/ambari into AMBARI-23619-branch-feature-AMBARI-14714
     add ed7ee47  Merge branch 'AMBARI-23619-branch-feature-AMBARI-14714' of https://github.com/scottduan/ambari into AMBARI-23619-branch-feature-AMBARI-14714
     add 13efebc  Merge branch 'AMBARI-23619-branch-feature-AMBARI-14714' of https://github.com/scottduan/ambari into AMBARI-23619-branch-feature-AMBARI-14714
     add f78e084  Merge branch 'AMBARI-23619-branch-feature-AMBARI-14714' of https://github.com/scottduan/ambari into AMBARI-23619-branch-feature-AMBARI-14714
     add ca0d7e8  Merge branch 'AMBARI-23619-branch-feature-AMBARI-14714' of https://github.com/scottduan/ambari into AMBARI-23619-branch-feature-AMBARI-14714
     add 4003269  Merge branch 'AMBARI-23619-branch-feature-AMBARI-14714' of https://github.com/scottduan/ambari into AMBARI-23619-branch-feature-AMBARI-14714
     add 8b6fe3a  Merge branch 'AMBARI-23619-branch-feature-AMBARI-14714' of https://github.com/scottduan/ambari into AMBARI-23619-branch-feature-AMBARI-14714
     add bf184ec  Merge branch 'AMBARI-23619-branch-feature-AMBARI-14714' of https://github.com/scottduan/ambari into AMBARI-23619-branch-feature-AMBARI-14714
     add 12ceeab  Merge branch 'AMBARI-23619-branch-feature-AMBARI-14714' of https://github.com/scottduan/ambari into AMBARI-23619-branch-feature-AMBARI-14714
     add a6975b5  Merge branch 'AMBARI-23619-branch-feature-AMBARI-14714' of https://github.com/scottduan/ambari into AMBARI-23619-branch-feature-AMBARI-14714
     add f3fbda4  Merge branch 'AMBARI-23619-branch-feature-AMBARI-14714' of https://github.com/scottduan/ambari into AMBARI-23619-branch-feature-AMBARI-14714
     new 018fc96  AMBARI-23619: Mpack Advisor Python Module (1): Implement component-layout recommendation and validation

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../{stack_advisor.py => mpack_advisor_wrapper.py} |   98 +-
 .../stacks/{stack_advisor.py => mpack_advisor.py}  | 1142 ++--
 .../src/main/resources/stacks/service_advisor.py   |   16 +-
 .../src/main/resources/stacks/stack_advisor.py     |    3 +-
 ambari-server/src/test/python/TestMpackAdvisor.py  |   55 +
 .../mpack_advisor_data/hdfs/service_advisor.py     |  685 +++
 .../python/mpacks/mpack_advisor_data/hosts.json    |  405 ++
 .../python/mpacks/mpack_advisor_data/services.json | 6011 ++++++++++++++++++++
 .../mpack_advisor_data/yarn/service_advisor.py     | 2215 ++++++++
 .../zookeeper}/service_advisor.py                  |    6 +-
 10 files changed, 10022 insertions(+), 614 deletions(-)
 copy ambari-server/src/main/resources/scripts/{stack_advisor.py => mpack_advisor_wrapper.py} (56%)
 mode change 100755 => 100644
 copy ambari-server/src/main/resources/stacks/{stack_advisor.py => mpack_advisor.py} (78%)
 create mode 100644 ambari-server/src/test/python/TestMpackAdvisor.py
 create mode 100644 ambari-server/src/test/python/mpacks/mpack_advisor_data/hdfs/service_advisor.py
 create mode 100644 ambari-server/src/test/python/mpacks/mpack_advisor_data/hosts.json
 create mode 100644 ambari-server/src/test/python/mpacks/mpack_advisor_data/services.json
 create mode 100644 ambari-server/src/test/python/mpacks/mpack_advisor_data/yarn/service_advisor.py
 copy ambari-server/src/{main/resources/common-services/ZOOKEEPER/3.4.9 => test/python/mpacks/mpack_advisor_data/zookeeper}/service_advisor.py (97%)

-- 
To stop receiving notification emails like this one, please contact
swapan@apache.org.

[ambari] 01/01: AMBARI-23619: Mpack Advisor Python Module (1): Implement component-layout recommendation and validation

Posted by sw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

swapan pushed a commit to branch branch-feature-AMBARI-14714
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit 018fc96abfc2c8ce1782d302ec2da0ebba2ba33f
Merge: 5053d78 f3fbda4
Author: swapanshridhar <ss...@hortonworks.com>
AuthorDate: Fri May 18 11:39:36 2018 -0700

    AMBARI-23619: Mpack Advisor Python Module (1): Implement component-layout recommendation and validation
    
    AMBARI-23619: Mpack Advisor Python Module (1): Implement component-layout recommendation and validation

 .../resources/scripts/mpack_advisor_wrapper.py     |  157 +
 .../stacks/{stack_advisor.py => mpack_advisor.py}  | 1142 ++--
 .../src/main/resources/stacks/service_advisor.py   |   16 +-
 .../src/main/resources/stacks/stack_advisor.py     |    3 +-
 ambari-server/src/test/python/TestMpackAdvisor.py  |   55 +
 .../mpack_advisor_data/hdfs/service_advisor.py     |  685 +++
 .../python/mpacks/mpack_advisor_data/hosts.json    |  405 ++
 .../python/mpacks/mpack_advisor_data/services.json | 6011 ++++++++++++++++++++
 .../mpack_advisor_data/yarn/service_advisor.py     | 2215 ++++++++
 .../zookeeper/service_advisor.py                   |  171 +
 10 files changed, 10315 insertions(+), 545 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
swapan@apache.org.