Repository: ambari Updated Branches: refs/heads/branch-2.4 21fff21d1 -> 2efa2575c
AMBARI-17024: Update name of PXF component to PXF Agent (bhuvnesh2703) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2efa2575 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2efa2575 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2efa2575 Branch: refs/heads/branch-2.4 Commit: 2efa2575cc91a594495fec06f40a08f72e9205b2 Parents: 21fff21 Author: Bhuvnesh Chaudhary <[email protected]> Authored: Fri Jun 3 12:28:12 2016 -0700 Committer: Bhuvnesh Chaudhary <[email protected]> Committed: Fri Jun 3 12:28:12 2016 -0700 ---------------------------------------------------------------------- .../src/main/resources/common-services/PXF/3.0.0/metainfo.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/2efa2575/ambari-server/src/main/resources/common-services/PXF/3.0.0/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/PXF/3.0.0/metainfo.xml b/ambari-server/src/main/resources/common-services/PXF/3.0.0/metainfo.xml index ba1c58e..5978d0b 100644 --- a/ambari-server/src/main/resources/common-services/PXF/3.0.0/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/PXF/3.0.0/metainfo.xml @@ -28,7 +28,7 @@ <component> <name>PXF</name> - <displayName>PXF</displayName> + <displayName>PXF Agent</displayName> <category>SLAVE</category> <cardinality>1+</cardinality> <commandScript> @@ -37,7 +37,7 @@ <timeout>600</timeout> </commandScript> <bulkCommands> - <displayName>PXF</displayName> + <displayName>PXF Agent</displayName> </bulkCommands> </component> </components>
