You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hawq.apache.org by radarwave <gi...@git.apache.org> on 2016/01/06 03:30:26 UTC

[GitHub] incubator-hawq pull request: Hawq 271 Remove external python modul...

GitHub user radarwave opened a pull request:

    https://github.com/apache/incubator-hawq/pull/246

    Hawq 271 Remove external python modules

    Remove external python modules. User need to install these python modules by themselves.
    
    =========src=============
    figleaf					BSD
    pg8000					BSD 3-clause license.
    pygresql				        
    simplejson				MIT License
    yaml				 MIT
    =========tarball============
    lockfile		OSI Approved :: MIT License
    paramiko		LGPL
    psi				MIT
    pychecker		BSD-like
    unittest2		OSI Approved :: BSD License
    pycrypto		Public domain
    
    
    Will update the wiki page to tell user how to install these python modules properly.
    
    Already ran sanity and mutilnodeparallel tests for the changes.


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

    $ git pull https://github.com/radarwave/incubator-hawq HAWQ-271

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

    https://github.com/apache/incubator-hawq/pull/246.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 #246
    
----
commit eba346ac44d8b66145c043a11b7cec8cfb85fca0
Author: rlei <rl...@pivotal.io>
Date:   2015-12-29T07:10:33Z

    HAWQ-271. Remove external python modules.

commit 8f0daf18fe4aab23c58155d35ccd3892ac7c9b63
Author: rlei <rl...@pivotal.io>
Date:   2015-12-29T08:04:22Z

    HAWQ-271. Do not make the removed ext directory.

commit 3f1faee4e2f7a1a4742fe1099bb919c8ada357d2
Author: Ruilong Huo <rh...@pivotal.io>
Date:   2015-12-29T09:27:02Z

    HAWQ-288. Support hawqfaultinjector as an internal utility for fault injection purpose - client side

commit 7e7b710fdf6707ff0703bb13c5a1d99a6c3dd574
Author: rlei <rl...@pivotal.io>
Date:   2016-01-05T06:53:13Z

    HAWQ-271. Change import mode of pygresql

commit 398deed98f606fcf45bc24e3f66715b4f666f285
Author: rlei <rl...@pivotal.io>
Date:   2016-01-05T10:31:35Z

    HAWQ-271. Fix import errors.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq pull request: Hawq 271 Remove external python modul...

Posted by wangzw <gi...@git.apache.org>.
Github user wangzw commented on the pull request:

    https://github.com/apache/incubator-hawq/pull/246#issuecomment-169263646
  
    +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq pull request: Hawq 271 Remove external python modul...

Posted by xinzweb <gi...@git.apache.org>.
Github user xinzweb commented on the pull request:

    https://github.com/apache/incubator-hawq/pull/246#issuecomment-169780652
  
    @hsyuan helped me work out a workaround on OSX.
    
    If you are using OSX, this is a quick workaround we tried to get it working again:
    
        brew install postgresql
        sudo easy_install pip
        sudo pip --retries=50 --timeout=300 install pg8000 simplejson unittest2 pycrypto pygresql pyyaml lockfile paramiko psi
        sudo pip --retries=50 --timeout=300 install http://darcs.idyll.org/~t/projects/figleaf-0.6.1.tar.gz
        sudo pip --retries=50 --timeout=300 install http://sourceforge.net/projects/pychecker/files/pychecker/0.8.19/pychecker-0.8.19.tar.gz/download
    
    Also, update the **greenplum_path.sh** to remove the **$GPHOME/ext/python/bin** so that default python can be used instead of the one come with hawq.
    
    @radarwave since we no-longer depends on the python came with HAWQ, shall we just remote the **$GPHOME/ext/python**?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq pull request: Hawq 271 Remove external python modul...

Posted by radarwave <gi...@git.apache.org>.
Github user radarwave closed the pull request at:

    https://github.com/apache/incubator-hawq/pull/246


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq pull request: Hawq 271 Remove external python modul...

Posted by yaoj2 <gi...@git.apache.org>.
Github user yaoj2 commented on the pull request:

    https://github.com/apache/incubator-hawq/pull/246#issuecomment-169263885
  
    +1 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---