Boyang Zhao

Results 18 comments of Boyang Zhao

Hi @jessebrennan Can you provide some more instructions/guidance on how to view the dashboards while the runs is done via AWS? The wording `The dashboard can then be viewed in...

Thanks. When I do `toil ssh-cluster --zone us-east-1a `, going to localhost:3000 doesn't work. When I go to localhost:5050, I get the error `Failed to connect to localhost:5050` even though...

> What do you mean by "I always see the /tmp is full"? Surely it's empty when you freshly launch the cluster, right? And then it fills up when you...

With `TMPDIR`, I can now redirect the tmp to be on disk. But indeed, it seems that the tmp fills up very quickly (it uses in one job 31GB, seems...

Thanks. Using a bigger EBS and/or using `d` resolved those issues. As I'm unit testing my more involved workflows, it seems the run would stall. I see for example, ```...

@adamnovak Is there a way to see what toil is currently doing? I've managed to switch over the the spot instances (something else I was working on), but it still...

Thanks for the info - I can see the status on the mesos dashboard now (I just called `toil ssh-cluster --zone us-east-1a `, and the localhost:5050 works, except it has...

@adamnovak Any chance do you know what is the priority on the epic/issue of inefficiency when uploading from S3 to S3 (weeks, months, or years)? It seems right now impossible...

This happens as an 'artifact' on AWS when a folder is created manually in the AWS online console. There is no concept of folder structure on S3, but this method...

thank you! I see the path forward to set this up then,. And the destBucket is working nicely. > I think we [have this functionality attached to `File` and `Directory`...