Return-Path: X-Original-To: apmail-apex-dev-archive@minotaur.apache.org Delivered-To: apmail-apex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4CA2318B08 for ; Fri, 29 Jan 2016 05:59:41 +0000 (UTC) Received: (qmail 56975 invoked by uid 500); 29 Jan 2016 05:59:41 -0000 Delivered-To: apmail-apex-dev-archive@apex.apache.org Received: (qmail 56899 invoked by uid 500); 29 Jan 2016 05:59:41 -0000 Mailing-List: contact dev-help@apex.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apex.incubator.apache.org Delivered-To: mailing list dev@apex.incubator.apache.org Received: (qmail 56888 invoked by uid 99); 29 Jan 2016 05:59:41 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jan 2016 05:59:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id C0046C1023 for ; Fri, 29 Jan 2016 05:59:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.979 X-Spam-Level: X-Spam-Status: No, score=0.979 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id HoVB9dE5Z-4r for ; Fri, 29 Jan 2016 05:59:40 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 20872204A0 for ; Fri, 29 Jan 2016 05:59:40 +0000 (UTC) Received: (qmail 56708 invoked by uid 99); 29 Jan 2016 05:59:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jan 2016 05:59:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E58E42C1F58 for ; Fri, 29 Jan 2016 05:59:39 +0000 (UTC) Date: Fri, 29 Jan 2016 05:59:39 +0000 (UTC) From: "Tushar Gosavi (JIRA)" To: dev@apex.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (APEXCORE-3) Ability for an operator to populate DAG at launch time 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/APEXCORE-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tushar Gosavi updated APEXCORE-3: --------------------------------- Attachment: ModuleSupport.pdf > Ability for an operator to populate DAG at launch time > ------------------------------------------------------ > > Key: APEXCORE-3 > URL: https://issues.apache.org/jira/browse/APEXCORE-3 > Project: Apache Apex Core > Issue Type: New Feature > Reporter: Amol Kekre > Assignee: Vlad Rozov > Priority: Critical > Labels: roadmap > Fix For: 3.3.0 > > Attachments: ModuleSupport.pdf > > > Apex should have an operator API that lets the operator generate DAG during launch time. This will mean the following > - Logical DAG will have one operator. This is the operator that will generate a DAG underneath > - Physical plan will have the DAG generated by the operator > - Execution plan will mimic physical plan + container location etc. > For example lets say we have three operators in a DAG (app) A->B->C > B during launch time generates a DAG B1->B2->B3, then the physical plan will be > A->B1->B2->B3->C > This should work irrespective of number of ports, etc. A typical flattening. The operators inside of B (B1, B2, B3) should have properties and attributes just as any. Users should be able to access these at run time and compile time. B itself should support properties and attributes that B1, B2, B3 can inherit from. > This is a very critical feature as it will open up users to plug-in their own engines and still take up complete operability support from Apex engine. -- This message was sent by Atlassian JIRA (v6.3.4#6332)