Hi Mikhail, I am installing HBase on an AIX machine. It has ksh and sh but no bash. Hence when it encounters #!/usr/bin/env bash the script gives an error. bash: A file or directory in the path name does not exist. How is #!/usr/bin/bash different from #!/usr/bin/env bash As Harsh says that the scripts wont run - they are not running. In such a case 14 scripts from HBase, a similar set for Hadoop will need to be changed and any other related sub-project in future. Are there any more changes that will be needed? Thanks, Sumit.
________________________________ From: Mikhail Bautin <bautin.mailing.li...@gmail.com> To: user@hbase.apache.org; sumit ghosh <sumi...@yahoo.com> Sent: Wednesday, 7 December 2011 12:55 PM Subject: Re: Installing HBase Hi Sumit, Could you please provide more details about this environment? What operating system are you using? HBase is most frequently deployed on Linux, and many developers run it on Mac OS X locally for testing. It is also possible to run HBase on Windows using Cygwin (http://hbase.apache.org/docs/r0.20.6/cygwin.html) -- Cygwin provides a UNIX-like environment on Windows, which includes bash. Thanks, --Mikhail On Tue, Dec 6, 2011 at 11:12 PM, sumit ghosh <sumi...@yahoo.com> wrote: Hi, > >I was trying to run HBase in an environment where there is no bash. Will it >stll work fine? > >Thanks, >Sumit