Internal Jenkins has submitted this change and it was merged. Change subject: Fix typo in assigning the default IMPALA_BUILD_THREADS ......................................................................
Fix typo in assigning the default IMPALA_BUILD_THREADS A '$' was missing so IMPALA_BUILD_THREADS would not be set. Also change to use the ':=' version since IMPALA_BUILD_THREADS is defined but null in people's environments (due to the export in the line below). Change-Id: I0966a409f61ab5d54c09b71e9ed149d561fa43ae Reviewed-on: http://gerrit.cloudera.org:8080/2454 Reviewed-by: Alex Behm <[email protected]> Tested-by: Internal Jenkins --- M bin/impala-config.sh 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Internal Jenkins: Verified Alex Behm: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/2454 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0966a409f61ab5d54c09b71e9ed149d561fa43ae Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Casey Ching <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Internal Jenkins
