<?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 2010</copyright>
        <lastBuildDate>Sun, 07 Mar 2010 21:36:15 -0800</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>Cascading 1.1 User Guide Draft</title>
            <description><![CDATA[<p>In anticipation for the Cascading 1.1 release this month, we have published a draft of the <a href="http://www.cascading.org/documentation/userguide.html">1.1 User Guide</a>.</p> 

<p>Please feel free to review and email in any comments or suggestions to the <a href="http://groups.google.com/group/cascading-user/topics">mailing list</a>.</p>

<p>To download the most recent build of Cascading 1.1, please visit the <a href="http://www.concurrentinc.com/downloads/">download page</a> at Concurrent. There are plans to have a 1.1 final release candidate available on the community site this week.</p>]]></description>
            <link>http://www.cascading.org/2010/03/cascading-11-user-guide-draft.html</link>
            <guid>http://www.cascading.org/2010/03/cascading-11-user-guide-draft.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Sun, 07 Mar 2010 21:36:15 -0800</pubDate>
        </item>
        
        <item>
            <title>NoSQL East</title>
            <description><![CDATA[If you are in Atlanta, check out Chris Curtin's Cascading presentation on Oct 28-30, 2009, at <a href="https://nosqleast.com/2009/">NoSQL East</a>.]]></description>
            <link>http://www.cascading.org/2009/10/nosql-east.html</link>
            <guid>http://www.cascading.org/2009/10/nosql-east.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Wed, 14 Oct 2009 13:06:17 -0800</pubDate>
        </item>
        
        <item>
            <title>Cascading User Group</title>
            <description><![CDATA[<p>The first ever <a href="http://upcoming.yahoo.com/event/4421260/">Cascading User Group</a> will be this Thursday, September 24th, at <a href="http://rapleaf.com/">RapLeaf</a>. </p>

<p>There will be discussions on the future of Cascading, the work done by the <a href="http://flightcaster.com/">FlightCaster</a> folk integrating Cascading with <a href="http://clojure.org/">Clojure</a>, and various tips and techniques.</p>

<p>Hope to see you there.</p>]]></description>
            <link>http://www.cascading.org/2009/09/cascading-user-group.html</link>
            <guid>http://www.cascading.org/2009/09/cascading-user-group.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Sat, 19 Sep 2009 12:40:21 -0800</pubDate>
        </item>
        
        <item>
            <title>Cascading News of Note</title>
            <description><![CDATA[<p>Just wanted to point out few recent blog posts and upcoming events.</p>

<p>First, if you are in the Atlanta area, check out 
<a href="http://www.ajug.org/confluence/display/AJUG/Home">July 21, 2009 - Cloud Computing with Hadoop, Map/Reduce and Cascading</a>.</p> 

<p>Also, <a href="http://blog.rapleaf.com/dev/?p=58">A new Cascading pipe - MultiGroupBy</a> outlines a way to defer the joining of multiple streams during co-grouping to a subsequent operation (a Buffer).</p>

<p>This is definitely something we would like to adopt in some fashion for Cascading 1.1.</p> 

<p>Next, <a href="http://www.machinelake.com/2009/07/02/cascadings-logparser-example-in-clojure/">Cascading's Logparser example in Clojure</a> takes home the current meme on wrapping Cascading with <a href="http://clojure.org/">Clojure</a>. For those not in the loop, "clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system".</p> 

<p>I think this re-inforces the idea of exposing a MapReduce query planner as an API and not as a syntax. I am very interested to see how this evolves.</p>

<p>Finally, the folks at <a href="http://cloudscaling.com/">Cloudscaling</a> call out a recent presentation by Chris,
<a href="http://cloudscaling.com/blog/technology/big-data/hadoop-101-by-chris-wensel">Hadoop 101</a>, that covers Hadoop, Cascading, and some best practices.</p> 

<p>You can reach the presentation directly here: <a href="http://www.slideshare.net/cwensel/building-scale-free-applications-with-hadoop-and-cascading-1616859">Building Scale Free Applications with Hadoop and Cascading</a>.</p>





]]></description>
            <link>http://www.cascading.org/2009/07/cascading-news-of-note.html</link>
            <guid>http://www.cascading.org/2009/07/cascading-news-of-note.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Thu, 02 Jul 2009 15:27:52 -0800</pubDate>
        </item>
        
        <item>
            <title>Cascading WIP 1.1</title>
            <description><![CDATA[<p>Cascading WIP 1.1 is now available as <a href="http://github.com/cwensel/cascading/tree/wip-1.1">source on GitHub</a> and as a <a href="http://www.concurrentinc.com/downloads/">regression tested distribution at Concurrent, Inc.</a>.</p>

<p>Please consider this WIP (and any other Work In Progress branch) as unstable and unsuitable for production use. That said, the more users who test it will make it stable that much more quickly.</p>

<p>Also note that the distribution downloads from Concurrent, Inc. are fully regression tested, so should be a drop in replacement for Cascading 1.0.</p>

<p>Please see <a href="http://github.com/cwensel/cascading/blob/bfc78d97b4cd2cafe9b2aacbcdae114e87918364/CHANGES.txt">CHANGES.txt</a> for a comprehensive list of new features and bug fixes.</p>

<p>For highlights, please read on.</p>]]></description>
            <link>http://www.cascading.org/2009/06/cascading-wip-11.html</link>
            <guid>http://www.cascading.org/2009/06/cascading-wip-11.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Sun, 14 Jun 2009 14:57:35 -0800</pubDate>
        </item>
        
        <item>
            <title>Hadoop: The Definitive Guide</title>
            <description><![CDATA[For those who missed the announcement, <a href="http://oreilly.com/catalog/9780596521974/">Hadoop: The Definitive Guide</a> was made available early. Grab a copy and checkout the Case Study in the back on Cascading written by the Cascading project lead developer.]]></description>
            <link>http://www.cascading.org/2009/06/hadoop-the-definitive-guide.html</link>
            <guid>http://www.cascading.org/2009/06/hadoop-the-definitive-guide.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Sun, 14 Jun 2009 13:28:47 -0800</pubDate>
        </item>
        
        <item>
            <title>ScaleCamp</title>
            <description><![CDATA[Don't forget to sign up for <a href="http://scalecamp.eventbrite.com/">ScaleCamp</a>, the night before the <a href="http://hadoopsummit09.eventbrite.com/">Hadoop Summit 2009</a>. Should be a nice collection of Cascading users milling about.]]></description>
            <link>http://www.cascading.org/2009/05/scalecamp.html</link>
            <guid>http://www.cascading.org/2009/05/scalecamp.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Wed, 13 May 2009 21:31:45 -0800</pubDate>
        </item>
        
        <item>
            <title>Cascading and Hadoop Presentations</title>
            <description><![CDATA[<p>Chris will be presenting on Hadoop and Cascading twice this month (May) and twice next month (June). See below for a comprehensive list.</p>]]></description>
            <link>http://www.cascading.org/2009/05/cascading-and-hadoop-presentat.html</link>
            <guid>http://www.cascading.org/2009/05/cascading-and-hadoop-presentat.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Mon, 11 May 2009 10:17:47 -0800</pubDate>
        </item>
        
        <item>
            <title>Support for Amazon Elastic MapReduce</title>
            <description><![CDATA[<p>Today we are excited to announce official support for <a href="http://aws.amazon.com/elasticmapreduce">Amazon Elastic MapReduce</a>.</p>

<p>With the Cascading 1.0 (Hadoop 0.18.3+) build (<a href="http://code.google.com/p/cascading/downloads/list">downloads</a>), users can write and push their application into a dynamically provisioned Elastic MapReduce cluster via the AWS Console or the Ruby Command Line Client.</p>

<p>We also created the Cascading.Multitool, an application that allows users to create and run Hadoop data processing jobs using simple program argument parameters, very much like unix pipes and filters. </p>

<p>You can read more about Multitool and how to use with with Elastic MapReduce on the <a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2293&categoryID=263">AWS Developer site</a>.</p>

<p>You can also find a link to the Multitool source repository on the <a href="http://www.cascading.org/modules.html">modules page</a> for use against your own local cluster.</p>

<p>We are very excited about offering support for this new service, and hope our users watch this space for some additional announcements in the near future.</p>]]></description>
            <link>http://www.cascading.org/2009/04/amazon-elastic-mapreduce.html</link>
            <guid>http://www.cascading.org/2009/04/amazon-elastic-mapreduce.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Thu, 02 Apr 2009 00:33:10 -0800</pubDate>
        </item>
        
        <item>
            <title>Support for Hadoop 0.19 and 0.18 Releases</title>
            <description><![CDATA[<p>With the push of the <a href="http://github.com/cwensel/cascading/blob/a7920a80c671025aa3446a405855e9807c1dfc59/CHANGES.txt">Cascading 1.0.6 maintenance</a> release today, we also added official support for both Hadoop 0.19.0+ and Hadoop 0.18.3+ releases.</p>

<p>That is, you can run any maintenance version of <a href="http://hadoop.apache.org/core/docs/r0.19.1/">Hadoop 0.19</a>, or any maintenance version of <a href="http://hadoop.apache.org/core/docs/r0.18.3/">Hadoop 0.18.3</a> and above without any code changes to your Cascading application. Both libraries are API compatible and can be used interchangeably.</p>

<p>Do note that if your application sets any properties specific to a given Hadoop version, they may not be recognized, but this is generally unlikely.</p>

<p>Visit our <a href="http://code.google.com/p/cascading/downloads/list">downloads</a> page for all available releases.</p>

]]></description>
            <link>http://www.cascading.org/2009/03/support-for-hadoop-019-and-018.html</link>
            <guid>http://www.cascading.org/2009/03/support-for-hadoop-019-and-018.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Fri, 27 Mar 2009 16:54:53 -0800</pubDate>
        </item>
        
        <item>
            <title>Cascading.JRuby DSL Module</title>
            <description><![CDATA[<p>Grégoire Marabout just pushed up his <a href="http://github.com/gmarabout/cascading.jruby/tree/master">Cascading.JRuby DSL</a> to GitHub. Great job Greg!</p>

<p>You can also find this and other extensions on our <a href="/modules.html">modules page</a>.</p>]]></description>
            <link>http://www.cascading.org/2009/03/cascadingjruby-dsl-module.html</link>
            <guid>http://www.cascading.org/2009/03/cascadingjruby-dsl-module.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Mon, 16 Mar 2009 08:58:18 -0800</pubDate>
        </item>
        
        <item>
            <title>Cascading.JDBC Module</title>
            <description><![CDATA[Just pushed up experimental support for reading and writing from JDBC sources on the <a href="/modules.html">Cascading Modules</a> page. Feel free to clone, test, patch, and notify us of any fixes/features on your branch.]]></description>
            <link>http://www.cascading.org/2009/02/cascadingjdbc-module.html</link>
            <guid>http://www.cascading.org/2009/02/cascadingjdbc-module.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Fri, 06 Feb 2009 09:24:37 -0800</pubDate>
        </item>
        
        <item>
            <title>Cascading.HBase Module</title>
            <description><![CDATA[Two interesting bits of news here. First, we released support for <a href="http://hadoop.apache.org/hbase/">Apache HBase</a> as a third-party module. Second, we have a new page listing user contributed extensions to Cascading. Both can be found on the <a href="/modules.html">Cascading Modules</a> page.]]></description>
            <link>http://www.cascading.org/2009/02/cascadinghbase-module.html</link>
            <guid>http://www.cascading.org/2009/02/cascadinghbase-module.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Tue, 03 Feb 2009 06:37:48 -0800</pubDate>
        </item>
        
        <item>
            <title>Cascading 1.0.0 Released</title>
            <description><![CDATA[<p>Version 1.0.0 of Cascading is now available for <a href="http://code.google.com/p/cascading/downloads/list">download</a>. For details on new features and bug fixes, see the <a href="http://code.google.com/p/cascading/source/browse/tags/cascading-1.0.0/CHANGES.txt">CHANGES.txt</a> file.</p>

<p>This version of Cascading only supports Hadoop 0.19.x.</p>]]></description>
            <link>http://www.cascading.org/2009/01/cascading-100-released.html</link>
            <guid>http://www.cascading.org/2009/01/cascading-100-released.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Wed, 14 Jan 2009 15:15:13 -0800</pubDate>
        </item>
        
        <item>
            <title>Slides from the NYC HUG</title>
            <description><![CDATA[For those interested, here are the <span class="mt-enclosure mt-enclosure-file" style="display: inline;"><a href="http://www.cascading.org/documentation/CascadingUserGroupNYC.pdf">slides on Cascading</a></span> Chris presented at the <a href="http://www.meetup.com/Hadoop-NYC/calendar/9240064/">December NYC Hadoop User Group</a> at ContextWeb.
]]></description>
            <link>http://www.cascading.org/2008/12/slides-from-the-nyc-hug.html</link>
            <guid>http://www.cascading.org/2008/12/slides-from-the-nyc-hug.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">News</category>
            
            
            <pubDate>Fri, 19 Dec 2008 07:05:10 -0800</pubDate>
        </item>
        
    </channel>
</rss>
