Home > Net >  EMR Notebook Access HDFS
EMR Notebook Access HDFS

Time:05-25

If I am in an EMR notebook and save a model like .save('model.sav') where does it save and how would I reference it with hdfs dfs commands (the hdfs path)?

CodePudding user response:

You could give an absolute save path instead but by default, it should go under the HDFS /home folder for the user account running the notebook

  • Related