Re: Stream are not serializable

2016-03-29 Thread hokam chauhan
Hi Crakjie, Did you find the solution for the below problems? Regards, Hokam -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Stream-are-not-serializable-tp25185p26630.html Sent from the Apache Spark User List mailing list archive at Nabble.com. --

Getting EOFException when using cloudera built spark 1.5.0.

2015-12-22 Thread hokam chauhan
Hi, I am getting EOFException while loading MLLib models when running the spark app on cloudera built spark cluster. This error goes away when I use apache hadoop built spark and runs the app on it. Please help why it is failing on cloudera spark bundle. Thanks, Hokam -- View this message in

How to handle categorical variables in Spark MLlib?

2015-12-22 Thread hokam chauhan
Hi, We have one use case in which we need to handle the categorical variables in SVM, Regression and Logistic regression models(MLlib not ML) for scoring. We are getting the possible category values against each category variable. So how the string value of categorical variable can be converted

Error in Saving the MLlib models

2015-11-20 Thread hokam chauhan
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.