On Fri, Jul 1, 2016 at 12:31 AM, Guo Gang <[email protected]> wrote: > Those submodules will be git-cloned and then compiled only with specific > options are enabled in configure command. If users want to build them without > Internet connection they will have to download related git repo with specific > commit number in advance and copy them to hawq repo. Or they can set up > internal git repos and modify the git addresses in hawq source.
I just don't understand why are you requiring everything to be built from scratch vs. having CMake pick up dependencies from locations specified by the user. That'd be a much cleaner way in my view. And when I say a much cleaner way -- I mean that we're unlikely to get downstream consumers such as Linux Distributions and Apache Bigtop interested in bundling HAWQ unless we can solve this build complexity. Thanks, Roman.
