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 A2FA1200CD6 for ; Mon, 17 Jul 2017 04:33:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A1690163D1A; Mon, 17 Jul 2017 02:33:06 +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 E97DB163D07 for ; Mon, 17 Jul 2017 04:33:05 +0200 (CEST) Received: (qmail 20839 invoked by uid 500); 17 Jul 2017 02:33:05 -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 20825 invoked by uid 500); 17 Jul 2017 02:33:04 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 20822 invoked by uid 99); 17 Jul 2017 02:33:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jul 2017 02:33:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id BC0E21806CC for ; Mon, 17 Jul 2017 02:33:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id alw4QprdSdXm for ; Mon, 17 Jul 2017 02:33:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 5F39B60D02 for ; Mon, 17 Jul 2017 02:33:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 38330E0D60 for ; Mon, 17 Jul 2017 02:33:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3A0EB2476A for ; Mon, 17 Jul 2017 02:33:00 +0000 (UTC) Date: Mon, 17 Jul 2017 02:33:00 +0000 (UTC) From: "Jeff Zhang (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PIG-5080) Support store alias as spark table MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 17 Jul 2017 02:33:06 -0000 [ https://issues.apache.org/jira/browse/PIG-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16089237#comment-16089237 ] Jeff Zhang commented on PIG-5080: --------------------------------- [~kellyzly] [~nkollar] Mind to review this ? Thanks > Support store alias as spark table > ---------------------------------- > > Key: PIG-5080 > URL: https://issues.apache.org/jira/browse/PIG-5080 > Project: Pig > Issue Type: New Feature > Components: spark > Affects Versions: 0.16.0 > Reporter: Jeff Zhang > Assignee: Jeff Zhang > Fix For: 0.17.1 > > Attachments: PIG-5080-1.patch, PIG-5080-2.patch > > > The purpose is that I'd like to take advantage of both pig and hive. Pig-latin has powerful data flow expression ability which is useful for ETL while hive is good at query. > The scenario is that I'd like to store pig alias as spark temporary table (cache can be optional). And I have an another spark engine which share the same SparkContext (in the same JVM) to query the table. > Please close this ticket if it is already supported. I didn't go through all the features of pig-spark. -- This message was sent by Atlassian JIRA (v6.4.14#64029)