Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D13219849 for ; Wed, 2 Mar 2016 00:13:24 +0000 (UTC) Received: (qmail 40858 invoked by uid 500); 2 Mar 2016 00:13:24 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 40830 invoked by uid 500); 2 Mar 2016 00:13:23 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 40820 invoked by uid 99); 2 Mar 2016 00:13:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2016 00:13:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BA36EE0007; Wed, 2 Mar 2016 00:13:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: odiachenko@apache.org To: commits@ambari.apache.org Message-Id: <0ed65debb9074b7db67969e8cb1634b4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-15240. Move PXF right under HAWQ in service display order(mithmatt via odiachenko). Date: Wed, 2 Mar 2016 00:13:23 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/branch-2.2 9ed989027 -> 8d9495455 AMBARI-15240. Move PXF right under HAWQ in service display order(mithmatt via odiachenko). Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8d949545 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8d949545 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8d949545 Branch: refs/heads/branch-2.2 Commit: 8d949545518534460b230349b8da4e7f7d819bc1 Parents: 9ed9890 Author: Oleksandr Diachenko Authored: Tue Mar 1 16:13:09 2016 -0800 Committer: Oleksandr Diachenko Committed: Tue Mar 1 16:13:20 2016 -0800 ---------------------------------------------------------------------- ambari-web/app/models/stack_service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8d949545/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 e71b599..2453514 100644 --- a/ambari-web/app/models/stack_service.js +++ b/ambari-web/app/models/stack_service.js @@ -203,9 +203,9 @@ App.StackService.displayOrder = [ 'GANGLIA', 'HIVE', 'HAWQ', + 'PXF', 'HBASE', 'PIG', - 'PXF', 'SQOOP', 'OOZIE', 'ZOOKEEPER',