Spark Advances From Apache Incubator To Top-Level Project 24
rjmarvin writes "The Apache Software Foundation announced that Spark, the open-source cluster-computing framework for Big Data analysis has graduated from the Apache Incubator to a top-level project. A project management committee will guide the project's day-to-day operations, and Databricks cofounder Matei Zaharia will be appointed VP of Apache Spark. Spark runs programs 100x faster than Apache Hadoop MapReduce in memory, and it provides APIs that enable developers to rapidly develop applications in Java, Python or Scala, according to the ASF."
Not good (Score:1)
Re: (Score:2)
I not only get your joke, but I've adjusted the spring-and-weights thingy that controls it. I can't remember its name, mind.
Shit, I'm getting old.
Re: (Score:2)
spring-and-weights thingy
I think you mean a governor, guv'ner. The origin of the Motor-Operated Pushover is aptly described here, "To think, all I had to do was put the balls on the other side! Aren't they beautiful?" [youtube.com]
I like the Future, I'm in it.
Re: (Score:1)
I'm gonna tinker with it (Score:1)
I hope this is far better than Apache Solr (Score:1)
Solr claims to be yet strictly fails to be a drop-in search engine for your website.
A former employer of mine, who didn't have a clue about Linux, Java or Open Source, bet the farm on Solr speeding up the report generation for his online service.
I don't want to tell you who this employer is because they provide a valuable service to the business community. But the owner of the company is a raging alcoholic, who devoted at least an hour at the end of each day for not having gotten Solr up and running yet, d
Re: (Score:2)
the target market for Solr is the "enterprise". big corporations who have developers and operations people on staff with heavy duty skills.
don't cry because because you can't handle it
Re: (Score:2)
So do you judge every Apache project this way? Are Apache, Tomcat, Commons, Batik, CouchDB, etc etc etc all crap until proven otherwise because of Solr? Apache is a collection of projects, maintained by different people.
And not to trash your friend's company, but he picked a technology without trying it out yet? Then that company had bigger problems that Solr. Nor would I judge Solr by that story (I have never used Solr, nor am I involved with it in any way).
And Tachyon boosts Spark another 2-8x (Score:3)
And Tachyon, another component of Matei's Berkeley Data Analytics Stack, boosts [datascienceassn.org] Spark another factor of 2-8x by sidestepping JVM garbage collection issues.
Spark rarely performs as well as advertised (Score:1)
On one carefully selected benchmark, discounting a lot of things that matter (like data movement) spark performs better than Hadoop. Tech reports generated by the authors suggest that this is a corner case and that the variance in spark performance is wildly variable. Don't believe the hype.
Re: (Score:2)