You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Sid Wagle <sw...@hortonworks.com> on 2015/06/10 02:58:25 UTC

Review Request 35277: Views: Tez View should automatically work out of the box in Ambari 2.1

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

Review request for Ambari, Mahadev Konar, Sumit Mohanty, and Srimanth Gunturi.


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


Repository: ambari


Description
-------

Change stack advisor to recommend tez.tez-ui.history-url.base in tez-site and the value should be:

http://<ambari-server-hostname>:<ambari-server-port>/views/TEZ/<version>/TEZ_CLUSTER_INSTANCE

version = the highest version for tez view in /var/lib/ambari-server/resources/views/tez-view*


Diffs
-----

  ambari-server/src/main/java/org/apache/ambari/server/api/services/AmbariMetaInfo.java a8afcf4 
  ambari-server/src/main/java/org/apache/ambari/server/api/services/stackadvisor/commands/StackAdvisorCommand.java 505ea17 
  ambari-server/src/main/resources/stacks/HDP/2.1/services/stack_advisor.py 44595be 
  ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py e65736e 
  ambari-server/src/main/resources/stacks/stack_advisor.py 767e565 
  ambari-server/src/test/java/org/apache/ambari/server/api/services/stackadvisor/commands/StackAdvisorCommandTest.java 3f21bce 

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


Testing
-------

Verified manually, unit test passed.


Thanks,

Sid Wagle