Description
The job-home-page -> stdout page return the content and refresh it periodically. But the download link on top, always return 404.
The link look something like this:
http:/host:1338/download/$taskid/tmp/mesos/slaves/$slaveid/frameworks/$frameworkid/executors/thermos-$taskid/sandbox/.logs/$taskname/0/stdout
... instead, it should look something like this:
http://host:1338/download/$taskid/.logs/$taskname/0/stdout
The issue exist for both stdout and stderr pages.
Note, we don't face this problem in browse -> .logs -> $taskname -> 0 -> stdout|stderr, as it points to right url.