Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C3815179E8 for ; Sun, 14 Jun 2015 16:12:07 +0000 (UTC) Received: (qmail 44791 invoked by uid 500); 14 Jun 2015 16:12:07 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 44726 invoked by uid 500); 14 Jun 2015 16:12:07 -0000 Mailing-List: contact dev-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list dev@flink.apache.org Received: (qmail 44715 invoked by uid 99); 14 Jun 2015 16:12:07 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jun 2015 16:12:07 +0000 Received: from mail-yh0-f44.google.com (mail-yh0-f44.google.com [209.85.213.44]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id C2AFF1A0260 for ; Sun, 14 Jun 2015 16:12:06 +0000 (UTC) Received: by yhak3 with SMTP id k3so28769266yha.2 for ; Sun, 14 Jun 2015 09:12:06 -0700 (PDT) X-Gm-Message-State: ALoCoQkv3Y1TFY7rmaNoYKou/LVxGaWmsMkHNHRhQQBH8d5bIwD6BxRpif+Ym4UiTZ2zqaV7CBHB X-Received: by 10.52.135.4 with SMTP id po4mr37501559vdb.78.1434298326040; Sun, 14 Jun 2015 09:12:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.207.67 with HTTP; Sun, 14 Jun 2015 09:11:45 -0700 (PDT) From: Maximilian Michels Date: Sun, 14 Jun 2015 18:11:45 +0200 Message-ID: Subject: Testing Apache Flink 0.9.0-rc2 To: dev@flink.apache.org Content-Type: multipart/alternative; boundary=bcaec52d52dd39de1d05187c9a3a --bcaec52d52dd39de1d05187c9a3a Content-Type: text/plain; charset=UTF-8 Dear Flink community, Here's the second release candidate for the 0.9.0 release. We haven't had a formal vote on the previous release candidate but it received an implicit -1 because of a couple of issues. Thanks to the hard-working Flink devs these issues should be solved now. The following commits have been added to the second release candidate: f5f0709 [FLINK-2194] [type extractor] Excludes Writable type from WritableTypeInformation to be treated as an interface 40e2df5 [FLINK-2072] [ml] Adds quickstart guide af0fee5 [FLINK-2207] Fix TableAPI conversion documenation and further renamings for consistency. e513be7 [FLINK-2206] Fix incorrect counts of finished, canceled, and failed jobs in webinterface ecfde6d [docs][release] update stable version to 0.9.0 4d8ae1c [docs] remove obsolete YARN link and cleanup download links f27fc81 [FLINK-2195] Configure Configurable Hadoop InputFormats ce3bc9c [streaming] [api-breaking] Minor DataStream cleanups 0edc0c8 [build] [streaming] Streaming parents dependencies pushed to children 6380b95 [streaming] Logging update for checkpointed streaming topologies 5993e28 [FLINK-2199] Escape UTF characters in Scala Shell welcome squirrel. 80dd72d [FLINK-2196] [javaAPI] Moved misplaced SortPartitionOperator class c8c2e2c [hotfix] Bring KMeansDataGenerator and KMeans quickstart in sync 77def9f [FLINK-2183][runtime] fix deadlock for concurrent slot release 87988ae [scripts] remove quickstart scripts f3a96de [streaming] Fixed streaming example jars packaging and termination 255c554 [FLINK-2191] Fix inconsistent use of closure cleaner in Scala Streaming 1343f26 [streaming] Allow force-enabling checkpoints for iterative jobs c59d291 Fixed a few trivial issues: e0e6f59 [streaming] Optional iteration feedback partitioning added 348ac86 [hotfix] Fix YARNSessionFIFOITCase 80cf2c5 [ml] Makes StandardScalers state package private and reduce redundant code. Adjusts flink-ml readme. c83ee8a [FLINK-1844] [ml] Add MinMaxScaler implementation in the proprocessing package, test for the for the corresponding functionality and documentation. ee7c417 [docs] [streaming] Added states and fold to the streaming docs fcca75c [docs] Fix some typos and grammar in the Streaming Programming Guide. Again, we need to test the new release candidate. Therefore, I've created a new document where we keep track of our testing criteria for releases: https://docs.google.com/document/d/162AZEX8lo0Njal10mmt9wzM5GYVL5WME-VfwGmwpBoA/edit Everyone who tested previously, could take a different task this time. For some components we probably don't have to test again but, if in doubt, testing twice doesn't hurt. Happy testing :) Cheers, Max Git branch: release-0.9.0-rc2 Release binaries: http://people.apache.org/~mxm/flink-0.9.0-rc2/ Maven artifacts: https://repository.apache.org/content/repositories/orgapacheflink-1040/ PGP public key for verifying the signatures: http://pgp.mit.edu/pks/lookup?op=vindex&search=0xDE976D18C2909CBF --bcaec52d52dd39de1d05187c9a3a--