Hi,

  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?

More detail:

  We are invoking the swift_helper to configure the swift associated properties 
and ending up with the following in core-site.xml:

  </property>
    <property>
    <name>fs.swift.service.savanna.auth.url</name>
    <value>http://127.0.0.1:35357/v2.0/tokens/</value>
  </property>

  Which, as expected, yields the following when running on a tasktracker VM:

org.apache.pig.impl.plan.VisitorException: ERROR 6000: 
<file test.pig, line 7, column 0> Output Location Validation Failed for: 
'swift://jmaron.savanna/output More info to follow:
POST http://127.0.0.1:35357/v2.0/tokens/ failed on exception: 
java.net.ConnectException: Connection refused; For more details see:  
http://wiki.apache.org/hadoop/ConnectionRefused

-- Jon
-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to