Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-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 2DB1010CA7 for ; Wed, 23 Oct 2013 00:54:43 +0000 (UTC) Received: (qmail 53939 invoked by uid 500); 23 Oct 2013 00:54:42 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 53883 invoked by uid 500); 23 Oct 2013 00:54:42 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 53874 invoked by uid 500); 23 Oct 2013 00:54:42 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 53871 invoked by uid 99); 23 Oct 2013 00:54:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Oct 2013 00:54:42 +0000 Date: Wed, 23 Oct 2013 00:54:42 +0000 (UTC) From: "Daniel Dai (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (PIG-3539) Pig should be able to submit multiple DAG MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Daniel Dai created PIG-3539: ------------------------------- Summary: Pig should be able to submit multiple DAG Key: PIG-3539 URL: https://issues.apache.org/jira/browse/PIG-3539 Project: Pig Issue Type: Sub-task Components: tez Reporter: Daniel Dai Assignee: Daniel Dai Fix For: tez-branch There could be several scenario Pig want to submit multiple DAG: 1. a blocking operator in grunt 2. a blocking operator in script (exec, fs) 3. break a DAG into two for possible inner DAG optimization Pig should use TezSession so that we can reuse AM. TezSession should be a thread local variable. For those who use Pig Java API, they will use the same AM within a thread, but different AM in another thread. -- This message was sent by Atlassian JIRA (v6.1#6144)