Return-Path: X-Original-To: apmail-flink-commits-archive@minotaur.apache.org Delivered-To: apmail-flink-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 51DEB177D1 for ; Wed, 5 Nov 2014 00:02:47 +0000 (UTC) Received: (qmail 33656 invoked by uid 500); 5 Nov 2014 00:02:47 -0000 Delivered-To: apmail-flink-commits-archive@flink.apache.org Received: (qmail 33627 invoked by uid 500); 5 Nov 2014 00:02:47 -0000 Mailing-List: contact commits-help@flink.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.incubator.apache.org Delivered-To: mailing list commits@flink.incubator.apache.org Received: (qmail 33618 invoked by uid 99); 5 Nov 2014 00:02:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2014 00:02:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2014 00:02:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2A3A023888D2; Wed, 5 Nov 2014 00:02:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1636783 - in /incubator/flink: _posts/ site/ site/blog/ site/blog/page2/ site/news/2012/08/21/ site/news/2012/10/15/ site/news/2012/11/12/ site/news/2012/11/21/ site/news/2013/03/27/ site/news/2013/10/21/ site/news/2013/12/13/ site/news/20... Date: Wed, 05 Nov 2014 00:02:22 -0000 To: commits@flink.incubator.apache.org From: uce@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141105000224.2A3A023888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: uce Date: Wed Nov 5 00:02:22 2014 New Revision: 1636783 URL: http://svn.apache.org/r1636783 Log: Fix typo in blog post Modified: incubator/flink/_posts/2014-11-04-release-0.7.0.md incubator/flink/site/asf.html incubator/flink/site/blog/index.html incubator/flink/site/blog/page2/index.html incubator/flink/site/coding_guidelines.html incubator/flink/site/community.html incubator/flink/site/downloads.html incubator/flink/site/how-to-contribute.html incubator/flink/site/index.html incubator/flink/site/material.html incubator/flink/site/news/2012/08/21/release02.html incubator/flink/site/news/2012/10/15/icde2013.html incubator/flink/site/news/2012/11/12/btw2013demo.html incubator/flink/site/news/2012/11/21/previewICDE2013.html incubator/flink/site/news/2013/03/27/www-demo-paper.html incubator/flink/site/news/2013/10/21/cikm2013-paper.html incubator/flink/site/news/2013/12/13/humboldt-innovation-award.html incubator/flink/site/news/2014/01/10/stratosphere-hadoop-summit.html incubator/flink/site/news/2014/01/12/0.4-migration-guide.html incubator/flink/site/news/2014/01/13/stratosphere-release-0.4.html incubator/flink/site/news/2014/01/26/optimizer_plan_visualization_tool.html incubator/flink/site/news/2014/01/28/querying_mongodb.html incubator/flink/site/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html incubator/flink/site/news/2014/02/24/stratosphere-google-summer-of-code-2014.html incubator/flink/site/news/2014/04/16/stratosphere-goes-apache-incubator.html incubator/flink/site/news/2014/05/31/release-0.5.html incubator/flink/site/news/2014/08/26/release-0.6.html incubator/flink/site/news/2014/09/26/release-0.6.1.html incubator/flink/site/news/2014/10/03/upcoming_events.html incubator/flink/site/news/2014/11/04/release-0.7.0.html incubator/flink/site/privacy-policy.html incubator/flink/site/project.html Modified: incubator/flink/_posts/2014-11-04-release-0.7.0.md URL: http://svn.apache.org/viewvc/incubator/flink/_posts/2014-11-04-release-0.7.0.md?rev=1636783&r1=1636782&r2=1636783&view=diff ============================================================================== --- incubator/flink/_posts/2014-11-04-release-0.7.0.md (original) +++ incubator/flink/_posts/2014-11-04-release-0.7.0.md Wed Nov 5 00:02:22 2014 @@ -17,7 +17,7 @@ See the release changelog [here](https:/ **New Scala API:** The Scala API has been completely rewritten. The Java and Scala APIs have now the same syntax and transformations and will be kept from now on in sync in every future release. See the new Scala API [here](http://flink.incubator.apache.org/docs/0.7-incubating/programming_guide.html). -**Logical key expressions:** You can now specify grouping and joing keys with logical names for member variables of POJO data types. For example, you can join two data sets as ``persons.join(cities).where(“zip”).equalTo(“zipcode”)``. Read more [here](http://flink.incubator.apache.org/docs/0.7-incubating/programming_guide.html#specifying-keys). +**Logical key expressions:** You can now specify grouping and joining keys with logical names for member variables of POJO data types. For example, you can join two data sets as ``persons.join(cities).where(“zip”).equalTo(“zipcode”)``. Read more [here](http://flink.incubator.apache.org/docs/0.7-incubating/programming_guide.html#specifying-keys). **Hadoop MapReduce compatibility:** You can run unmodified Hadoop Mappers and Reducers (mapred API) in Flink, use all Hadoop data types, and read data with all Hadoop InputFormats. Modified: incubator/flink/site/asf.html URL: http://svn.apache.org/viewvc/incubator/flink/site/asf.html?rev=1636783&r1=1636782&r2=1636783&view=diff ============================================================================== --- incubator/flink/site/asf.html (original) +++ incubator/flink/site/asf.html Wed Nov 5 00:02:22 2014 @@ -126,7 +126,7 @@