-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
Dear there,
I am using pydoop in combination with pyftpdlib to provide a FTP server for HDFS. I followed the installation instructions to setup the hadoop. I have a hadoop client connecting to a remote HDFS and from pydoop I am connecting to the hadoop client.
When executing the 'hadoop classpath --glob' command it is ok. But in the pydoop/hadoop_utils.py file for the code line of " cp = subprocess.check_output(hadoop classpath --glob", shell=True, universal_newlines=True ).strip()" I am getting this error:
subprocess.CalledProcessError: Command 'hadoop classpath --glob' returned non-zero exit status 127.
Could you please let me know how can I fix this issue?
Best