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/05 02:57:20 UTC

[jira] [Comment Edited] (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 edited comment on AIRAVATA-2113 at 10/5/16 2:56 AM:
------------------------------------------------------------

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.

For time being, you would see queue related details while creating an experiment  (AIRAVATA-2138), simply add random values to trick client side validations. 




was (Author: adhamnas):
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.

For time being, you would see queue related details while creating an experiment  (AIRAVATA-2113), simply add random values to trick client side validations. 



> 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)