You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Dmitro Lisnichenko <dl...@hortonworks.com> on 2015/09/09 13:00:54 UTC

Review Request 38215: Handle dependencies for 'hadoop.proxyuser.**' properties in stack advisor

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

Review request for Ambari, Andrew Onischuk and Myroslav Papirkovskyy.


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


Repository: ambari


Description
-------

For now UI adds some properties like:
hadoop.proxyuser.*.hosts, 
hadoop.proxyuser.*.groups, 
oozie.service.ProxyUserService.proxyuser.*.hosts, 
oozie.service.ProxyUserService.proxyuser.*.groups
This properties should come to UI as recommendations.
Please refer link to see complete set of such properties that should come up as recommendations.


Diffs
-----

  ambari-server/src/main/java/org/apache/ambari/server/api/services/stackadvisor/StackAdvisorRequest.java 4db2133 
  ambari-server/src/main/java/org/apache/ambari/server/controller/internal/StackAdvisorResourceProvider.java 9412a2a 
  ambari-server/src/main/java/org/apache/ambari/server/state/ChangedConfigInfo.java PRE-CREATION 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/stack_advisor.py 3d535de 
  ambari-server/src/main/resources/stacks/HDP/2.1/services/stack_advisor.py 1607287 
  ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py 9a7d7a0 
  ambari-server/src/main/resources/stacks/stack_advisor.py 0ef953d 
  ambari-server/src/test/python/stacks/2.0.6/common/test_stack_advisor.py 75e59f9 
  ambari-server/src/test/python/stacks/2.1/common/test_stack_advisor.py 0d5caf6 
  ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py d0260f9 

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


Testing
-------

in progress


Thanks,

Dmitro Lisnichenko


Re: Review Request 38215: Handle dependencies for 'hadoop.proxyuser.**' properties in stack advisor

Posted by Myroslav Papirkovskyy <mp...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38215/#review98165
-----------------------------------------------------------

Ship it!


Ship It!

- Myroslav Papirkovskyy


On Вер. 9, 2015, 2 після полудня, Dmitro Lisnichenko wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/38215/
> -----------------------------------------------------------
> 
> (Updated Вер. 9, 2015, 2 після полудня)
> 
> 
> Review request for Ambari, Andrew Onischuk and Myroslav Papirkovskyy.
> 
> 
> Bugs: AMBARI-13045
>     https://issues.apache.org/jira/browse/AMBARI-13045
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> For now UI adds some properties like:
> hadoop.proxyuser.*.hosts, 
> hadoop.proxyuser.*.groups, 
> oozie.service.ProxyUserService.proxyuser.*.hosts, 
> oozie.service.ProxyUserService.proxyuser.*.groups
> This properties should come to UI as recommendations.
> Please refer link to see complete set of such properties that should come up as recommendations.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/java/org/apache/ambari/server/api/services/stackadvisor/StackAdvisorRequest.java 4db2133 
>   ambari-server/src/main/java/org/apache/ambari/server/controller/internal/StackAdvisorResourceProvider.java 9412a2a 
>   ambari-server/src/main/java/org/apache/ambari/server/state/ChangedConfigInfo.java PRE-CREATION 
>   ambari-server/src/main/resources/stacks/HDP/2.0.6/services/stack_advisor.py 3d535de 
>   ambari-server/src/main/resources/stacks/HDP/2.1/services/stack_advisor.py 1607287 
>   ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py 9a7d7a0 
>   ambari-server/src/main/resources/stacks/stack_advisor.py 0ef953d 
>   ambari-server/src/test/python/stacks/2.0.6/common/test_stack_advisor.py 75e59f9 
>   ambari-server/src/test/python/stacks/2.1/common/test_stack_advisor.py 0d5caf6 
>   ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py d0260f9 
> 
> Diff: https://reviews.apache.org/r/38215/diff/
> 
> 
> Testing
> -------
> 
> in progress
> 
> 
> Thanks,
> 
> Dmitro Lisnichenko
> 
>


Re: Review Request 38215: Handle dependencies for 'hadoop.proxyuser.**' properties in stack advisor

Posted by Dmitro Lisnichenko <dl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38215/
-----------------------------------------------------------

(Updated Sept. 9, 2015, 12:21 p.m.)


Review request for Ambari, Andrew Onischuk and Myroslav Papirkovskyy.


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


Repository: ambari


Description
-------

For now UI adds some properties like:
hadoop.proxyuser.*.hosts, 
hadoop.proxyuser.*.groups, 
oozie.service.ProxyUserService.proxyuser.*.hosts, 
oozie.service.ProxyUserService.proxyuser.*.groups
This properties should come to UI as recommendations.
Please refer link to see complete set of such properties that should come up as recommendations.


Diffs
-----

  ambari-server/src/main/java/org/apache/ambari/server/api/services/stackadvisor/StackAdvisorRequest.java 4db2133 
  ambari-server/src/main/java/org/apache/ambari/server/controller/internal/StackAdvisorResourceProvider.java 9412a2a 
  ambari-server/src/main/java/org/apache/ambari/server/state/ChangedConfigInfo.java PRE-CREATION 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/stack_advisor.py 3d535de 
  ambari-server/src/main/resources/stacks/HDP/2.1/services/stack_advisor.py 1607287 
  ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py 9a7d7a0 
  ambari-server/src/main/resources/stacks/stack_advisor.py 0ef953d 
  ambari-server/src/test/python/stacks/2.0.6/common/test_stack_advisor.py 75e59f9 
  ambari-server/src/test/python/stacks/2.1/common/test_stack_advisor.py 0d5caf6 
  ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py d0260f9 

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


Testing (updated)
-------

Ran 261 tests in 8.110s

OK
----------------------------------------------------------------------
Total run:815
Total errors:0
Total failures:0
OK
Cluster primary/cluster OS family is aaa11 and local/current OS family is aaa11
Cluster primary/cluster OS family is zzz_x77 and local/current OS family is ddd33
WARNING: Can not find /tmp/ambari-test/tmpwcpAmj file from previous version, skipping import of settings
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:01:10.575s
[INFO] Finished at: Wed Sep 09 15:01:36 EEST 2015
[INFO] Final Memory: 53M/650M
[INFO] ------------------------------------------------------------------------


Thanks,

Dmitro Lisnichenko