You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Evans Ye (JIRA)" <ji...@apache.org> on 2018/12/27 10:05:00 UTC

[jira] [Comment Edited] (BIGTOP-3118) [Puppet] Failed to deploy GPDB

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

Evans Ye edited comment on BIGTOP-3118 at 12/27/18 10:04 AM:
-------------------------------------------------------------

OK. Fixed the issue mentioned above. For the concern:
{quote}
I am pretty sure /usr/bin/pip-python symlink is of no specifc use for rh / centis / fedora. may i suggest to remove the dependecy and this file and replace by the package python2-pip ?
{quote}
This is the Puppet's problem. With pip provider, we need to have pip-python there for Puppet to invoke. If no, we got the following error:
{code}
Error: Could not update: Could not locate the pip command.
{code}
Python-pip will get the pip installed, however we need to bridge it via pip-python to Puppet.


was (Author: evans_ye):
OK. Fixed the issue mentioned above. For the concern:
{quote}
I am pretty sure /usr/bin/pip-python symlink is of no specifc use for rh / centis / fedora. may i suggest to remove the dependecy and this file and replace by the package python2-pip ?
{quote}
For pip-python, this is the Puppet's problem. With pip provider, we need to have pip-python there for Puppet to invoke. If no, we got the following error:
{code}
Error: Could not update: Could not locate the pip command.
{code}
Python-pip will get the pip installed, however we need to bridge it via pip-python to Puppet.

> [Puppet] Failed to deploy GPDB
> ------------------------------
>
>                 Key: BIGTOP-3118
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3118
>             Project: Bigtop
>          Issue Type: Sub-task
>          Components: deployment
>    Affects Versions: 1.3.0
>            Reporter: Evans Ye
>            Assignee: Evans Ye
>            Priority: Major
>             Fix For: 1.4.0
>
>
> There're many problems within the GPDB deployment snippets:
> * package: pip on centos is missing; some required package are missing as well
> * Puppet code: wrong class dependency when it comes to node > 1 scenario
> * GPDB replated: many postgres options are invalid and need to be replaced
> * Puppet variables: need to be updated to comply with newer version of Puppet



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