Read from hdfs
- https://stackoverflow.com/questions/12485718/python-read-file-as-stream-from-hdfs
- https://creativedata.atlassian.net/wiki/spaces/SAP/pages/61177860/Python+-+Read+Write+files+from+HDFS
- https://stackoverflow.com/questions/12485718/python-read-file-as-stream-from-hdfs
- https://creativedata.atlassian.net/wiki/spaces/SAP/pages/61177860/Python+-+Read+Write+files+from+HDFS
To run one script from another
( https://stackoverflow.com/questions/3781851/run-a-python-script-from-another-python-script-passing-in-arguments
)
os.system("script.py inputs")
execfile("./filename.py")
No comments:
Post a Comment