Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-6317

Expose -cmake_only flag to buildall.sh

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • Impala 2.11.0
    • None
    • Infrastructure
    • None
    • ghx-label-5

    Description

      Impala/bin/make_impala.sh has a -cmake_only command line option:

      -cmake_only)
        CMAKE_ONLY=1
      

      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.

      Attachments

        Activity

          People

            dknupp David Knupp
            dknupp David Knupp
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: