You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Ajinkya (JIRA)" <ji...@apache.org> on 2016/10/04 19:21:20 UTC

[jira] [Commented] (AIRAVATA-2113) Resolve Local Provider Issues

    [ https://issues.apache.org/jira/browse/AIRAVATA-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15546380#comment-15546380 ] 

Ajinkya commented on AIRAVATA-2113:
-----------------------------------

Wrapper needs to be changed. 

Use below wrapper
--------------------------------------
#!/bin/bash
sleep 5

echo "Echoed_Output=$1" >> $2 2>> $3
--------------------------------------
Earlier it was written to handle single input.

Now we need to pass three parameters input(avoid blank spaces), stdoutfilename, stderrfilename

Add two application output fields, stdout and stderr. The code will automatically process this and create suitable input for the wrapper.



> Resolve Local Provider Issues
> -----------------------------
>
>                 Key: AIRAVATA-2113
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-2113
>             Project: Airavata
>          Issue Type: Task
>            Reporter: Ajinkya
>            Assignee: Ajinkya
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)