<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Cascading</title>
        <link>http://www.cascading.org/</link>
        <description></description>
        <language>en</language>
        <copyright>Copyright 2012</copyright>
        <lastBuildDate>Wed, 11 Jan 2012 09:53:10 -0800</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>Scalding Released</title>
            <description><![CDATA[<p>If you are a <a href="http://www.scala-lang.org/">Scala</a> fan, checkout the <a href="https://dev.twitter.com/blog/scalding">Scalding announcement</a> from Twitter. Or just grab the <a href="https://github.com/twitter/scalding">Scalding code</a> from GitHub.</p>

Of course, don't forget the other language bindings <a href="https://github.com/nathanmarz/cascalog">Cascalog</a>, <a href="https://github.com/twitter/pycascading">PyCascading</a>, and <a href="https://github.com/etsy/cascading.jruby">Cascading.JRuby</a>.
]]></description>
            <link>http://www.cascading.org/2012/01/scalding-released.html</link>
            <guid>http://www.cascading.org/2012/01/scalding-released.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Wed, 11 Jan 2012 09:53:10 -0800</pubDate>
        </item>
        
        <item>
            <title>PyCascading Released</title>
            <description><![CDATA[<p>If interested in running Python on Apache Hadoop, checkout <a href="https://github.com/twitter/pycascading">PyCascading</a> from Twitter.</p>

<p>Here is the <a href="http://groups.google.com/group/cascading-user/browse_thread/thread/e471d47c744aa5e2/b69f82b095913d39#b69f82b095913d39">official announcement</a> on our mail-list.</p>

<p>If Clojure is more your thing, there is always <a href="https://github.com/nathanmarz/cascalog">Cascalog</a>, another project from the Twitter data teams (formerly BackType).</p>]]></description>
            <link>http://www.cascading.org/2011/12/pycascading-released.html</link>
            <guid>http://www.cascading.org/2011/12/pycascading-released.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Thu, 15 Dec 2011 14:24:01 -0800</pubDate>
        </item>
        
        <item>
            <title>Intro to Cascading</title>
            <description><![CDATA[<p><a href="http://www.scaleunlimited.com/">Scale Unlimited</a> will be offering their online course, <a href="http://www.scaleunlimited.com/training/courses/#intro-to-cascading">Introduction to Cascading</a>, this November 18th.</p> ]]></description>
            <link>http://www.cascading.org/2011/11/intro-to-cascading.html</link>
            <guid>http://www.cascading.org/2011/11/intro-to-cascading.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Fri, 04 Nov 2011 10:08:44 -0800</pubDate>
        </item>
        
        <item>
            <title>Cascading 2.0 Early Access</title>
            <description><![CDATA[<p>After months of work, we are very happy to announce availability of Cascading 2.0 WIP (Work in Progress).</p>

<p>2.0 is still under development, but it has become stable enough for us to make the work public so we can get early feedback on the APIs and other related changes, without causing unnecessary headaches to early adopters.</p>

<p>Currently nearly all changes are internal except for these...

<ul>
<li>Decoupled internal planner from Hadoop and providing a "local" mode planner for fast in-memory processing.</li>
<li>Changed the Tap APIs to improve development of custom taps.</li>
<li>Changed Cascading license from GPL v3 to Apache 2.0.</li>
</ul>
</p>

<p>Do note we have a number of additional improvements in the works commonly requested by users. More on that soon.</p>

<p>To download WIP builds, please visit the <a href="http://www.concurrentinc.com/downloads/">Concurrent downloads page</a>. Or grab the source from the <a href="https://github.com/cwensel/cascading/tree/wip-2.0">public Git repository</a> on GitHub.</p>

<p>For a comprehensive list of changes, see the <a href="https://github.com/cwensel/cascading/blob/wip-2.0/CHANGES.txt">CHANGES.txt</a> file.</p>]]></description>
            <link>http://www.cascading.org/2011/10/cascading-20-early-access.html</link>
            <guid>http://www.cascading.org/2011/10/cascading-20-early-access.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Mon, 10 Oct 2011 11:32:04 -0800</pubDate>
        </item>
        
        <item>
            <title>Apache Solr Integration</title>
            <description><![CDATA[<p><a href="https://github.com/bixolabs/cascading.solr">Apache Solr integration Tap</a> has just been added to the <a href="http://www.cascading.org/modules.html">Cascading extensions</a> page for download from GitHub.</p>]]></description>
            <link>http://www.cascading.org/2011/07/apache-solr-integration.html</link>
            <guid>http://www.cascading.org/2011/07/apache-solr-integration.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Wed, 20 Jul 2011 08:53:03 -0800</pubDate>
        </item>
        
        <item>
            <title>NFJS: Cascading a Simple MapReduce</title>
            <description><![CDATA[<p>The <a href="http://www.nofluffjuststuff.com/home/main">No Fluff, Just Stuff</a> conference tour is running a series of presentations on Cascading and Cascalog. Check out the video below for a great introduction to Cascading.</p>

<p><embed src="http://blip.tv/play/gvoFgq68bgI" type="application/x-shockwave-flash" width="480" height="360" allowscriptaccess="always" allowfullscreen="true"></embed></p>]]></description>
            <link>http://www.cascading.org/2011/07/nfjs-cascading-a-simple-mapred.html</link>
            <guid>http://www.cascading.org/2011/07/nfjs-cascading-a-simple-mapred.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Sat, 16 Jul 2011 09:52:22 -0800</pubDate>
        </item>
        
        <item>
            <title>Cascading Load and Multitool</title>
            <description><![CDATA[<p>After a bit of work, we have repackaged both Cascading Load and Multitool giving them helper bash wrappers for installing, running, and updating. The new packages are on the <a href="http://www.cascading.org/downloads.html">download page</a>.</p>

<p>After unpacking, multitool for example, just run <code>./bin/multitool install</code> or <code>./bin/multitool help</code> for more information.</p> 

<p>Multitool is a command line interface for running sed and grep like application on Apache Hadoop. It even supports joins across multiple files. It's perfect for finding files or creating large test datasets from larger ones.</p>

<p>Cascading.Load is a command line tool for creating complex loads on a Apache Hadoop cluster for performance tuning.</p>

<p>Both tools are based on Cascading, of course.</p>]]></description>
            <link>http://www.cascading.org/2011/06/cascading-load-and-multitool.html</link>
            <guid>http://www.cascading.org/2011/06/cascading-load-and-multitool.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Wed, 15 Jun 2011 15:01:18 -0800</pubDate>
        </item>
        
        <item>
            <title>JAX San Jose 2011</title>
            <description><![CDATA[Chris will be speaking at <a href="http://jaxconf.com/2011/">JAX in San Jose</a> on <a href="http://jaxconf.com/2011/sessions/?tid=2042#session-17933">Tuesday June 21st</a> on Apache Hadoop and "Big Data".]]></description>
            <link>http://www.cascading.org/2011/06/jax-san-jose-2011.html</link>
            <guid>http://www.cascading.org/2011/06/jax-san-jose-2011.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Wed, 15 Jun 2011 14:53:38 -0800</pubDate>
        </item>
        
        <item>
            <title>Buzzwords 2011</title>
            <description><![CDATA[Chris will be speaking at <a href="http://berlinbuzzwords.de/">Berlin Buzzwords</a> this June on Common Patterns in MapReduce. ]]></description>
            <link>http://www.cascading.org/2011/06/buzzwords-2011.html</link>
            <guid>http://www.cascading.org/2011/06/buzzwords-2011.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Thu, 02 Jun 2011 11:26:20 -0800</pubDate>
        </item>
        
        <item>
            <title>Cascalog Workshop - February 19th in San Francisco</title>
            <description><![CDATA[<p>Interested in getting started with Hadoop, Cascading, and <a href="https://github.com/nathanmarz/cascalog">Cascalog</a>?</p> 

<p>If so, sign up for the Cascalog Workshop here in sunny San Francisco, Saturday February 19th, <a href="http://cascalog.eventbrite.com/">here</a> before space runs out.</p>

<p><a href="http://nathanmarz.com/">Nathan Marz</a> of BackType and the author of Cascalog will be leading the workshop. <a href="http://chris.wensel.net/">Chris K Wensel</a>, the author of Cascading, will be lurking about lending a hand where possible.</p>]]></description>
            <link>http://www.cascading.org/2011/02/cascalog-workshop-february-19t.html</link>
            <guid>http://www.cascading.org/2011/02/cascalog-workshop-february-19t.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Fri, 11 Feb 2011 13:05:31 -0800</pubDate>
        </item>
        
        <item>
            <title>ReadWriteWeb on BackType and Cascalog</title>
            <description><![CDATA[<p>From <a href="http://www.readwriteweb.com/hack/2011/01/secrets-of-backtypes-data-engineers.php">Secrets of BackType's Data Engineers</a>:</p>

<blockquote><a href="https://github.com/nathanmarz/cascalog">Cascalog</a> is one of their secret weapons, a <a href="http://clojure.org/">Clojure</a>-based query language for Hadoop that makes it simple for them to analyze their data in new ways. Inspired by the venerable <a href="http://en.wikipedia.org/wiki/Datalog">Datalog</a>, and built on top of <a href="http://www.cascading.org/">Cascading</a>, it allows you to write queries in Clojure and define even complex operations in simple code. Unlike alternatives like Pig or Hive, it's written within a general-purpose language, so there's no need for separate user-defined functions, but it's still a highly-structured way of defining queries.</blockquote>

<p>It's worthy of note that Cascalog is a distant child of <a href="https://github.com/clj-sys/cascading-clojure">cascading-clojure</a>, created and used by <a href="http://flightcaster.com/">FlightCaster</a>. FlightCaster <a href="http://blog.flightcaster.com/flightcaster-acquired">was acquired this week</a>.</p>]]></description>
            <link>http://www.cascading.org/2011/01/readwriteweb-on-backtype-and-c.html</link>
            <guid>http://www.cascading.org/2011/01/readwriteweb-on-backtype-and-c.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Wed, 12 Jan 2011 15:50:50 -0800</pubDate>
        </item>
        
        <item>
            <title>Cascading 1.2 Now Available</title>
            <description><![CDATA[<p>We are happy to announce that Cascading 1.2 is now publicly available for <a href="/downloads.html">download</a>.</p>

<p>This release features many performance and usability enhancements while remaining backwards compatible with 1.0 and 1.1.</p>

<p>Specifically:
<ul>
 <li>Performance optimizations during grouping (<a href="http://www.cascading.org/1.2/javadoc/cascading/tuple/StreamComparator.html">StreamComparator</a>)</li>
 <li>Composable map-side partial aggregations (<a href="http://www.cascading.org/1.2/javadoc/cascading/pipe/assembly/AggregateBy.html">AggregateBy</a>)</li>
 <li>Native Riffle support for non-Cascading (or nested iterative Cascading) processes (<a href="http://www.cascading.org/1.2/javadoc/cascading/flow/ProcessFlow.html">ProcessFlow</a> and <a href="https://github.com/cwensel/riffle/">Riffle</a>)</li>
</ul></p>

<p>For a detailed list of changes see:
<a href="http://github.com/concurrentinc/cascading/blob/1.2.0/CHANGES.txt">CHANGES.txt</a></p>

<p>We are also happy to announce that Cascading and its extensions have their own Maven/Ivy Jar repository, <a href="http://conjars.org/">Conjars</a>. Conjars is a public repository, any developer wishing to publish Cascading libraries and extensions can register their public key and push artifacts. Conjars is a simple fork of the Clojars repo code.</p>

<p>Along with this release are a number of <a href="/modules.html">extensions</a> created by the Cascading user community.</p>

<p>Among these extension are:
<ul>
 <li><a href="https://github.com/bixolabs/cascading.avro">Cascading.Avro</a> - Cascading Scheme for the Apache Avro data serialization format.</li>
 <li><a href="http://github.com/cwensel/cascading.memcached/">Cascading.Memcached</a> - Integration with Memcached, Membase, and ElasticSearch.</li>
 <li><a href="http://openbixo.org/">Bixo</a> - a web mining toolkit</li> 
 <li><a href="http://github.com/backtype/cascading-dbmigrate">DBMigrate</a> - a tool for migrating data to/from RDBMSs into Hadoop</li>
 <li>Apache HBase, Amazon SimpleDB, and JDBC integration</li>
 <li>JRuby and Clojure based scripting languages for Cascading</li>
 <li><a href="http://github.com/nathanmarz/cascalog">Cascalog</a> - a robust interactive extensible query language</li>
</ul></p>

<p>This release will run against 0.19.x, and 0.20.x. Including Amazon Elastic MapReduce.</p>]]></description>
            <link>http://www.cascading.org/2010/12/cascading-12-now-available.html</link>
            <guid>http://www.cascading.org/2010/12/cascading-12-now-available.html</guid>
            
            
            <pubDate>Wed, 01 Dec 2010 14:31:53 -0800</pubDate>
        </item>
        
        <item>
            <title>Conjars Maven Repo</title>
            <description><![CDATA[<p>We would like to announce the <a href="http://conjars.org/">Conjars</a> Maven repo, a community driven Java jar repository for Cascading libraries and extensions.</p>

<p>Anyone who wishes can register an account and push maven artifacts for use by other Cascading developers. Cascading itself is now available through Conjars; <a href="http://conjars.org/cascading/cascading-core">core</a>, <a href="http://conjars.org/cascading/cascading-xml">xml</a>, and <a href="http://conjars.org/cascading/cascading-test">test</a>.</p>

<p>Conjars is now live, but still a work in progress. We hope to get some UI improvements in place in the near future.</p>

<p>Conjars is a fork of <a href="http://clojars.org/">Clojars</a>.</p>]]></description>
            <link>http://www.cascading.org/2010/11/conjars-maven-repo.html</link>
            <guid>http://www.cascading.org/2010/11/conjars-maven-repo.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Sat, 20 Nov 2010 09:33:13 -0800</pubDate>
        </item>
        
        <item>
            <title>Memcached, Membase, and ElasticSearch Integration</title>
            <description><![CDATA[<p>We have added a link to the <a href="http://github.com/cwensel/cascading.memcached/">Cascading.Memecached</a> project on GitHub to the <a href="http://www.cascading.org/modules.html">Modules and Extensions page</a>.</p>

<p>This sub-project provides Memcached API integration allowing Cascading Flows to push data into various memcached API compliant applications like <a href="http://www.elasticsearch.com/">ElasticSearch</a> and <a href="http://membase.org/">Membase</a>.</p>]]></description>
            <link>http://www.cascading.org/2010/09/memcached-membase-and-elastics.html</link>
            <guid>http://www.cascading.org/2010/09/memcached-membase-and-elastics.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Wed, 22 Sep 2010 12:40:17 -0800</pubDate>
        </item>
        
        <item>
            <title>O&apos;Reilly Strata Conference - Last Call</title>
            <description><![CDATA[Only a short period left to submit your proposal for the O'Reilly <a href="http://strataconf.com/strata2011">Strata Conference</a> before Sept 28th.]]></description>
            <link>http://www.cascading.org/2010/09/oreilly-strata-conference-last.html</link>
            <guid>http://www.cascading.org/2010/09/oreilly-strata-conference-last.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Thu, 16 Sep 2010 09:48:45 -0800</pubDate>
        </item>
        
    </channel>
</rss>

