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

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

GitHub user traflm opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/470

    [TRAFODION-1874] fix build issues when PDSH installed in build system

    There is no need to copy gencat file at build time. Installer will copy it 
to all nodes during installation.
    This in fact will break the build if the dev system happen to installed 
with pdsh.

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

    $ git pull https://github.com/traflm/incubator-trafodion TRAFODION-1874

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

    https://github.com/apache/incubator-trafodion/pull/470.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 #470
    
----
commit 36ddfaf16b619d57e9e485c7b21f0371bea60d6c
Author: liuming <liuliumi@localhost.localdomain>
Date:   2016-05-09T02:25:39Z

    [TRAFODION-1874] fix build issues when PDSH installed in build system

----


> find a new way to check CLUSTER environment instead of checking pdsh
> --------------------------------------------------------------------
>
>                 Key: TRAFODION-1874
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-1874
>             Project: Apache Trafodion
>          Issue Type: Improvement
>          Components: foundation, installer
>            Reporter: liu ming
>            Assignee: liu ming
>
> Some Trafodion script need to tell if it is running in a dev workstation or a 
> real cluster, and behave differently.
> Current, some script tell this difference by checking the rpm package pdsh, 
> if it is installed, then the script think it is running on a cluster. 
> PDSH is a public package, and can be installed in a workstation as well. So 
> it is better to find a new testing logic for this purpose.



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

Reply via email to