You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Gautam Borad <gb...@gmail.com> on 2015/01/24 14:34:14 UTC

Review Request 30245: [Ranger - Ambari] Consolidated patch for various Jiras

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

Review request for Ambari, Alejandro Fernandez, Andrew Onischuk, Jaimin Jetly, Velmurugan Periasamy, and Yusaku Sako.


Bugs: AMBARI-8949, AMBARI-9188 and AMBARI-9285
    https://issues.apache.org/jira/browse/AMBARI-8949
    https://issues.apache.org/jira/browse/AMBARI-9188
    https://issues.apache.org/jira/browse/AMBARI-9285


Repository: ambari


Description
-------

Consolidated patch contaning fix for the following Jiras :

- AMBARI-9285 - Add default values for ranger plugin properties
- AMBARI-9188 - Adhere to ambari's 2-space formatting rule
- AMBARI-8949 - Support Ranger installation via Ambari
- Also added the support for Ranger Storm plugin to be integrated with Ambari


Diffs
-----

  ambari-common/src/main/python/resource_management/libraries/functions/ranger_functions.py 4036611 
  ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params.py 74cc0a4 
  ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/setup_ranger_hbase.py 6daa0bf 
  ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/params.py 4d120b1 
  ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/setup_ranger_hdfs.py d93ba65 
  ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params.py bebb2fd 
  ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/setup_ranger_hive.py cc6a1d4 
  ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/package/scripts/params.py 28fabe5 
  ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/package/scripts/setup_ranger_knox.py 76185a8 
  ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/ranger-env.xml fbe5d64 
  ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/ranger-site.xml PRE-CREATION 
  ambari-server/src/main/resources/common-services/RANGER/0.4.0/metainfo.xml db6544b 
  ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/params.py 2deac53 
  ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/ranger_admin.py 36a5759 
  ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/ranger_usersync.py e474092 
  ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/service_check.py 51bbf52 
  ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/setup_ranger.py 81e3f2e 
  ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/metainfo.xml 4cf3aa4 
  ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/package/scripts/nimbus.py 856ca54 
  ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/package/scripts/params.py 952a386 
  ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/package/scripts/setup_ranger_storm.py PRE-CREATION 
  ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/package/scripts/ui_server.py 1e317d5 
  ambari-server/src/main/resources/stacks/HDP/2.2/services/STORM/configuration/ranger-storm-plugin-properties.xml PRE-CREATION 
  ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py 1608e04 

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


Testing
-------

Did the following testing:

1] Tested on RHEL6 multi-node cluster with Security enabled
2] Tested on Simple RHEL6 multi-node cluster 
3] Tested on Simple Ubuntu 12 multi-node cluster

With the following two scenarios :

1] Setup the cluster without Ranger and then add Ranger as a service
2] Setup the cluster with Ranger


Thanks,

Gautam Borad


Re: Review Request 30245: [Ranger - Ambari] Consolidated patch for various Jiras

Posted by Velmurugan Periasamy <vp...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30245/#review69546
-----------------------------------------------------------


Please look at the new review request - https://reviews.apache.org/r/30247/

- Velmurugan Periasamy


On Jan. 24, 2015, 3:01 p.m., Gautam Borad wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/30245/
> -----------------------------------------------------------
> 
> (Updated Jan. 24, 2015, 3:01 p.m.)
> 
> 
> Review request for Ambari, Alejandro Fernandez, Andrew Onischuk, Jaimin Jetly, Jonathan Hurley, Nate Cole, Velmurugan Periasamy, and Yusaku Sako.
> 
> 
> Bugs: AMBARI-8949, AMBARI-9188 and AMBARI-9285
>     https://issues.apache.org/jira/browse/AMBARI-8949
>     https://issues.apache.org/jira/browse/AMBARI-9188
>     https://issues.apache.org/jira/browse/AMBARI-9285
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Consolidated patch contaning fix for the following Jiras :
> 
> - AMBARI-9285 - Add default values for ranger plugin properties
> - AMBARI-9188 - Adhere to ambari's 2-space formatting rule
> - AMBARI-8949 - Support Ranger installation via Ambari
> - Also added the support for Ranger Storm plugin to be integrated with Ambari
> 
> 
> Diffs
> -----
> 
>   ambari-common/src/main/python/resource_management/libraries/functions/ranger_functions.py 4036611 
>   ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params.py 74cc0a4 
>   ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/setup_ranger_hbase.py 6daa0bf 
>   ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/params.py 4d120b1 
>   ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/setup_ranger_hdfs.py d93ba65 
>   ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params.py bebb2fd 
>   ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/setup_ranger_hive.py cc6a1d4 
>   ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/package/scripts/params.py 28fabe5 
>   ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/package/scripts/setup_ranger_knox.py 76185a8 
>   ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/ranger-env.xml fbe5d64 
>   ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/ranger-site.xml PRE-CREATION 
>   ambari-server/src/main/resources/common-services/RANGER/0.4.0/metainfo.xml db6544b 
>   ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/params.py 2deac53 
>   ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/ranger_admin.py 36a5759 
>   ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/ranger_usersync.py e474092 
>   ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/service_check.py 51bbf52 
>   ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/setup_ranger.py 81e3f2e 
>   ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/metainfo.xml 4cf3aa4 
>   ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/package/scripts/nimbus.py 856ca54 
>   ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/package/scripts/params.py 952a386 
>   ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/package/scripts/setup_ranger_storm.py PRE-CREATION 
>   ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/package/scripts/ui_server.py 1e317d5 
>   ambari-server/src/main/resources/stacks/HDP/2.2/services/STORM/configuration/ranger-storm-plugin-properties.xml PRE-CREATION 
>   ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py 1608e04 
> 
> Diff: https://reviews.apache.org/r/30245/diff/
> 
> 
> Testing
> -------
> 
> Did the following testing:
> 
> 1] Tested on RHEL6 multi-node cluster with Security enabled
> 2] Tested on Simple RHEL6 multi-node cluster 
> 3] Tested on Simple Ubuntu 12 multi-node cluster
> 
> With the following two scenarios :
> 
> 1] Setup the cluster without Ranger and then add Ranger as a service
> 
> 
> Thanks,
> 
> Gautam Borad
> 
>


Re: Review Request 30245: [Ranger - Ambari] Consolidated patch for various Jiras

Posted by Gautam Borad <gb...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30245/
-----------------------------------------------------------

(Updated Jan. 24, 2015, 3:01 p.m.)


Review request for Ambari, Alejandro Fernandez, Andrew Onischuk, Jaimin Jetly, Jonathan Hurley, Nate Cole, Velmurugan Periasamy, and Yusaku Sako.


Changes
-------

Modified the diff and added Nate Cole and Jonathan Hurley.


Bugs: AMBARI-8949, AMBARI-9188 and AMBARI-9285
    https://issues.apache.org/jira/browse/AMBARI-8949
    https://issues.apache.org/jira/browse/AMBARI-9188
    https://issues.apache.org/jira/browse/AMBARI-9285


Repository: ambari


Description
-------

Consolidated patch contaning fix for the following Jiras :

- AMBARI-9285 - Add default values for ranger plugin properties
- AMBARI-9188 - Adhere to ambari's 2-space formatting rule
- AMBARI-8949 - Support Ranger installation via Ambari
- Also added the support for Ranger Storm plugin to be integrated with Ambari


Diffs (updated)
-----

  ambari-common/src/main/python/resource_management/libraries/functions/ranger_functions.py 4036611 
  ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params.py 74cc0a4 
  ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/setup_ranger_hbase.py 6daa0bf 
  ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/params.py 4d120b1 
  ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/setup_ranger_hdfs.py d93ba65 
  ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params.py bebb2fd 
  ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/setup_ranger_hive.py cc6a1d4 
  ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/package/scripts/params.py 28fabe5 
  ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/package/scripts/setup_ranger_knox.py 76185a8 
  ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/ranger-env.xml fbe5d64 
  ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/ranger-site.xml PRE-CREATION 
  ambari-server/src/main/resources/common-services/RANGER/0.4.0/metainfo.xml db6544b 
  ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/params.py 2deac53 
  ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/ranger_admin.py 36a5759 
  ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/ranger_usersync.py e474092 
  ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/service_check.py 51bbf52 
  ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/setup_ranger.py 81e3f2e 
  ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/metainfo.xml 4cf3aa4 
  ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/package/scripts/nimbus.py 856ca54 
  ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/package/scripts/params.py 952a386 
  ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/package/scripts/setup_ranger_storm.py PRE-CREATION 
  ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/package/scripts/ui_server.py 1e317d5 
  ambari-server/src/main/resources/stacks/HDP/2.2/services/STORM/configuration/ranger-storm-plugin-properties.xml PRE-CREATION 
  ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py 1608e04 

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


Testing (updated)
-------

Did the following testing:

1] Tested on RHEL6 multi-node cluster with Security enabled
2] Tested on Simple RHEL6 multi-node cluster 
3] Tested on Simple Ubuntu 12 multi-node cluster

With the following two scenarios :

1] Setup the cluster without Ranger and then add Ranger as a service


Thanks,

Gautam Borad