Brett Anderson

Results 5 comments of Brett Anderson

For others having this same issue and discovering this post, I found that setting the 'force path' option solved the issue for me: In python (boto3): ``` boto3.client( 's3', endpoint_url='http://%s:%s'...

For others having this same issue and discovering this post, I found that setting the 'force path' option solved the issue for me: In python (boto3): ``` boto3.client( 's3', endpoint_url='http://%s:%s'...

I tried running again after upgrading KGTK to 1.5.2. I used exactly the same command except this time I set `-procs `to `1`. I had several KGTK processes, one holding...

I tried again with two processes. Same result as my first post. I did notice that the two processes spawned to do the work eventually became zombies, from `top` command:...

Hi! Thanks for that link, I'll try using the pre-processed version and that should get me unstuck for now. Thanks!