You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Xi Wang <xw...@hortonworks.com> on 2015/08/22 00:27:17 UTC

Review Request 37695: Ranger quick link in Ambari 2.1.0 with HDP-2.2 does not track the http, https port value

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

Review request for Ambari and Yusaku Sako.


Bugs: BUG-12773
    https://issues.apache.org/jira/browse/BUG-12773


Repository: ambari


Description
-------

The use case for quick link to work:
For *+Amabri 2.1+*(and higher) + *+HDP 2.2+* the quick links should read properties (*http.service.port*, *https.service.port*, *http.enabled*) from "ranger-site.xml" 

* If http ( http.enabled=true)
**  Quick link needs to be : <ranger_host>:http.service.port
*
* if https ( http.enabled=false) 
** Quick link needs to be : <ranger_host>:https.service.port

For *+Ambari 2.1+*(and higher) + *+HDP 2.3+* the quick links should read properties (*ranger.service.http.port*,*ranger.service.https.port*, *ranger.service.https.attrib.ssl.enabled*, *ranger.service.http.enabled*) from "ranger-admin-site.xml"

* If http ( ranger.service.http.enabled=true AND ranger.service.https.attrib.ssl.enabled=false)
**  Quick link needs to be : <ranger_host>:ranger.service.http.port
*
* if https ( ranger.service.http.enabled=false AND ranger.service.https.attrib.ssl.enabled=true) 
**  Quick link needs to be : <ranger_host>:ranger.service.https.port


Diffs
-----

  ambari-web/app/views/common/quick_view_link_view.js e76127e 
  ambari-web/test/views/common/quick_link_view_test.js f9e9941 

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


Testing
-------


Thanks,

Xi Wang


Re: Review Request 37695: Ranger quick link in Ambari 2.1.0 with HDP-2.2 does not track the http, https port value

Posted by Yusaku Sako <yu...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37695/#review96098
-----------------------------------------------------------

Ship it!


Ship It!

- Yusaku Sako


On Aug. 21, 2015, 10:31 p.m., Xi Wang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/37695/
> -----------------------------------------------------------
> 
> (Updated Aug. 21, 2015, 10:31 p.m.)
> 
> 
> Review request for Ambari and Yusaku Sako.
> 
> 
> Bugs: AMBARI-12773
>     https://issues.apache.org/jira/browse/AMBARI-12773
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> The use case for quick link to work:
> For *+Amabri 2.1+*(and higher) + *+HDP 2.2+* the quick links should read properties (*http.service.port*, *https.service.port*, *http.enabled*) from "ranger-site.xml" 
> 
> * If http ( http.enabled=true)
> **  Quick link needs to be : <ranger_host>:http.service.port
> *
> * if https ( http.enabled=false) 
> ** Quick link needs to be : <ranger_host>:https.service.port
> 
> For *+Ambari 2.1+*(and higher) + *+HDP 2.3+* the quick links should read properties (*ranger.service.http.port*,*ranger.service.https.port*, *ranger.service.https.attrib.ssl.enabled*, *ranger.service.http.enabled*) from "ranger-admin-site.xml"
> 
> * If http ( ranger.service.http.enabled=true AND ranger.service.https.attrib.ssl.enabled=false)
> **  Quick link needs to be : <ranger_host>:ranger.service.http.port
> *
> * if https ( ranger.service.http.enabled=false AND ranger.service.https.attrib.ssl.enabled=true) 
> **  Quick link needs to be : <ranger_host>:ranger.service.https.port
> 
> 
> Diffs
> -----
> 
>   ambari-web/app/views/common/quick_view_link_view.js e76127e 
>   ambari-web/test/views/common/quick_link_view_test.js f9e9941 
> 
> Diff: https://reviews.apache.org/r/37695/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Xi Wang
> 
>


Re: Review Request 37695: Ranger quick link in Ambari 2.1.0 with HDP-2.2 does not track the http, https port value

Posted by Xi Wang <xw...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37695/
-----------------------------------------------------------

(Updated Aug. 21, 2015, 3:31 p.m.)


Review request for Ambari and Yusaku Sako.


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


Repository: ambari


Description
-------

The use case for quick link to work:
For *+Amabri 2.1+*(and higher) + *+HDP 2.2+* the quick links should read properties (*http.service.port*, *https.service.port*, *http.enabled*) from "ranger-site.xml" 

* If http ( http.enabled=true)
**  Quick link needs to be : <ranger_host>:http.service.port
*
* if https ( http.enabled=false) 
** Quick link needs to be : <ranger_host>:https.service.port

For *+Ambari 2.1+*(and higher) + *+HDP 2.3+* the quick links should read properties (*ranger.service.http.port*,*ranger.service.https.port*, *ranger.service.https.attrib.ssl.enabled*, *ranger.service.http.enabled*) from "ranger-admin-site.xml"

* If http ( ranger.service.http.enabled=true AND ranger.service.https.attrib.ssl.enabled=false)
**  Quick link needs to be : <ranger_host>:ranger.service.http.port
*
* if https ( ranger.service.http.enabled=false AND ranger.service.https.attrib.ssl.enabled=true) 
**  Quick link needs to be : <ranger_host>:ranger.service.https.port


Diffs
-----

  ambari-web/app/views/common/quick_view_link_view.js e76127e 
  ambari-web/test/views/common/quick_link_view_test.js f9e9941 

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


Testing
-------


Thanks,

Xi Wang