westonpace commented on issue #36587:
URL: https://github.com/apache/arrow/issues/36587#issuecomment-1634242729

   > Is there anything i have to look out for? Also one thing i noticed the 
that my code snippet never finishes.
   
   I'm interested in the timing.  I was looking to see if the 970s was spent 
waiting for requests to be responded to from S3 or spent trying to resolve 
configuration or spent in some other way.  It should be possible to determine 
these things by correlating the timestamps in the trace logging.
   
   You could redirect the log output to a file using an approach like 
[this](https://stackoverflow.com/questions/14571090/ipython-redirecting-output-of-a-python-script-to-a-file-like-bash).
   
   > Also i tried using AWS_EC2_METADATA_DISABLED=true and i got access denied.
   
   You mentioned that your code is running in a kubernetes pod.  Is this pod on 
an EC2 instance?  Is this perhaps EKS?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to