[jira] Commented: (PIG-824) SQL interface for Pig

2010-07-30 Thread Min Zhou (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894251#action_12894251
 ] 

Min Zhou commented on PIG-824:
--

Any further progress on this issue?

> SQL interface for Pig
> -
>
> Key: PIG-824
> URL: https://issues.apache.org/jira/browse/PIG-824
> Project: Pig
>  Issue Type: New Feature
>Reporter: Olga Natkovich
>Assignee: Thejas M Nair
> Attachments: java-cup-11a-runtime.jar, java-cup-11a.jar, 
> PIG-824.1.patch, PIG-824.binfiles.tar.gz, pig_sql_beta.pdf, pigsql.patch, 
> pigsql_tutorial.txt, SQL_IN_PIG.html, students2.bin, students_attr.bin
>
>
> In the last 18 month PigLatin has gained significant popularity within the 
> open source community. Many users like its data flow model, its rich type 
> system and its ability to work with any data available on HDFS or outside. We 
> have also heard from many users that having Pig speak SQL would bring many 
> more users. Having a single system that exports multiple interfaces is a big 
> advantage as it guarantees consistent semantics, custom code reuse, and 
> reduces the amount of maintenance. This is especially relevant for project 
> where using both interfaces for different parts of the system is relevant.  
> For instance, in a 
> data warehousing system, you would have ETL component that brings data  into 
> the warehouse and a component that analyzes the data and produces reports. 
> PigLatin is uniquely suited for ETL processing while SQL might be a better 
> fit for report generation.
> To start, it would make sense to implement a subset of SQL92 standard and to 
> be as much as possible standard compliant. This would include all the 
> standard constructs: select, from, where, group-by + having, order by, limit, 
> join (inner + outer). Several extensions  such as support for pig's UDFs and 
> possibly streaming, multiquery and support for pig's complex types would be 
> helpful.
> This work is dependent on metadata support outlined in 
> https://issues.apache.org/jira/browse/PIG-823

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: About Zebra

2010-05-21 Thread Min Zhou
Hi, Renato,

I think you can check out this
http://hadoop.apache.org/pig/docs/r0.7.0/zebra_overview.html


Regards,
Min

On Fri, May 21, 2010 at 9:16 PM, Renato Marroquín Mogrovejo
 wrote:
> Hi out-there! Is there any other documentation like papers or articles about
> Zebra and / or its use?
> Thanks in advance.
>
> Renato M.
>



-- 
My research interests are distributed systems, parallel computing and
bytecode based virtual machine.

My profile:
http://www.linkedin.com/in/coderplay
My blog:
http://coderplay.javaeye.com


Re: package org.apache.hadoop.zebra.parse missing

2009-11-11 Thread Min Zhou
Thanks, Alan.


On Thu, Nov 12, 2009 at 12:51 AM, Alan Gates  wrote:
> The parser package is generated as part of the build.  Doing invoking ant in
> the contrib/zebra directory should result in the parser package being
> created at ./src-gen/org/apache/hadoop/zebra/parser
>
> Alan.
>
> On Nov 11, 2009, at 12:54 AM, Min Zhou wrote:
>
>> Hi guys,
>>
>> I checked out pig from trunk, and found package
>> org.apache.hadoop.zebra.parse missing. Do you assure this package has
>> been committed?
>> see this link
>>
>> http://svn.apache.org/repos/asf/hadoop/pig/trunk/contrib/zebra/src/java/org/apache/hadoop/zebra/
>>
>>
>> Min
>>
>> --
>> My research interests are distributed systems, parallel computing and
>> bytecode based virtual machine.
>>
>> My profile:
>> http://www.linkedin.com/in/coderplay
>> My blog:
>> http://coderplay.javaeye.com
>
>



-- 
My research interests are distributed systems, parallel computing and
bytecode based virtual machine.

My profile:
http://www.linkedin.com/in/coderplay
My blog:
http://coderplay.javaeye.com


package org.apache.hadoop.zebra.parse missing

2009-11-11 Thread Min Zhou
Hi guys,

I checked out pig from trunk, and found package
org.apache.hadoop.zebra.parse missing. Do you assure this package has
been committed?
see this link
http://svn.apache.org/repos/asf/hadoop/pig/trunk/contrib/zebra/src/java/org/apache/hadoop/zebra/


Min

-- 
My research interests are distributed systems, parallel computing and
bytecode based virtual machine.

My profile:
http://www.linkedin.com/in/coderplay
My blog:
http://coderplay.javaeye.com