It may be more efficient to take this to the Airavata Hipchat IM:
https://airavata.hipchat.com/chat.

Marlon


On 6/4/15, 9:33 AM, "Emre Brookes" <[email protected]> wrote:

>Hi Chathuri,
>
>How do we define correctly the stdout and stderr of the experiment as
>outputs ?
>
>Thanks,
>Emre
>
>
>Abhishek Kapoor wrote:
>>
>> Hey Chathuri,
>> In the  experimen, I defined output as
>> List<OutputDataObjectType> exOut = new
>>ArrayList<OutputDataObjectType>();
>>             OutputDataObjectType output = new OutputDataObjectType();
>>             output.setName("Json_Output");
>>             output.setType(DataType.STRING);
>>             output.setValue(""); // I also tried to set some value
>> here also tried to remove this but all in vain
>>             exOut.add(output);
>>
>> I tried to use getExperimentOutputs(String airavataExperimentId) to
>> get result but the result that I got is
>> [OutputDataObjectType(name:Json_Output, value:, type:STRING)]
>> but module.stdout file in tmp/airavataExperimentId have correct
>> expected output
>

Reply via email to