Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 97692200B3C for ; Tue, 7 Jun 2016 00:06:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 96298160A56; Mon, 6 Jun 2016 22:06:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D9E88160A24 for ; Tue, 7 Jun 2016 00:06:21 +0200 (CEST) Received: (qmail 40235 invoked by uid 500); 6 Jun 2016 22:06:21 -0000 Mailing-List: contact dev-help@reef.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@reef.apache.org Delivered-To: mailing list dev@reef.apache.org Received: (qmail 40197 invoked by uid 99); 6 Jun 2016 22:06:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2016 22:06:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 00DE72C14F8 for ; Mon, 6 Jun 2016 22:06:21 +0000 (UTC) Date: Mon, 6 Jun 2016 22:06:21 +0000 (UTC) From: "Andrew Chung (JIRA)" To: dev@reef.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (REEF-1422) Be able to distinguish Task language MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 06 Jun 2016 22:06:22 -0000 Andrew Chung created REEF-1422: ---------------------------------- Summary: Be able to distinguish Task language Key: REEF-1422 URL: https://issues.apache.org/jira/browse/REEF-1422 Project: REEF Issue Type: Improvement Components: REEF, REEF Bridge, REEF Driver Reporter: Andrew Chung REEF allows a Java Driver to run C# Tasks and a C# Driver to run Java Tasks. The Driver should know what kind of language the running Task is in such that it is able to generate the right type of Exception upon a Task failure. -- This message was sent by Atlassian JIRA (v6.3.4#6332)