[jira] [Updated] (OOZIE-2352) Unportable shebang in shell scripts

2018-05-25 Thread Andras Piros (JIRA)

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

Andras Piros updated OOZIE-2352:

Description: 
Some shell scripts in oozie distribution use unportable shebangs:
{noformat}
#!/bin/bash
{noformat}

bash shell interpreter may be installed in different locations (e.g 
/usr/local/bin/bash on FreeBSD).

The proposed solution is to use more portable
{noformat}
#!/usr/bin/env bash
{noformat}
instead.

Affected files:
{noformat}
bin/mkdistro.sh
client/src/main/conf/oozie-client-env.sh
client/target/oozie-client-5.0.0-client/oozie-client-5.0.0/conf/oozie-client-env.sh
core/src/main/conf/oozie-env.sh
core/src/main/resources/ssh-wrapper.sh
distro/src/main/bin/addtowar.sh
distro/src/main/bin/oozie-jetty-server.sh
distro/src/main/bin/oozie-run.sh
distro/src/main/bin/oozie-setup.sh
distro/src/main/bin/oozie-start.sh
distro/src/main/bin/oozie-stop.sh
distro/src/main/bin/oozie-sys.sh
distro/src/main/bin/oozied.sh
tools/src/main/bin/oozie-diag-bundle-collector.sh
tools/src/main/bin/ooziedb.sh
{noformat}

  was:
Some shell scripts in oozie distribution use unportable shebangs:
#!/bin/bash

bash shell interpreter may be installed in different locations (e.g 
/usr/local/bin/bash on FreeBSD).

The proposed solution is to use more portable
#!/usr/bin/env bash
instead.

Affected files:
client/src/main/bin/oozie
distro/src/main/bin/addtowar.sh
distro/src/main/bin/oozied.sh
distro/src/main/bin/oozie-setup.sh
distro/src/main/bin/oozie-sys.sh
tools/src/main/bin/ooziedb.sh
core/src/main/conf/oozie-env.sh


> Unportable shebang in shell scripts
> ---
>
> Key: OOZIE-2352
> URL: https://issues.apache.org/jira/browse/OOZIE-2352
> Project: Oozie
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 4.2.0
>Reporter: Dmitry Sivachenko
>Assignee: Artem Ervits
>Priority: Major
> Fix For: 5.1.0
>
> Attachments: OOZIE-2352-00.patch
>
>
> Some shell scripts in oozie distribution use unportable shebangs:
> {noformat}
> #!/bin/bash
> {noformat}
> bash shell interpreter may be installed in different locations (e.g 
> /usr/local/bin/bash on FreeBSD).
> The proposed solution is to use more portable
> {noformat}
> #!/usr/bin/env bash
> {noformat}
> instead.
> Affected files:
> {noformat}
> bin/mkdistro.sh
> client/src/main/conf/oozie-client-env.sh
> client/target/oozie-client-5.0.0-client/oozie-client-5.0.0/conf/oozie-client-env.sh
> core/src/main/conf/oozie-env.sh
> core/src/main/resources/ssh-wrapper.sh
> distro/src/main/bin/addtowar.sh
> distro/src/main/bin/oozie-jetty-server.sh
> distro/src/main/bin/oozie-run.sh
> distro/src/main/bin/oozie-setup.sh
> distro/src/main/bin/oozie-start.sh
> distro/src/main/bin/oozie-stop.sh
> distro/src/main/bin/oozie-sys.sh
> distro/src/main/bin/oozied.sh
> tools/src/main/bin/oozie-diag-bundle-collector.sh
> tools/src/main/bin/ooziedb.sh
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-2352) Unportable shebang in shell scripts

2018-05-25 Thread Andras Piros (JIRA)

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

Andras Piros updated OOZIE-2352:

Component/s: scripts

> Unportable shebang in shell scripts
> ---
>
> Key: OOZIE-2352
> URL: https://issues.apache.org/jira/browse/OOZIE-2352
> Project: Oozie
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 4.2.0
>Reporter: Dmitry Sivachenko
>Assignee: Artem Ervits
>Priority: Major
> Fix For: 5.1.0
>
> Attachments: OOZIE-2352-00.patch
>
>
> Some shell scripts in oozie distribution use unportable shebangs:
> #!/bin/bash
> bash shell interpreter may be installed in different locations (e.g 
> /usr/local/bin/bash on FreeBSD).
> The proposed solution is to use more portable
> #!/usr/bin/env bash
> instead.
> Affected files:
> client/src/main/bin/oozie
> distro/src/main/bin/addtowar.sh
> distro/src/main/bin/oozied.sh
> distro/src/main/bin/oozie-setup.sh
> distro/src/main/bin/oozie-sys.sh
> tools/src/main/bin/ooziedb.sh
> core/src/main/conf/oozie-env.sh



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-2352) Unportable shebang in shell scripts

2018-05-24 Thread Artem Ervits (JIRA)

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

Artem Ervits updated OOZIE-2352:

Attachment: OOZIE-2352-00.patch

> Unportable shebang in shell scripts
> ---
>
> Key: OOZIE-2352
> URL: https://issues.apache.org/jira/browse/OOZIE-2352
> Project: Oozie
>  Issue Type: Bug
>Affects Versions: 4.2.0
>Reporter: Dmitry Sivachenko
>Assignee: Artem Ervits
>Priority: Major
> Fix For: 5.1.0
>
> Attachments: OOZIE-2352-00.patch
>
>
> Some shell scripts in oozie distribution use unportable shebangs:
> #!/bin/bash
> bash shell interpreter may be installed in different locations (e.g 
> /usr/local/bin/bash on FreeBSD).
> The proposed solution is to use more portable
> #!/usr/bin/env bash
> instead.
> Affected files:
> client/src/main/bin/oozie
> distro/src/main/bin/addtowar.sh
> distro/src/main/bin/oozied.sh
> distro/src/main/bin/oozie-setup.sh
> distro/src/main/bin/oozie-sys.sh
> tools/src/main/bin/ooziedb.sh
> core/src/main/conf/oozie-env.sh



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)