Re: Spark is now available via Homebrew

2014-06-18 Thread Nicholas Chammas
>From the user perspective, I don't think it's a big deal either way. It looks like contributors to Homebrew are pretty on top of keeping things updated. For the users, Apache managing this would mostly mean a) a shorter period of time from release to brew availability, and b) the brew installatio

Re: Spark is now available via Homebrew

2014-06-18 Thread Andrew Ash
What's the advantage of Apache maintaining the brew installer vs users? Apache handling it means more work on this dev team, but probably a better experience for brew users. Just wanted to weigh pros/cons before committing to support this installation method. Andrew On Wed, Jun 18, 2014 at 5:2

Re: Spark is now available via Homebrew

2014-06-18 Thread Nicholas Chammas
Matei, You might want to comment on that issue Sherl linked to, or perhaps this one , to ask about how Apache can manage this going forward. I know that mikemcquaid is very active on the Homebrew repo and is one of

Re: Spark is now available via Homebrew

2014-06-18 Thread Nicholas Chammas
Agreed, it would be better if Apache controlled or managed this directly. I think making such a change is just a matter of opening a new issue on the Homebrew issue tracker. I believe that's how Spark made it in there in the first place--it was jus

Re: Spark is now available via Homebrew

2014-06-18 Thread Sheryl John
Cool. Looked at the Pull Requests, the upgrade to 1.0.0 was just merged yesterday. https://github.com/Homebrew/homebrew/pull/30231 https://github.com/Homebrew/homebrew/blob/master/Library/Formula/apache-spark.rb On Wed, Jun 18, 2014 at 1:57 PM, Matei Zaharia wrote: > Interesting, does anyone k

Re: Spark is now available via Homebrew

2014-06-18 Thread Matei Zaharia
Interesting, does anyone know the people over there who set it up? It would be good if Apache itself could publish packages there, though I’m not sure what’s involved. Since Spark just depends on Java and Python it should be easy for us to update. Matei On Jun 18, 2014, at 1:37 PM, Nick Chamma