Description
This approach requires parsing hbase-env.cmd, which my previous patch didn't do at all.
C:\Users\ndimiduk>c:\phoenix\bin\queryserver.py makeWinServiceDesc Traceback (most recent call last): File "C:\phoenix\bin\queryserver.py", line 85, in <module> p = subprocess.Popen(['bash', '-c', 'source %s && env' % hbase_env_path], stdout = subprocess.PIPE) File "C:\Python27\lib\subprocess.py", line 679, in __init__ errread, errwrite) File "C:\Python27\lib\subprocess.py", line 896, in _execute_child startupinfo) WindowsError: [Error 2] The system cannot find the file specified
hat-tip to hhuang2014 for finding this one.