David Knupp created IMPALA-6317:
-----------------------------------

             Summary: Expose -cmake_only flag to buildall.sh
                 Key: IMPALA-6317
                 URL: https://issues.apache.org/jira/browse/IMPALA-6317
             Project: IMPALA
          Issue Type: Improvement
          Components: Infrastructure
    Affects Versions: Impala 2.11.0
            Reporter: David Knupp
            Priority: Minor


Impala/bin/make_impala.sh has a {{-cmake_only}} command line option:
{noformat}
-cmake_only)
  CMAKE_ONLY=1
{noformat}

Passing this flag means that makefiles only will be generated during the build. 
However, this flag is not provided in buildall.sh (the caller of 
make_impala.sh) which effectively renders it useless.

It turns out that if one has no intention of running the Impala cluster locally 
(e.g., as when trying to build just enough of the toolchain and dev environment 
to run the data load scripts for loading data onto a remote cluster) then being 
able to only generate makefiles is a useful thing.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to