Ramya Sunil created AMBARI-544:
----------------------------------
Summary: Templeton configs for pig archive not correct in HMC
Key: AMBARI-544
URL: https://issues.apache.org/jira/browse/AMBARI-544
Project: Ambari
Issue Type: Bug
Affects Versions: ambari-186
Reporter: Ramya Sunil
Assignee: Ramya Sunil
>From Arpit:
The configs for pig in templeton are wrong.
The deployed configs are
{noformat}
<property>
<name>templeton.pig.archive</name>
<value>hdfs:///apps/templeton/</value>
<description>The path to the Pig archive.</description>
</property>
<property>
<name>templeton.pig.path</name>
<value>/pig-0.9.2/bin/pig</value>
<description>The path to the Pig executable.</description>
</property>
{noformat}
They are missing the pig tar ball. For example they should be
{noformat}
<property>
<name>templeton.pig.archive</name>
<value>hdfs:///apps/templeton/pig.tar.gz</value>
<description>The path to the Pig archive.</description>
</property>
<property>
<name>templeton.pig.path</name>
<value>pig.tar.gz/pig-0.9.2/bin/pig</value>
<description>The path to the Pig executable.</description>
</property>
{noformat}
So both the properties are missing 'pig-0.9.2.tar.gz'
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira