GitHub user iyerr3 opened a pull request:
https://github.com/apache/madlib/pull/267
Multiple: Remove support for HAWQ from all modules
With HAWQ support removed over the past few versions, we can eliminate
all the code that were specifically written for that port. This
includes madpack changes for upgrade and reinstall, workarounds in
Graph modules for table updates, and special consideration in Group
Iteration Controller.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/madlib/madlib chore/remove_hawq
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/267.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 #267
----
commit 0bd4bdd077c18e1be2ad4fd2e33703b4ede1cf51
Author: Rahul Iyer <riyer@...>
Date: 2018-04-30T04:18:35Z
Multiple: Remove support for HAWQ from all modules
With HAWQ support removed over the past few versions, we can eliminate
all the code that were specifically written for that port. This
includes madpack changes for upgrade and reinstall, workarounds in
Graph modules for table updates, and special consideration in Group
Iteration Controller.
----
---