I was trying to figure out how to programmatically access a task's stdout & stderr, and I don't fully understand how the URL is constructed. It seems to be of the form http:// $slave_url:5050/read.json?$work_dir/work/slaves/$slave_id/frameworks/$framework_id/executors/$executor_id/runs/$something
What is the $something? Is there an easier way, given just the task_id, to find where the output is? Thanks, David

