Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23333 )
Change subject: IMPALA-13413: fix ignored num_cores flag ...................................................................... IMPALA-13413: fix ignored num_cores flag Previously, CpuInfo::Init() was called before ParseCommandLineFlags(), so FLAGS_num_cores was always 0, making the --num_cores flag ignored. Change-Id: I72454d74ccf8c5110c59f923cef4caf434e2fba7 Reviewed-on: http://gerrit.cloudera.org:8080/23333 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/common/init.cc M be/src/util/CMakeLists.txt M be/src/util/sys-info-test.cc 3 files changed, 29 insertions(+), 6 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/23333 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I72454d74ccf8c5110c59f923cef4caf434e2fba7 Gerrit-Change-Number: 23333 Gerrit-PatchSet: 6 Gerrit-Owner: Anonymous Coward <[email protected]> Gerrit-Reviewer: Anonymous Coward <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
