I want to save an mllib model to disk, and am trying the model.save
operation as described in
http://spark.apache.org/docs/latest/mllib-collaborative-filtering.html#examples:

model.save(sc, "myModelPath")

But after running it, I am unable to find any newly created file or
dir by the name "myModelPath" in any obvious places. Any ideas where
it might lie?

Thanks, -Apu

To reproduce:

# In PySpark, create ALS or other mllib model, then
model.save(sc, "myModelPath")
# In Unix environment, try to find "myModelPath"

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to