<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Cascading</title>
    <link rel="alternate" type="text/html" href="http://www.cascading.org/" />
    <link rel="self" type="application/atom+xml" href="http://www.cascading.org/atom.xml" />
    <id>tag:www.cascading.org,2008-04-05://2</id>
    <updated>2012-01-11T17:53:10Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Open Source 4.1</generator>

<entry>
    <title>Scalding Released</title>
    <link rel="alternate" type="text/html" href="http://www.cascading.org/2012/01/scalding-released.html" />
    <id>tag:www.cascading.org,2012://2.524</id>

    <published>2012-01-11T17:53:10Z</published>
    <updated>2012-01-11T17:53:10Z</updated>

    <summary>If you are a Scala fan, checkout the Scalding announcement from Twitter. Or just grab the Scalding code from GitHub. Of course, don&apos;t forget the other language bindings Cascalog, PyCascading, and Cascading.JRuby....</summary>
    <author>
        <name></name>
        <uri>http://chris.wensel.net/</uri>
    </author>
    
        <category term="News" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.cascading.org/">
        <![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>.
]]>
        
    </content>
</entry>

<entry>
    <title>PyCascading Released</title>
    <link rel="alternate" type="text/html" href="http://www.cascading.org/2011/12/pycascading-released.html" />
    <id>tag:www.cascading.org,2011://2.523</id>

    <published>2011-12-15T22:24:01Z</published>
    <updated>2011-12-15T22:24:01Z</updated>

    <summary>If interested in running Python on Apache Hadoop, checkout PyCascading from Twitter. Here is the official announcement on our mail-list. If Clojure is more your thing, there is always Cascalog, another project from the Twitter data teams (formerly BackType)....</summary>
    <author>
        <name></name>
        <uri>http://chris.wensel.net/</uri>
    </author>
    
        <category term="News" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.cascading.org/">
        <![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>]]>
        
    </content>
</entry>

<entry>
    <title>Intro to Cascading</title>
    <link rel="alternate" type="text/html" href="http://www.cascading.org/2011/11/intro-to-cascading.html" />
    <id>tag:www.cascading.org,2011://2.522</id>

    <published>2011-11-04T17:08:44Z</published>
    <updated>2011-11-04T17:08:44Z</updated>

    <summary>Scale Unlimited will be offering their online course, Introduction to Cascading, this November 18th....</summary>
    <author>
        <name></name>
        <uri>http://chris.wensel.net/</uri>
    </author>
    
        <category term="News" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.cascading.org/">
        <![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> ]]>
        
    </content>
</entry>

<entry>
    <title>Cascading 2.0 Early Access</title>
    <link rel="alternate" type="text/html" href="http://www.cascading.org/2011/10/cascading-20-early-access.html" />
    <id>tag:www.cascading.org,2011://2.520</id>

    <published>2011-10-10T18:32:04Z</published>
    <updated>2011-10-10T18:32:04Z</updated>

    <summary>After months of work, we are very happy to announce availability of Cascading 2.0 WIP (Work in Progress). 2.0 is still under development, but it has become stable enough for us to make the work public so we can get...</summary>
    <author>
        <name></name>
        <uri>http://chris.wensel.net/</uri>
    </author>
    
        <category term="News" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.cascading.org/">
        <![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>]]>
        
    </content>
</entry>

<entry>
    <title>Apache Solr Integration</title>
    <link rel="alternate" type="text/html" href="http://www.cascading.org/2011/07/apache-solr-integration.html" />
    <id>tag:www.cascading.org,2011://2.519</id>

    <published>2011-07-20T15:53:03Z</published>
    <updated>2011-07-20T15:53:03Z</updated>

    <summary>Apache Solr integration Tap has just been added to the Cascading extensions page for download from GitHub....</summary>
    <author>
        <name></name>
        <uri>http://chris.wensel.net/</uri>
    </author>
    
        <category term="News" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.cascading.org/">
        <![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>]]>
        
    </content>
</entry>

<entry>
    <title>NFJS: Cascading a Simple MapReduce</title>
    <link rel="alternate" type="text/html" href="http://www.cascading.org/2011/07/nfjs-cascading-a-simple-mapred.html" />
    <id>tag:www.cascading.org,2011://2.517</id>

    <published>2011-07-16T16:52:22Z</published>
    <updated>2011-07-16T16:52:22Z</updated>

    <summary>The No Fluff, Just Stuff conference tour is running a series of presentations on Cascading and Cascalog. Check out the video below for a great introduction to Cascading....</summary>
    <author>
        <name></name>
        <uri>http://chris.wensel.net/</uri>
    </author>
    
        <category term="News" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.cascading.org/">
        <![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>]]>
        
    </content>
</entry>

<entry>
    <title>Cascading Load and Multitool</title>
    <link rel="alternate" type="text/html" href="http://www.cascading.org/2011/06/cascading-load-and-multitool.html" />
    <id>tag:www.cascading.org,2011://2.516</id>

    <published>2011-06-15T22:01:18Z</published>
    <updated>2011-06-15T22:01:18Z</updated>

    <summary>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 download page. After unpacking, multitool for example, just run ./bin/multitool install...</summary>
    <author>
        <name></name>
        <uri>http://chris.wensel.net/</uri>
    </author>
    
        <category term="News" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.cascading.org/">
        <![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>]]>
        
    </content>
</entry>

<entry>
    <title>JAX San Jose 2011</title>
    <link rel="alternate" type="text/html" href="http://www.cascading.org/2011/06/jax-san-jose-2011.html" />
    <id>tag:www.cascading.org,2011://2.515</id>

    <published>2011-06-15T21:53:38Z</published>
    <updated>2011-06-15T21:53:38Z</updated>

    <summary>Chris will be speaking at JAX in San Jose on Tuesday June 21st on Apache Hadoop and &quot;Big Data&quot;....</summary>
    <author>
        <name></name>
        <uri>http://chris.wensel.net/</uri>
    </author>
    
        <category term="News" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.cascading.org/">
        <![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".]]>
        
    </content>
</entry>

<entry>
    <title>Buzzwords 2011</title>
    <link rel="alternate" type="text/html" href="http://www.cascading.org/2011/06/buzzwords-2011.html" />
    <id>tag:www.cascading.org,2011://2.514</id>

    <published>2011-06-02T18:26:20Z</published>
    <updated>2011-06-02T18:26:20Z</updated>

    <summary>Chris will be speaking at Berlin Buzzwords this June on Common Patterns in MapReduce....</summary>
    <author>
        <name></name>
        <uri>http://chris.wensel.net/</uri>
    </author>
    
        <category term="News" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.cascading.org/">
        <![CDATA[Chris will be speaking at <a href="http://berlinbuzzwords.de/">Berlin Buzzwords</a> this June on Common Patterns in MapReduce. ]]>
        
    </content>
</entry>

<entry>
    <title>Cascalog Workshop - February 19th in San Francisco</title>
    <link rel="alternate" type="text/html" href="http://www.cascading.org/2011/02/cascalog-workshop-february-19t.html" />
    <id>tag:www.cascading.org,2011://2.513</id>

    <published>2011-02-11T21:05:31Z</published>
    <updated>2011-02-11T21:05:31Z</updated>

    <summary>Interested in getting started with Hadoop, Cascading, and Cascalog? If so, sign up for the Cascalog Workshop here in sunny San Francisco, Saturday February 19th, here before space runs out. Nathan Marz of BackType and the author of Cascalog will...</summary>
    <author>
        <name></name>
        <uri>http://chris.wensel.net/</uri>
    </author>
    
        <category term="News" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.cascading.org/">
        <![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>]]>
        
    </content>
</entry>

<entry>
    <title>ReadWriteWeb on BackType and Cascalog</title>
    <link rel="alternate" type="text/html" href="http://www.cascading.org/2011/01/readwriteweb-on-backtype-and-c.html" />
    <id>tag:www.cascading.org,2011://2.510</id>

    <published>2011-01-12T23:50:50Z</published>
    <updated>2011-01-12T23:50:50Z</updated>

    <summary>From Secrets of BackType&apos;s Data Engineers: Cascalog is one of their secret weapons, a Clojure-based query language for Hadoop that makes it simple for them to analyze their data in new ways. Inspired by the venerable Datalog, and built on...</summary>
    <author>
        <name></name>
        <uri>http://chris.wensel.net/</uri>
    </author>
    
        <category term="News" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.cascading.org/">
        <![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>]]>
        
    </content>
</entry>

<entry>
    <title>Cascading 1.2 Now Available</title>
    <link rel="alternate" type="text/html" href="http://www.cascading.org/2010/12/cascading-12-now-available.html" />
    <id>tag:www.cascading.org,2010://2.507</id>

    <published>2010-12-01T22:31:53Z</published>
    <updated>2010-12-01T22:31:53Z</updated>

    <summary>We are happy to announce that Cascading 1.2 is now publicly available for download. This release features many performance and usability enhancements while remaining backwards compatible with 1.0 and 1.1. Specifically: Performance optimizations during grouping (StreamComparator) Composable map-side partial aggregations...</summary>
    <author>
        <name></name>
        <uri>http://chris.wensel.net/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.cascading.org/">
        <![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>]]>
        
    </content>
</entry>

<entry>
    <title>Conjars Maven Repo</title>
    <link rel="alternate" type="text/html" href="http://www.cascading.org/2010/11/conjars-maven-repo.html" />
    <id>tag:www.cascading.org,2010://2.506</id>

    <published>2010-11-20T17:33:13Z</published>
    <updated>2010-11-20T17:33:13Z</updated>

    <summary>We would like to announce the Conjars Maven repo, a community driven Java jar repository for Cascading libraries and extensions. Anyone who wishes can register an account and push maven artifacts for use by other Cascading developers. Cascading itself is...</summary>
    <author>
        <name></name>
        <uri>http://chris.wensel.net/</uri>
    </author>
    
        <category term="News" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.cascading.org/">
        <![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>]]>
        
    </content>
</entry>

<entry>
    <title>Memcached, Membase, and ElasticSearch Integration</title>
    <link rel="alternate" type="text/html" href="http://www.cascading.org/2010/09/memcached-membase-and-elastics.html" />
    <id>tag:www.cascading.org,2010://2.504</id>

    <published>2010-09-22T19:40:17Z</published>
    <updated>2010-09-22T19:40:17Z</updated>

    <summary>We have added a link to the Cascading.Memecached project on GitHub to the Modules and Extensions page. This sub-project provides Memcached API integration allowing Cascading Flows to push data into various memcached API compliant applications like ElasticSearch and Membase....</summary>
    <author>
        <name></name>
        <uri>http://chris.wensel.net/</uri>
    </author>
    
        <category term="News" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.cascading.org/">
        <![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>]]>
        
    </content>
</entry>

<entry>
    <title>O&apos;Reilly Strata Conference - Last Call</title>
    <link rel="alternate" type="text/html" href="http://www.cascading.org/2010/09/oreilly-strata-conference-last.html" />
    <id>tag:www.cascading.org,2010://2.503</id>

    <published>2010-09-16T16:48:45Z</published>
    <updated>2010-09-16T16:48:45Z</updated>

    <summary>Only a short period left to submit your proposal for the O&apos;Reilly Strata Conference before Sept 28th....</summary>
    <author>
        <name></name>
        <uri>http://chris.wensel.net/</uri>
    </author>
    
        <category term="News" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.cascading.org/">
        <![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.]]>
        
    </content>
</entry>

</feed>

