Repository: ambari Updated Branches: refs/heads/trunk c126aa318 -> cd5f4dfc9
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/cd5f4dfc Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/cd5f4dfc Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/cd5f4dfc Branch: refs/heads/trunk Commit: cd5f4dfc9299376c21e2f490c0a50c34dff05269 Parents: c126aa3 Author: Bhuvnesh Chaudhary <[email protected]> Authored: Fri Jun 3 12:27:47 2016 -0700 Committer: Bhuvnesh Chaudhary <[email protected]> Committed: Fri Jun 3 12:27:47 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/cd5f4dfc/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>
