Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-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 8164CD201 for ; Thu, 9 Aug 2012 21:45:19 +0000 (UTC) Received: (qmail 68434 invoked by uid 500); 9 Aug 2012 21:45:19 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 68389 invoked by uid 500); 9 Aug 2012 21:45:19 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 68380 invoked by uid 500); 9 Aug 2012 21:45:19 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 68377 invoked by uid 99); 9 Aug 2012 21:45:19 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2012 21:45:19 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 0F325142818 for ; Thu, 9 Aug 2012 21:45:19 +0000 (UTC) Date: Thu, 9 Aug 2012 21:45:19 +0000 (UTC) From: "Eli Reisman (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <70075609.3862.1344548719065.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1454541360.59579.1342464395131.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (GIRAPH-258) Check type compatibility before submitting job MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GIRAPH-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated GIRAPH-258: ------------------------------- Attachment: GIRAPH-258-6.patch oops. ready now. > Check type compatibility before submitting job > ---------------------------------------------- > > Key: GIRAPH-258 > URL: https://issues.apache.org/jira/browse/GIRAPH-258 > Project: Giraph > Issue Type: Bug > Affects Versions: 0.2.0 > Reporter: Jakob Homan > Assignee: Eli Reisman > Fix For: 0.2.0 > > Attachments: GIRAPH-258-1.patch, GIRAPH-258-2.patch, GIRAPH-258-3.patch, GIRAPH-258-4.patch, GIRAPH-258-5.patch, GIRAPH-258-6.patch > > > Currently if one submits a job with a vertex and inputformat types that are not compatible the job only fails during runtime. Since we know the types at submission time, we can check this before submitting and fail then. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira