GitHub user xinzweb opened a pull request:
https://github.com/apache/incubator-hawq/pull/252
Fix 'hawq init' issue after python is removed
Remove ext/python/bin from PATH to avoid using the Python version from HAWQ.
Remove the library path lib/python/pygresql from PYTHONPATH.
Otherwise 'hawq init' might not find proper Python libraries.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xinzweb/incubator-hawq master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/252.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 #252
----
commit f292f326528c90287e24cc7cc5687202424b2cb9
Author: Xin Zhang <[email protected]>
Date: 2016-01-07T19:07:41Z
Fix 'hawq init' issue after Python is removed.
Remove ext/python/bin from PATH to avoid using the Python version from HAWQ.
Remove the library path lib/python/pygresql from PYTHONPATH.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---