From dev-return-10586-archive-asf-public=cust-asf.ponee.io@gora.apache.org Thu May 3 20:41:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1B527180675 for ; Thu, 3 May 2018 20:41:03 +0200 (CEST) Received: (qmail 17531 invoked by uid 500); 3 May 2018 18:41:03 -0000 Mailing-List: contact dev-help@gora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gora.apache.org Delivered-To: mailing list dev@gora.apache.org Received: (qmail 17520 invoked by uid 99); 3 May 2018 18:41:03 -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; Thu, 03 May 2018 18:41:03 +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 C0D74180787 for ; Thu, 3 May 2018 18:41:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.511 X-Spam-Level: X-Spam-Status: No, score=-109.511 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id HGEz0u5SLoee for ; Thu, 3 May 2018 18:41:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 12EDD5FB92 for ; Thu, 3 May 2018 18:41:01 +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 7D59EE0CA5 for ; Thu, 3 May 2018 18:41:00 +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 1654C21297 for ; Thu, 3 May 2018 18:41:00 +0000 (UTC) Date: Thu, 3 May 2018 18:41:00 +0000 (UTC) From: "Alfonso Nishikawa (JIRA)" To: dev@gora.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (GORA-109) Pig Adapter for Gora MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GORA-109?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D164629= 09#comment-16462909 ]=20 Alfonso Nishikawa edited comment on GORA-109 at 5/3/18 6:40 PM: ---------------------------------------------------------------- Hi, Pals. It has been a lot of time since this issue. I finally got a _quite_-success= ful implementation of a GoraStorage for Apache Pig. At this moment it is in= my own branch since I impemented it for my degree proyect. [https://github= .com/alfonsonishikawa/gora/tree/goraexplorer/gora-pig] It allows to load data from -any- HBase (I can only claim this) through Gor= a in Pig scripts like: {code:java} set job.name 'GoraPig LOAD test'; register gora/*.jar; webpage =3D LOAD '.' USING org.apache.gora.pig.GoraStorage('{ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 "persistentClass": "admin.WebPag= e", =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 "fields": "baseUrl,contentType" }') ; DUMP webpage; {code} I will update my page at [http://people.apache.org/~alfonsonishikawa/gora-1= 09.html] with details in the incoming days (the speed depends on my spare t= ime), but please, ask me in advance the first questions you have so I can w= rite a FAQ too. If I have to write by my own ideas, I tend to write EVERYTH= ING and I end NEVER :) If anyone is a Pig user and wants to test it ask too. Questions priotize wh= at I explain :) I am thinking about some Nutch jobs in Pig :P =C2=A0 Sorry for the inmense delay :(. Just know that this _"complete"_ implementa= tion (actually nothing ever is complete) took me more than 300 hours :(. It= has much details everywhere. was (Author: alfonso.nishikawa): Hi, Pals. It has been a lot of time since this issue. I finally got a _quite_-success= ful implementation of a GoraStorage for Apache Pig. At this moment it is in= my own branch since I impemented it for my degree proyect. [https://github= .com/alfonsonishikawa/gora/tree/goraexplorer/gora-pig] It allows to load data from -any- HBase (I can only claim this) through Gor= a in Pig scripts like: {code:java} set job.name 'GoraPig LOAD test'; register gora/*.jar; webpage =3D LOAD '.' USING org.apache.gora.pig.GoraStorage('{ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 "persistentClass": "admin.WebPag= e", =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 "fields": "baseUrl,contentType" }') ; DUMP webpage; {code} I will update my page at [http://people.apache.org/~alfonsonishikawa/gora-1= 09.html] with details in the incoming days (the speed depends on my spare t= ime), but please, ask me in advance the first questions you have so I can w= rite a FAQ too. If I have to write by my own ideas, I tend to write EVERYTH= ING and I end NEVER :) I anyone is a Pig user and wants to test it ask too. Questions priotize wha= t I explain :) I am thinking about some Nutch jobs in Pig :P =C2=A0 Sorry for the inmense delay :(. Just know that this _"complete"_ implementa= tion (actually nothing ever is complete) took me more than 300 hours :(. It= has much details everywhere. > Pig Adapter for Gora > -------------------- > > Key: GORA-109 > URL: https://issues.apache.org/jira/browse/GORA-109 > Project: Apache Gora > Issue Type: New Feature > Components: gora-pig > Affects Versions: 0.2 > Reporter: Lewis John McGibbney > Assignee: Alfonso Nishikawa > Priority: Minor > Fix For: 0.9 > > > This has been on the agenda from the start and I suppose will be purely u= se case driven. Persoanlly I haven't touched Pig as I don't have a use-case= driven requirement to do so, however there is no harm in this being logged= if in the future it attracts interest. =20 -- This message was sent by Atlassian JIRA (v7.6.3#76005)