You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Goden Yao (JIRA)" <ji...@apache.org> on 2016/02/17 01:24:18 UTC

[jira] [Updated] (HAWQ-415) Include pygresql source code in code base

     [ https://issues.apache.org/jira/browse/HAWQ-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Goden Yao updated HAWQ-415:
---------------------------
    Description: 
This issue is being discussed on [this thread|http://mail-archives.apache.org/mod_mbox/incubator-hawq-dev/201602.mbox/%3C20160209140623.GA21642@tpx%3E].

We have steps like:
{code}yum install -y postgresql-devel{code}
followed by
{code}yum erase -y postgresql postgresql-libs postgresql-devel{code}
This is a result of depending on the Python
pygresql module in the hawq management scripts (written in python).

Pygresql itself requires postgres (actually HAWQ itself would be fine) in
order to get the libpq bindings compiled correctly.

Pygresql library license (http://www.pygresql.org/copyright.html) looks compatible with Apache license.

  was:
This issue is being discussed on (this thread|http://mail-archives.apache.org/mod_mbox/incubator-hawq-dev/201602.mbox/%3C20160209140623.GA21642@tpx%3E).

We have steps like:
{code}yum install -y postgresql-devel{code}
followed by
{code}yum erase -y postgresql postgresql-libs postgresql-devel{code}
This is a result of depending on the Python
pygresql module in the hawq management scripts (written in python).

Pygresql itself requires postgres (actually HAWQ itself would be fine) in
order to get the libpq bindings compiled correctly.

Pygresql library license (http://www.pygresql.org/copyright.html) looks compatible with Apache license.


> Include pygresql source code in code base
> -----------------------------------------
>
>                 Key: HAWQ-415
>                 URL: https://issues.apache.org/jira/browse/HAWQ-415
>             Project: Apache HAWQ
>          Issue Type: Improvement
>          Components: Build
>            Reporter: Goden Yao
>            Assignee: Lei Chang
>
> This issue is being discussed on [this thread|http://mail-archives.apache.org/mod_mbox/incubator-hawq-dev/201602.mbox/%3C20160209140623.GA21642@tpx%3E].
> We have steps like:
> {code}yum install -y postgresql-devel{code}
> followed by
> {code}yum erase -y postgresql postgresql-libs postgresql-devel{code}
> This is a result of depending on the Python
> pygresql module in the hawq management scripts (written in python).
> Pygresql itself requires postgres (actually HAWQ itself would be fine) in
> order to get the libpq bindings compiled correctly.
> Pygresql library license (http://www.pygresql.org/copyright.html) looks compatible with Apache license.



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