I like this idea, however my question would be what would be the benefit of creating a wrapper context , is it to get access to all of the internal domain/config related objects within mahout. Also should the MahoutContext have some relationship to the data store where the data is headed?
> From: [email protected] > Subject: SparkContext > Date: Wed, 28 May 2014 09:07:19 -0700 > To: [email protected] > > For purposes outside the DSL it seems we need to wrap the SparkContext with > something like a MahoutContext. The current sparkBindings object looks pretty > DSL specific. It sets some kyro properties but these need to be accessible to > code outside the DSL. I’ve been creating a raw SparkContext and passing > around the ubiquitous “sc”, which works but is this the way we should be > doing this?
