GitHub user hardikar opened a pull request:
https://github.com/apache/incubator-hawq/pull/654
Explicitly initialize GPOPT and its dependencies.
These were initialized by constructors earlier. To pass any parameters
for initializing GPOPT or any of its dependendencies, we need to do that
explicitly.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hardikar/incubator-hawq master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/654.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 #654
----
commit 2c8a8c2b16f5ac7a96e5d774d6d7fce0b8e55a39
Author: Shreedhar Hardikar <[email protected]>
Date: 2016-05-13T01:21:29Z
Explicitly initialize GPOPT and its dependencies.
These were initialized by constructors earlier. To pass any parameters
for initializing GPOPT or any of its dependendencies, we need to do that
explicitly.
----
---
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.
---