Hi, Please help!
When saving the model, I got following error and cannot save the model to hdfs: (my source code, my spark is v1.6.2) my_model.save(sc, "/my_model") ----------------------------------------- 16/07/28 08:36:19 INFO TaskSchedulerImpl: Removed TaskSet 69.0, whose tasks have all completed, from pool 16/07/28 08:36:19 INFO DAGScheduler: ResultStage 69 (saveAsTextFile at treeEnsembleModels.scala:447) finished in 0.901 s 16/07/28 08:36:19 INFO DAGScheduler: Job 38 finished: saveAsTextFile at treeEnsembleModels.scala:447, took 2.513396 s Killed ----------------------------------------- Q1: Is there any limitation on saveAsTextFile? Q2: or where to find the error log file location? Regards