You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Casey Ching (Code Review)" <ge...@cloudera.org> on 2016/03/04 09:56:37 UTC

[Impala-CR](cdh5-trunk) Fix typo in assigning the default IMPALA_BUILD_THREADS

Casey Ching has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/2454

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
---
M bin/impala-config.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/54/2454/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2454
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0966a409f61ab5d54c09b71e9ed149d561fa43ae
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Casey Ching <ca...@cloudera.com>