[jira] Created: (PIG-970) Support of HBase 0.20.0

2009-09-19 Thread Vincent BARAT (JIRA)
Support of HBase 0.20.0
---

 Key: PIG-970
 URL: https://issues.apache.org/jira/browse/PIG-970
 Project: Pig
  Issue Type: Improvement
  Components: impl
Affects Versions: 0.3.0
Reporter: Vincent BARAT


The support of HBase is currently very limited and restricted to HBase 0.18.0.
Because the next releases of PIG will support Hadoop 0.20.0, they should also 
support HBase 0.20.0.

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



[jira] Updated: (PIG-970) Support of HBase 0.20.0

2009-09-19 Thread Vincent BARAT (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vincent BARAT updated PIG-970:
--

Attachment: pig-hbase-0.20.0-support.patch

This small patch ports the current HBase 0.18.0 related code source to HBase 
0.20.0. This patch works for me. It applies on the trunk of PIG as of revision 
816619. Unfortunately, I was unable to make the TestHBaseStorage unit test work 
correctly, but it seems to be a problem with my environment (classpath).
Someone else will have to test it and complete the patch (it lacks the 
hbase-0.20.0 jar file). 


 Support of HBase 0.20.0
 ---

 Key: PIG-970
 URL: https://issues.apache.org/jira/browse/PIG-970
 Project: Pig
  Issue Type: Improvement
  Components: impl
Affects Versions: 0.3.0
Reporter: Vincent BARAT
 Attachments: pig-hbase-0.20.0-support.patch


 The support of HBase is currently very limited and restricted to HBase 0.18.0.
 Because the next releases of PIG will support Hadoop 0.20.0, they should also 
 support HBase 0.20.0.

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



Did Sybase just invent Pig Latin?

2009-09-19 Thread Dmitriy Ryaboy
http://iablog.sybase.com/paulley/2009/08/is-sql-a-failed-abstraction/

Gosh that looks familiar.

-D


[jira] Updated: (PIG-964) Handling null in skewed join

2009-09-19 Thread Olga Natkovich (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olga Natkovich updated PIG-964:
---

Resolution: Fixed
Status: Resolved  (was: Patch Available)

patch committed to branch-0.4

 Handling null  in skewed join
 -

 Key: PIG-964
 URL: https://issues.apache.org/jira/browse/PIG-964
 Project: Pig
  Issue Type: Bug
Reporter: Sriranjan Manjunath
Assignee: Sriranjan Manjunath
 Attachments: skewedjoinnull.patch


 For null tuples, the tuple size is calculated incorrectly and thus  skewed 
 join ends up expecting a large number of reducers. Further, skewed join 
 should not bail out after the second job if the number of reducers specified 
 by the user is low. It should print a warning message and continue execution.

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