You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Vitalyi Brodetskyi <vb...@hortonworks.com> on 2015/03/25 17:16:09 UTC

Review Request 32482: Add Service Check to Tez Service

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32482/
-----------------------------------------------------------

Review request for Ambari and Andrew Onischuk.


Bugs: AMBARI-9997
    https://issues.apache.org/jira/browse/AMBARI-9997


Repository: ambari


Description
-------

.


Diffs
-----

  ambari-common/src/main/python/resource_management/libraries/functions/__init__.py e5d50a9 
  ambari-common/src/main/python/resource_management/libraries/functions/get_hdp_version.py PRE-CREATION 
  ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server.py abfde14 
  ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/install_jars.py a18ca72 
  ambari-server/src/main/resources/common-services/MAHOUT/1.0.0.2.3/package/scripts/service_check.py e01cf47 
  ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/metainfo.xml 58c5d39 
  ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/params.py 5e6d254 
  ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/service_check.py PRE-CREATION 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/install_jars.py PRE-CREATION 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params.py 9a11fdb 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/resourcemanager.py e5a26e7 
  ambari-server/src/main/resources/stacks/HDP/2.1/role_command_order.json 50505c9 
  ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py ab56a56 
  ambari-server/src/test/python/stacks/2.0.6/YARN/test_resourcemanager.py d32fc1a 
  ambari-server/src/test/python/stacks/2.1/TEZ/test_service_check.py PRE-CREATION 
  ambari-server/src/test/python/stacks/2.1/TEZ/test_tez_client.py 3d74113 

Diff: https://reviews.apache.org/r/32482/diff/


Testing
-------

mvn clean test


Thanks,

Vitalyi Brodetskyi


Re: Review Request 32482: Add Service Check to Tez Service

Posted by Andrew Onischuk <ao...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32482/#review77743
-----------------------------------------------------------



ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/params.py
<https://reviews.apache.org/r/32482/#comment125945>

    Using this on stage of importing params isnt' the best practice in future we can ran into issues importing params before installing hdp-select


- Andrew Onischuk


On March 25, 2015, 4:16 p.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/32482/
> -----------------------------------------------------------
> 
> (Updated March 25, 2015, 4:16 p.m.)
> 
> 
> Review request for Ambari and Andrew Onischuk.
> 
> 
> Bugs: AMBARI-9997
>     https://issues.apache.org/jira/browse/AMBARI-9997
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> .
> 
> 
> Diffs
> -----
> 
>   ambari-common/src/main/python/resource_management/libraries/functions/__init__.py e5d50a9 
>   ambari-common/src/main/python/resource_management/libraries/functions/get_hdp_version.py PRE-CREATION 
>   ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server.py abfde14 
>   ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/install_jars.py a18ca72 
>   ambari-server/src/main/resources/common-services/MAHOUT/1.0.0.2.3/package/scripts/service_check.py e01cf47 
>   ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/metainfo.xml 58c5d39 
>   ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/params.py 5e6d254 
>   ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/service_check.py PRE-CREATION 
>   ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/install_jars.py PRE-CREATION 
>   ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params.py 9a11fdb 
>   ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/resourcemanager.py e5a26e7 
>   ambari-server/src/main/resources/stacks/HDP/2.1/role_command_order.json 50505c9 
>   ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py ab56a56 
>   ambari-server/src/test/python/stacks/2.0.6/YARN/test_resourcemanager.py d32fc1a 
>   ambari-server/src/test/python/stacks/2.1/TEZ/test_service_check.py PRE-CREATION 
>   ambari-server/src/test/python/stacks/2.1/TEZ/test_tez_client.py 3d74113 
> 
> Diff: https://reviews.apache.org/r/32482/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>


Re: Review Request 32482: Add Service Check to Tez Service

Posted by Andrew Onischuk <ao...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32482/#review77745
-----------------------------------------------------------

Ship it!


Ship It!

- Andrew Onischuk


On March 25, 2015, 4:41 p.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/32482/
> -----------------------------------------------------------
> 
> (Updated March 25, 2015, 4:41 p.m.)
> 
> 
> Review request for Ambari and Andrew Onischuk.
> 
> 
> Bugs: AMBARI-9997
>     https://issues.apache.org/jira/browse/AMBARI-9997
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> .
> 
> 
> Diffs
> -----
> 
>   ambari-common/src/main/python/resource_management/libraries/functions/__init__.py e5d50a9 
>   ambari-common/src/main/python/resource_management/libraries/functions/get_hdp_version.py PRE-CREATION 
>   ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server.py abfde14 
>   ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/install_jars.py a18ca72 
>   ambari-server/src/main/resources/common-services/MAHOUT/1.0.0.2.3/package/scripts/service_check.py e01cf47 
>   ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/metainfo.xml 58c5d39 
>   ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/params.py 5e6d254 
>   ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/service_check.py PRE-CREATION 
>   ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/install_jars.py PRE-CREATION 
>   ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params.py 9a11fdb 
>   ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/resourcemanager.py e5a26e7 
>   ambari-server/src/main/resources/stacks/HDP/2.1/role_command_order.json 50505c9 
>   ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py ab56a56 
>   ambari-server/src/test/python/stacks/2.0.6/YARN/test_resourcemanager.py d32fc1a 
>   ambari-server/src/test/python/stacks/2.1/TEZ/test_service_check.py PRE-CREATION 
>   ambari-server/src/test/python/stacks/2.1/TEZ/test_tez_client.py 3d74113 
> 
> Diff: https://reviews.apache.org/r/32482/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>


Re: Review Request 32482: Add Service Check to Tez Service

Posted by Andrew Onischuk <ao...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32482/#review77765
-----------------------------------------------------------

Ship it!


Ship It!

- Andrew Onischuk


On March 25, 2015, 5:39 p.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/32482/
> -----------------------------------------------------------
> 
> (Updated March 25, 2015, 5:39 p.m.)
> 
> 
> Review request for Ambari and Andrew Onischuk.
> 
> 
> Bugs: AMBARI-9997
>     https://issues.apache.org/jira/browse/AMBARI-9997
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> .
> 
> 
> Diffs
> -----
> 
>   ambari-common/src/main/python/resource_management/libraries/functions/__init__.py e5d50a9 
>   ambari-common/src/main/python/resource_management/libraries/functions/get_hdp_version.py PRE-CREATION 
>   ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server.py abfde14 
>   ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/install_jars.py a18ca72 
>   ambari-server/src/main/resources/common-services/MAHOUT/1.0.0.2.3/package/scripts/service_check.py e01cf47 
>   ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/metainfo.xml 58c5d39 
>   ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/params.py 5e6d254 
>   ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/service_check.py PRE-CREATION 
>   ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/install_jars.py PRE-CREATION 
>   ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params.py 9a11fdb 
>   ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/resourcemanager.py e5a26e7 
>   ambari-server/src/main/resources/stacks/HDP/2.1/role_command_order.json 50505c9 
>   ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py ab56a56 
>   ambari-server/src/test/python/stacks/2.0.6/YARN/test_resourcemanager.py d32fc1a 
>   ambari-server/src/test/python/stacks/2.1/TEZ/test_service_check.py PRE-CREATION 
>   ambari-server/src/test/python/stacks/2.1/TEZ/test_tez_client.py 3d74113 
> 
> Diff: https://reviews.apache.org/r/32482/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>


Re: Review Request 32482: Add Service Check to Tez Service

Posted by Vitalyi Brodetskyi <vb...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32482/
-----------------------------------------------------------

(Updated Березень 25, 2015, 5:39 після полудня)


Review request for Ambari and Andrew Onischuk.


Bugs: AMBARI-9997
    https://issues.apache.org/jira/browse/AMBARI-9997


Repository: ambari


Description
-------

.


Diffs (updated)
-----

  ambari-common/src/main/python/resource_management/libraries/functions/__init__.py e5d50a9 
  ambari-common/src/main/python/resource_management/libraries/functions/get_hdp_version.py PRE-CREATION 
  ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server.py abfde14 
  ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/install_jars.py a18ca72 
  ambari-server/src/main/resources/common-services/MAHOUT/1.0.0.2.3/package/scripts/service_check.py e01cf47 
  ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/metainfo.xml 58c5d39 
  ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/params.py 5e6d254 
  ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/service_check.py PRE-CREATION 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/install_jars.py PRE-CREATION 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params.py 9a11fdb 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/resourcemanager.py e5a26e7 
  ambari-server/src/main/resources/stacks/HDP/2.1/role_command_order.json 50505c9 
  ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py ab56a56 
  ambari-server/src/test/python/stacks/2.0.6/YARN/test_resourcemanager.py d32fc1a 
  ambari-server/src/test/python/stacks/2.1/TEZ/test_service_check.py PRE-CREATION 
  ambari-server/src/test/python/stacks/2.1/TEZ/test_tez_client.py 3d74113 

Diff: https://reviews.apache.org/r/32482/diff/


Testing
-------

mvn clean test


Thanks,

Vitalyi Brodetskyi


Re: Review Request 32482: Add Service Check to Tez Service

Posted by Vitalyi Brodetskyi <vb...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32482/
-----------------------------------------------------------

(Updated Березень 25, 2015, 4:41 після полудня)


Review request for Ambari and Andrew Onischuk.


Bugs: AMBARI-9997
    https://issues.apache.org/jira/browse/AMBARI-9997


Repository: ambari


Description
-------

.


Diffs (updated)
-----

  ambari-common/src/main/python/resource_management/libraries/functions/__init__.py e5d50a9 
  ambari-common/src/main/python/resource_management/libraries/functions/get_hdp_version.py PRE-CREATION 
  ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server.py abfde14 
  ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/install_jars.py a18ca72 
  ambari-server/src/main/resources/common-services/MAHOUT/1.0.0.2.3/package/scripts/service_check.py e01cf47 
  ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/metainfo.xml 58c5d39 
  ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/params.py 5e6d254 
  ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/service_check.py PRE-CREATION 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/install_jars.py PRE-CREATION 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params.py 9a11fdb 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/resourcemanager.py e5a26e7 
  ambari-server/src/main/resources/stacks/HDP/2.1/role_command_order.json 50505c9 
  ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py ab56a56 
  ambari-server/src/test/python/stacks/2.0.6/YARN/test_resourcemanager.py d32fc1a 
  ambari-server/src/test/python/stacks/2.1/TEZ/test_service_check.py PRE-CREATION 
  ambari-server/src/test/python/stacks/2.1/TEZ/test_tez_client.py 3d74113 

Diff: https://reviews.apache.org/r/32482/diff/


Testing
-------

mvn clean test


Thanks,

Vitalyi Brodetskyi