Hi Pascal, >Is the returned data encoded or compressed? The returned data is not modified.
Can you please give an example of the code which calls `READ_FILE`? Is there "Processing READ_FILE call for path" message in the agent logs? What is the file's size? Regards, Andrei Budnik On Sat, May 5, 2018 at 12:42 PM, Pascal Gillet <[email protected]> wrote: > Hi All, > > I try to read the stderr/stdout files from the Mesos sandbox with the > READ_FILE call in the Operator HTTP API. > > I get a well-formatted json response as follows: > > { > 'type': 'READ_FILE', > 'read_file': { > 'data': 'SDFtyfytgh4TR67RFY8', > 'size': 19 > } > } > > But I'm just getting a sequence of letters and numbers that has nothing to > do with the file contents. > > Is the returned data encoded or compressed? > > Thanks, > > Pascal GILLET > >

