You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Lars Volker (JIRA)" <ji...@apache.org> on 2017/09/21 01:13:00 UTC

[jira] [Resolved] (IMPALA-5927) enable_distcc broken for ZSH

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

Lars Volker resolved IMPALA-5927.
---------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 2.11.0

IMPALA-5927: Fix enable_distcc for zsh

enable_distcc didn't work on zsh anymore since it relies on automatic
variable splitting, which only works in bash.

This change moves clean-up actions for cmake files into an own bash
script.

This change also unifies variable quoting in clean.sh.

Change-Id: I88284e4f68c309bb46ce4b5a842ccc576cd487ed
Reviewed-on: http://gerrit.cloudera.org:8080/8049
Reviewed-by: Lars Volker <lv...@cloudera.com>
Tested-by: Impala Public Jenkins

> enable_distcc broken for ZSH
> ----------------------------
>
>                 Key: IMPALA-5927
>                 URL: https://issues.apache.org/jira/browse/IMPALA-5927
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 2.11.0
>            Reporter: Lars Volker
>            Assignee: Lars Volker
>             Fix For: Impala 2.11.0
>
>
> enable_distcc doesn't work on zsh anymore since it relies on automatic variable splitting, which only works in bash.
> {noformat}
> $ enable_distcc
> find: `/home/lv/i3/ -maxdepth 1': No such file or directory
> distcc is not fully enabled, run 'buildall.sh' to complete the change. Run 'disable_distcc' or 'switch_compiler local' to disable.
> {noformat}
> One possible fix is to make zsh temporarily emulate sh. I'll push a fix momentarily.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)