You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2017/02/15 19:05:57 UTC

airavata-docs git commit: minor modifications

Repository: airavata-docs
Updated Branches:
  refs/heads/master 443417a50 -> c440bf241


minor modifications


Project: http://git-wip-us.apache.org/repos/asf/airavata-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-docs/commit/c440bf24
Tree: http://git-wip-us.apache.org/repos/asf/airavata-docs/tree/c440bf24
Diff: http://git-wip-us.apache.org/repos/asf/airavata-docs/diff/c440bf24

Branch: refs/heads/master
Commit: c440bf241bda1ad4483e9aed9e509a3558f3add5
Parents: 443417a
Author: Eroma Abeysinghe <er...@gmail.com>
Authored: Wed Feb 15 14:05:54 2017 -0500
Committer: Eroma Abeysinghe <er...@gmail.com>
Committed: Wed Feb 15 14:05:54 2017 -0500

----------------------------------------------------------------------
 FAQ.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-docs/blob/c440bf24/FAQ.md
----------------------------------------------------------------------
diff --git a/FAQ.md b/FAQ.md
index e785df8..d0780db 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -98,11 +98,9 @@ Error: ERROR org.apache.airavata.registry.core.app.catalog.impl.StorageResourceI
 java.lang.RuntimeException: Failed to create database connection pool. <br>
 
 What should i do?
-<br><b class="blue">Answer: </b> Airavata cannot create database connection ebcause the mysql jar is not eixsting. Please follow step 8 of documentation in Installation --> Airavata --> Airavata Installation
+<br><b class="blue">Answer: </b> Airavata cannot create database connection because the mysql jar is not existing. Please follow step 8 of documentation in Installation --> Airavata --> Airavata Installation
 
 ### <h3 id="ConfigFGAQ">Configuration FAQs</h3>
-
-	
 <br><b class="blue"> Q1 </b> What each application input property mean? </br>
 <b class="blue">Answer: </b> </br>
     - <b>Name:</b> </br>
@@ -148,8 +146,8 @@ What should i do?
 <br><b class="blue"> Q3 </b> How to make input file available as an executable?</br>
 <b class="blue">Answer: </b><br>
     - Input files defined are copied to the experiment working directory.</br>
-    - To make available at commandline set 'Required on Commandline' = true</br>
-    - To add a commandline argument for a given file add 'Application Argument' for each input file</br>
+    - Input files will be available in commandline when 'Required on Commandline' = true</br>
+    - To add a commandline argument for a input file add 'Application Argument' for each input file. This will also define the order of files in commandline.</br>
 
 <br><b class="blue"> Q4 </b> In Application Interface what is the use of 'Enable Optional File Inputs'	</br>
 <b class="blue">Answer: </b></br>
@@ -205,7 +203,7 @@ What should i do?
 	Experiments only in operation (LAUNCHED, EXECUTING experiment statuses) can be cancelled.
 
 <br><b class="blue"> Q10 </b> 2. When I cancel do I still receive any outputs generated?<br/>
-<b class="blue">Answer: </b> When the user requested the cancel files will be not transferred from the remote resource. But however by the time 'Cancel' was triggered if the output files were transferred to PGA data directories they will be displayed.
+<b class="blue">Answer: </b> Files will be not transferred from the remote resource if the experiment is cancelled. However, if the output files were transferred to PGA data directories prior to the cancel request then they will be displayed.
 
 <br><b class="blue"> Q11 </b> How can I run same application with different different inputs?<br/>
 <b class="blue">Answer: </b> Simply clone an existing experiment and change the input files and launch.