Video: Stefan Hübner on Cascalog
August 28, 2012
Video: Stefan Hübner on Cascalog # Stefan Hübner: "Introducing Cascalog: Functional Data Processing for Hadoop" from David Obermann on Vimeo.
Video: Stefan Hübner on Cascalog # Stefan Hübner: "Introducing Cascalog: Functional Data Processing for Hadoop" from David Obermann on Vimeo.
Apache Hadoop Get Together Berlin - August 2012 # Despite beautiful summer weather roughly 50 people gathered at ImmobilienScout24 for the August 2012 edition of the Apache Hadoop Get Together (Thanks again for hosting the event and sponsoring drinks and pizza to ImmoScout as well as to David Obermann for organising the meetup. Today there were three talks: In the first presentation Dragan Milosevic (also known from his talk at the Hadoop GetTogether and his presentation at Berlin Buzzwords) provided more insight as to how Zanox is managing their internal RPC protocols in particular when it comes to versioning and upgrading protocol versions. ...
Note to self: Clojure with Vim and Maven # Steps to get a somewhat working Clojure environment with vim: Install the current vimclojure plugin. Get and install a nailgun client. Add vimclojure to your clojure project pom.xml. Start the nailgun server from within your maven project with mvn clojure:nailgun with the maven clojure plugin. Finally start vim, open your favourite clojure file - you can open a REPL with \sr, when in a function definition you can evaluate that with \et - see also tamining vim clojure ...
Clojure Berlin - March 2012 # In today’s Clojure meetup Stefan Hübner gave an introduction to Cascalog - a Clojure library based on Cascading for large scale data processing on Apache Hadoop without hassle. After a brief overview of what he is using the tool for to do log processing at his day job for http://maps.nokia.com Stefan went into some more detail on why he chose Cascalog over other project that provide abstraction layers on top of Hadoop’s plain map/reduce library: Both Pig and Hive provide easy to learn SQL-like languages to quickly write analysis jobs. ...