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

ASF GitHub Bot commented on TRAFODION-2960:
-------------------------------------------

GitHub user liuyu000 opened a pull request:

    https://github.com/apache/trafodion/pull/1515

    [TRAFODION-2960] Correct a Mistake in PRUN Example in Trafodion Command 
Interface Guide

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/liuyu000/trafodion ErrorinPRUNExample

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafodion/pull/1515.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1515
    
----
commit 2b285de653a058bbed2da525eda390d0a4504986
Author: liu.yu <qwertyioz@...>
Date:   2018-04-12T09:33:46Z

    Correct a Mistake in PRUN Example

----


> Trafodion Command Interface Guide has an incorrect example
> ----------------------------------------------------------
>
>                 Key: TRAFODION-2960
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2960
>             Project: Apache Trafodion
>          Issue Type: Documentation
>          Components: documentation
>    Affects Versions: any
>            Reporter: Atanu Mishra
>            Priority: Major
>
> The first example in Section 8.21.3 (PRUN command Examples) is not correct in 
> that the command and output don't match each other. Note that number of 
> connections specified does not match with the number in the output.
>  
> {{Enter as input to stop the current prun session }}
> {{-------------------------------------------------- }}
> {{Enter the scripts directory : c:\ddl_scripts }}
> {{Enter the script file extension[sql] : }}
> {{Enter the logs directory[scripts dir] : c:\log }}
> {{Overwrite the log files (y/n)[n]? : y }}
> {{Enter the number of connections(2-248)[2]: 3}}
> After you enter the number of connections, {{PRUN}} starts to process the 
> script files and displays this status:
> {{Status: In Progress.......}}
>  
> After executing all the script files, {{PRUN}} returns a summary of the 
> operation:
> {{ __________________________________________________ }}
> {{              PARALLELRUN(PRUN) SUMMARY 
> __________________________________________________ }}
> {{Total files present............................. 3 }}
> {{Total files processed........................... 3 }}
> {{Total queries processed........................ 40 }}
> {{Total errors.................................... 4 }}
> {{Total warnings.................................. 0 }}
> {{Total successes................................ 36 }}
> {{Total connections............................... 5 }}
> {{Total connection failures....................... 0 }}
> {{Please verify the error log file c:\log\error\prun.err.log}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to