You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2014/08/20 23:12:58 UTC

git commit: AMBARI-6941. Pig downloaded configs have file with incorrect name (pig.properties.properties) (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk d436a843e -> 6fddbb7aa


AMBARI-6941. Pig downloaded configs have file with incorrect name (pig.properties.properties) (aonishuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6fddbb7a
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6fddbb7a
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6fddbb7a

Branch: refs/heads/trunk
Commit: 6fddbb7aa0ccdb6130aec6ed71afb059e91af4ec
Parents: d436a84
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Thu Aug 21 00:12:50 2014 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Thu Aug 21 00:12:50 2014 +0300

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.0.6/services/PIG/metainfo.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6fddbb7a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/PIG/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/PIG/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/PIG/metainfo.xml
index fbd6173..5d9dba5 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/PIG/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/PIG/metainfo.xml
@@ -45,7 +45,7 @@
             </configFile>
             <configFile>
               <type>env</type>
-              <fileName>pig-properties.properties</fileName>
+              <fileName>pig.properties</fileName>
               <dictionaryName>pig-properties</dictionaryName>
             </configFile>                         
           </configFiles>