[jira] [Commented] (HDFS-7755) httpfs shell code has hardcoded path to bash

2015-02-17 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14323824#comment-14323824
 ] 

Hudson commented on HDFS-7755:
--

SUCCESS: Integrated in Hadoop-Hdfs-trunk-Java8 #97 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/97/])
HDFS-7755. httpfs shell code has hardcoded path to bash (Dmitry Sivachenko via 
aw) (aw: rev 7d73202734e79beaa2db34d6b811beba7b34ee87)
* hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/sbin/httpfs.sh
* hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


 httpfs shell code has hardcoded path to bash
 

 Key: HDFS-7755
 URL: https://issues.apache.org/jira/browse/HDFS-7755
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: scripts
Affects Versions: 2.4.1
Reporter: Dmitry Sivachenko
Assignee: Dmitry Sivachenko
 Fix For: 3.0.0

 Attachments: bash.patch


 Most of shell scripts use shebang ling in the following format:
 #!/usr/bin/env bash
 But some scripts contain hardcoded /bin/bash which is not portable.
 Please use #!/usr/bin/env bash instead for portability.
 PS: it would be much better to switch to standard Bourne Shell /bin/sh, do 
 these scripts really need bash?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-7755) httpfs shell code has hardcoded path to bash

2015-02-10 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14314315#comment-14314315
 ] 

Hudson commented on HDFS-7755:
--

FAILURE: Integrated in Hadoop-Mapreduce-trunk #2051 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2051/])
HDFS-7755. httpfs shell code has hardcoded path to bash (Dmitry Sivachenko via 
aw) (aw: rev 7d73202734e79beaa2db34d6b811beba7b34ee87)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/sbin/httpfs.sh
* hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh


 httpfs shell code has hardcoded path to bash
 

 Key: HDFS-7755
 URL: https://issues.apache.org/jira/browse/HDFS-7755
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: scripts
Affects Versions: 2.4.1
Reporter: Dmitry Sivachenko
Assignee: Dmitry Sivachenko
 Fix For: 3.0.0

 Attachments: bash.patch


 Most of shell scripts use shebang ling in the following format:
 #!/usr/bin/env bash
 But some scripts contain hardcoded /bin/bash which is not portable.
 Please use #!/usr/bin/env bash instead for portability.
 PS: it would be much better to switch to standard Bourne Shell /bin/sh, do 
 these scripts really need bash?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-7755) httpfs shell code has hardcoded path to bash

2015-02-10 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14313984#comment-14313984
 ] 

Hudson commented on HDFS-7755:
--

FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #100 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/100/])
HDFS-7755. httpfs shell code has hardcoded path to bash (Dmitry Sivachenko via 
aw) (aw: rev 7d73202734e79beaa2db34d6b811beba7b34ee87)
* hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/sbin/httpfs.sh
* hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


 httpfs shell code has hardcoded path to bash
 

 Key: HDFS-7755
 URL: https://issues.apache.org/jira/browse/HDFS-7755
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: scripts
Affects Versions: 2.4.1
Reporter: Dmitry Sivachenko
Assignee: Dmitry Sivachenko
 Fix For: 3.0.0

 Attachments: bash.patch


 Most of shell scripts use shebang ling in the following format:
 #!/usr/bin/env bash
 But some scripts contain hardcoded /bin/bash which is not portable.
 Please use #!/usr/bin/env bash instead for portability.
 PS: it would be much better to switch to standard Bourne Shell /bin/sh, do 
 these scripts really need bash?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-7755) httpfs shell code has hardcoded path to bash

2015-02-10 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14314044#comment-14314044
 ] 

Hudson commented on HDFS-7755:
--

FAILURE: Integrated in Hadoop-Yarn-trunk #834 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/834/])
HDFS-7755. httpfs shell code has hardcoded path to bash (Dmitry Sivachenko via 
aw) (aw: rev 7d73202734e79beaa2db34d6b811beba7b34ee87)
* hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/sbin/httpfs.sh


 httpfs shell code has hardcoded path to bash
 

 Key: HDFS-7755
 URL: https://issues.apache.org/jira/browse/HDFS-7755
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: scripts
Affects Versions: 2.4.1
Reporter: Dmitry Sivachenko
Assignee: Dmitry Sivachenko
 Fix For: 3.0.0

 Attachments: bash.patch


 Most of shell scripts use shebang ling in the following format:
 #!/usr/bin/env bash
 But some scripts contain hardcoded /bin/bash which is not portable.
 Please use #!/usr/bin/env bash instead for portability.
 PS: it would be much better to switch to standard Bourne Shell /bin/sh, do 
 these scripts really need bash?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-7755) httpfs shell code has hardcoded path to bash

2015-02-10 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14314281#comment-14314281
 ] 

Hudson commented on HDFS-7755:
--

FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #101 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/101/])
HDFS-7755. httpfs shell code has hardcoded path to bash (Dmitry Sivachenko via 
aw) (aw: rev 7d73202734e79beaa2db34d6b811beba7b34ee87)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/sbin/httpfs.sh
* hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh


 httpfs shell code has hardcoded path to bash
 

 Key: HDFS-7755
 URL: https://issues.apache.org/jira/browse/HDFS-7755
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: scripts
Affects Versions: 2.4.1
Reporter: Dmitry Sivachenko
Assignee: Dmitry Sivachenko
 Fix For: 3.0.0

 Attachments: bash.patch


 Most of shell scripts use shebang ling in the following format:
 #!/usr/bin/env bash
 But some scripts contain hardcoded /bin/bash which is not portable.
 Please use #!/usr/bin/env bash instead for portability.
 PS: it would be much better to switch to standard Bourne Shell /bin/sh, do 
 these scripts really need bash?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-7755) httpfs shell code has hardcoded path to bash

2015-02-10 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14314129#comment-14314129
 ] 

Hudson commented on HDFS-7755:
--

FAILURE: Integrated in Hadoop-Hdfs-trunk #2032 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/2032/])
HDFS-7755. httpfs shell code has hardcoded path to bash (Dmitry Sivachenko via 
aw) (aw: rev 7d73202734e79beaa2db34d6b811beba7b34ee87)
* hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/sbin/httpfs.sh
* hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


 httpfs shell code has hardcoded path to bash
 

 Key: HDFS-7755
 URL: https://issues.apache.org/jira/browse/HDFS-7755
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: scripts
Affects Versions: 2.4.1
Reporter: Dmitry Sivachenko
Assignee: Dmitry Sivachenko
 Fix For: 3.0.0

 Attachments: bash.patch


 Most of shell scripts use shebang ling in the following format:
 #!/usr/bin/env bash
 But some scripts contain hardcoded /bin/bash which is not portable.
 Please use #!/usr/bin/env bash instead for portability.
 PS: it would be much better to switch to standard Bourne Shell /bin/sh, do 
 these scripts really need bash?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-7755) httpfs shell code has hardcoded path to bash

2015-02-10 Thread Colin Patrick McCabe (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14315290#comment-14315290
 ] 

Colin Patrick McCabe commented on HDFS-7755:


bq. What system is this [that lacked /usr/bin/env]? Just wonder.

It's been a long time!  It was an embedded system I was logged into, and I 
think the setup was a little weird.

I wasn't actually seriously suggesting this as a problem :)

 httpfs shell code has hardcoded path to bash
 

 Key: HDFS-7755
 URL: https://issues.apache.org/jira/browse/HDFS-7755
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: scripts
Affects Versions: 2.4.1
Reporter: Dmitry Sivachenko
Assignee: Dmitry Sivachenko
 Fix For: 3.0.0

 Attachments: bash.patch


 Most of shell scripts use shebang ling in the following format:
 #!/usr/bin/env bash
 But some scripts contain hardcoded /bin/bash which is not portable.
 Please use #!/usr/bin/env bash instead for portability.
 PS: it would be much better to switch to standard Bourne Shell /bin/sh, do 
 these scripts really need bash?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-7755) httpfs shell code has hardcoded path to bash

2015-02-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14313046#comment-14313046
 ] 

Hudson commented on HDFS-7755:
--

SUCCESS: Integrated in Hadoop-trunk-Commit #7053 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/7053/])
HDFS-7755. httpfs shell code has hardcoded path to bash (Dmitry Sivachenko via 
aw) (aw: rev 7d73202734e79beaa2db34d6b811beba7b34ee87)
* hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/sbin/httpfs.sh


 httpfs shell code has hardcoded path to bash
 

 Key: HDFS-7755
 URL: https://issues.apache.org/jira/browse/HDFS-7755
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: scripts
Affects Versions: 2.4.1
Reporter: Dmitry Sivachenko
Assignee: Dmitry Sivachenko
 Fix For: 3.0.0

 Attachments: bash.patch


 Most of shell scripts use shebang ling in the following format:
 #!/usr/bin/env bash
 But some scripts contain hardcoded /bin/bash which is not portable.
 Please use #!/usr/bin/env bash instead for portability.
 PS: it would be much better to switch to standard Bourne Shell /bin/sh, do 
 these scripts really need bash?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-7755) httpfs shell code has hardcoded path to bash

2015-02-09 Thread Colin Patrick McCabe (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14313115#comment-14313115
 ] 

Colin Patrick McCabe commented on HDFS-7755:


Thanks, guys.  This looks good.

Note that I once found a system where env was not at {{/usr/bin/env}}.  I 
expect that someone will file a JIRA if and when they ever hit that though!

 httpfs shell code has hardcoded path to bash
 

 Key: HDFS-7755
 URL: https://issues.apache.org/jira/browse/HDFS-7755
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: scripts
Affects Versions: 2.4.1
Reporter: Dmitry Sivachenko
Assignee: Dmitry Sivachenko
 Fix For: 3.0.0

 Attachments: bash.patch


 Most of shell scripts use shebang ling in the following format:
 #!/usr/bin/env bash
 But some scripts contain hardcoded /bin/bash which is not portable.
 Please use #!/usr/bin/env bash instead for portability.
 PS: it would be much better to switch to standard Bourne Shell /bin/sh, do 
 these scripts really need bash?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-7755) httpfs shell code has hardcoded path to bash

2015-02-09 Thread Dmitry Sivachenko (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14313574#comment-14313574
 ] 

Dmitry Sivachenko commented on HDFS-7755:
-

What system is this? Just wonder.

 httpfs shell code has hardcoded path to bash
 

 Key: HDFS-7755
 URL: https://issues.apache.org/jira/browse/HDFS-7755
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: scripts
Affects Versions: 2.4.1
Reporter: Dmitry Sivachenko
Assignee: Dmitry Sivachenko
 Fix For: 3.0.0

 Attachments: bash.patch


 Most of shell scripts use shebang ling in the following format:
 #!/usr/bin/env bash
 But some scripts contain hardcoded /bin/bash which is not portable.
 Please use #!/usr/bin/env bash instead for portability.
 PS: it would be much better to switch to standard Bourne Shell /bin/sh, do 
 these scripts really need bash?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)