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

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

Github user mkby commented on a diff in the pull request:

    
https://github.com/apache/incubator-trafodion/pull/1152#discussion_r125371556
  
    --- Diff: core/sqf/sql/scripts/sqregen ---
    @@ -41,8 +41,15 @@ function Usage {
     
     function RegenConfig {
         echo "Regenerating Trafodion configuration: $SQCONFIG_FILE"
    +    cd $TRAF_HOME/sql/scripts
         ./regensq.pl $SQCONFIG_FILE
    -    exit $?;
    +    if [ $? != 0 ]; then
    +        echo "Failed to run regensq.pl."
    --- End diff --
    
    sounds good, I will change the message, thanks.


> pyinstaller - support elastic adding nodes
> ------------------------------------------
>
>                 Key: TRAFODION-2658
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2658
>             Project: Apache Trafodion
>          Issue Type: New Feature
>          Components: installer
>            Reporter: Eason Zhang
>            Assignee: Eason Zhang
>
> support new elastic adding nodes feature (TRAFODION-2001) in pyinstaller side.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to