Pascal GILLET created MESOS-8701:
------------------------------------
Summary: Operator ReadFile API
Key: MESOS-8701
URL: https://issues.apache.org/jira/browse/MESOS-8701
Project: Mesos
Issue Type: Bug
Components: HTTP API
Affects Versions: 1.4.1
Reporter: Pascal GILLET
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
}
}
Is the returned data is encoded or compressed?
Am I missing something obvious here?
Thanks
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)