AMBARI-13412. HAWQ and PXF are not mentioned in the stack service display order (Mithun Mathew via odiachenko).
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fbc65a9c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fbc65a9c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fbc65a9c Branch: refs/heads/branch-dev-patch-upgrade Commit: fbc65a9c4b6b3f33c93e46d04c451eba07eb157c Parents: 716e258 Author: Oleksandr Diachenko <[email protected]> Authored: Thu Oct 15 14:27:24 2015 -0700 Committer: Oleksandr Diachenko <[email protected]> Committed: Thu Oct 15 14:27:24 2015 -0700 ---------------------------------------------------------------------- ambari-web/app/models/stack_service.js | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/fbc65a9c/ambari-web/app/models/stack_service.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/models/stack_service.js b/ambari-web/app/models/stack_service.js index 78059d3..ce4278e 100644 --- a/ambari-web/app/models/stack_service.js +++ b/ambari-web/app/models/stack_service.js @@ -206,8 +206,10 @@ App.StackService.displayOrder = [ 'TEZ', 'GANGLIA', 'HIVE', + 'HAWQ', 'HBASE', 'PIG', + 'PXF', 'SQOOP', 'OOZIE', 'ZOOKEEPER',
