<div dir="ltr">Hey Jon,<div><br></div><div>Can you post your code as a work in progress review? Maybe we can perceive from the code what is wrong.</div><div><br></div><div>Thanks,</div><div><br></div><div>Dmitry</div></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/10 Jon Maron <span dir="ltr"><<a href="mailto:jmaron@hortonworks.com" target="_blank">jmaron@hortonworks.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
  I am debugging an issue with the swift integration - I see os_auth_url with a value of 127.0.0.1, indicating that at the time the swift helper is invoked the default value for auth host is being leveraged rather than the value in the savanna.conf file.  Any ideas how that may happen?<br>

<br>
More detail:<br>
<br>
  We are invoking the swift_helper to configure the swift associated properties and ending up with the following in core-site.xml:<br>
<br>
  </property><br>
    <property><br>
    <name>fs.swift.service.savanna.auth.url</name><br>
    <value><a href="http://127.0.0.1:35357/v2.0/tokens/" target="_blank">http://127.0.0.1:35357/v2.0/tokens/</a></value><br>
  </property><br>
<br>
  Which, as expected, yields the following when running on a tasktracker VM:<br>
<br>
org.apache.pig.impl.plan.VisitorException: ERROR 6000:<br>
<file test.pig, line 7, column 0> Output Location Validation Failed for: 'swift://jmaron.savanna/output More info to follow:<br>
POST <a href="http://127.0.0.1:35357/v2.0/tokens/" target="_blank">http://127.0.0.1:35357/v2.0/tokens/</a> failed on exception: java.net.ConnectException: Connection refused; For more details see:  <a href="http://wiki.apache.org/hadoop/ConnectionRefused" target="_blank">http://wiki.apache.org/hadoop/ConnectionRefused</a><br>

<br>
-- Jon<br>
--<br>
CONFIDENTIALITY NOTICE<br>
NOTICE: This message is intended for the use of the individual or entity to<br>
which it is addressed and may contain information that is confidential,<br>
privileged and exempt from disclosure under applicable law. If the reader<br>
of this message is not the intended recipient, you are hereby notified that<br>
any printing, copying, dissemination, distribution, disclosure or<br>
forwarding of this communication is strictly prohibited. If you have<br>
received this communication in error, please contact the sender immediately<br>
and delete it from your system. Thank You.<br>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</blockquote></div><br></div>