Hi, I am exploring the MLlib. I have taken the examples of the MLlib and tried to train a SVM Model. I am getting the exception when i am saving the trained model.As i run the code in local mode it works fine, but when i run the MLlib example in standalone cluster mode it fails to save the Model.
Below line of code is giving the exception when training the SVM model in standalone cluster mode. model.save(sc, "/data/mymodel"); If anyone tried such scenario, please help me out. Thanks, Hokam -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Error-in-Saving-the-MLlib-models-tp25443.html Sent from the Apache Spark User List mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
