You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "David Knupp (JIRA)" <ji...@apache.org> on 2018/05/29 16:45:00 UTC

[jira] [Resolved] (IMPALA-6317) Expose -cmake_only flag to buildall.sh

     [ https://issues.apache.org/jira/browse/IMPALA-6317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Knupp resolved IMPALA-6317.
---------------------------------
    Resolution: Fixed

> 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
>            Assignee: 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
(v7.6.3#76005)