Pat Ferrel

Results 21 comments of Pat Ferrel

+1 You can't create just a master with slaves = 0. Otherwise you could create the master with one instance type then `add-slaves` with another.

Does this feature work? I have a case class with DateTime and Option[DateTime], the json4s parse barfs on both though the input strings parse fine with the Joda parser. I...

+1 This should not be closed from my experience. There are a couple workarounds described here: https://stackoverflow.com/questions/29662120/spark-non-serializable-exception-when-parsing-json-with-json4s But I can't get them to work, using Spark 2.2.0 and Scala 2.11,...

@EmergentOrder @mkorolyov We need to do this for the java SDK too

@ice6 do you know why the build failed for PHP 9.5 failed?

Fields seem like the wrong way to do this. Shouldn't the collection name be associated via the Datastore or better yet via the BasicDAO? Seems like you should have a...

Welcome to big data ;-) Spark requires that all data be in-memory over the cluster so 16g per node may be undersized for memory, how big is your data when...

This not a supported template, please leave questions https://groups.google.com/forum/#!forum/actionml-user And use the template for PIO-0.10.0 here: https://github.com/actionml/universal-recommender Why do you find the behavior wrong? I see nothing unusual about it...

Please post questions to https://groups.google.com/forum/#!forum/actionml-user https://groups.google.com/forum/#!forum/actionml-user Context is just another indicator, (user-id, event-name, item-id) anything that can be encoded in this way is a candidate for use. The event-name and...

@stubailo great package. Seems to work fine. I'm new to Meteor and so have not mastered the nuances of packages or I'd be happy to tackle the changes myself and...