Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1CB4817916 for ; Fri, 23 Jan 2015 15:20:19 +0000 (UTC) Received: (qmail 84619 invoked by uid 500); 23 Jan 2015 15:20:19 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 84574 invoked by uid 500); 23 Jan 2015 15:20:19 -0000 Mailing-List: contact issues-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 issues@flink.apache.org Received: (qmail 84565 invoked by uid 99); 23 Jan 2015 15:20:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2015 15:20:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 23 Jan 2015 15:19:54 +0000 Received: (qmail 83376 invoked by uid 99); 23 Jan 2015 15:19:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2015 15:19:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B93A4E0393; Fri, 23 Jan 2015 15:19:51 +0000 (UTC) From: mxm To: issues@flink.incubator.apache.org Reply-To: issues@flink.incubator.apache.org Message-ID: Subject: [GitHub] flink pull request: [Flink-1436] refactor CLiFrontend to provide m... Content-Type: text/plain Date: Fri, 23 Jan 2015 15:19:51 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org GitHub user mxm opened a pull request: https://github.com/apache/flink/pull/331 [Flink-1436] refactor CLiFrontend to provide more identifiable and meaningful error messages You can merge this pull request into a Git repository by running: $ git pull https://github.com/mxm/flink flink-1436 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/331.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #331 ---- commit 1bb326c347ce26b0458a4ed437e418a227820ed4 Author: Max Date: 2015-01-23T13:05:31Z [FLINK-1436] more meaningful error messages commit 5daf545384b1a2dfbed5273c691804ed45e211c1 Author: Max Date: 2015-01-23T13:05:55Z [FLINK-1436] remove verbose flag and default to verbose output commit 4cc1f691df57a0f411419283522952ba13a4d713 Author: Max Date: 2015-01-23T14:31:07Z [FLINK-1436] rework error message logic using checked exceptions in particular, error messages are printed after usage information which provides information about the error immediately (no more scrolling) commit ab0bfa0fbd854facfbee6f74a601be975ea268b3 Author: Max Date: 2015-01-23T14:39:40Z [FLINK-1436] adapt tests for the new error handling of CliFrontend ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---