[jira] Resolved: (PIG-1029) HBaseStorage is way too slow to be usable

2010-03-18 Thread Vincent BARAT (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vincent BARAT resolved PIG-1029. Resolution: Duplicate Ok, I see that some work on HBaseStorage is in progress and is tracked

[jira] Updated: (PIG-240) Support launching concurrent Pig jobs from one VM

2010-03-17 Thread Vincent BARAT (JIRA)
[ https://issues.apache.org/jira/browse/PIG-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vincent BARAT updated PIG-240: -- Attachment: (was: pig-240-2.patch) Support launching concurrent Pig jobs from one VM

[jira] Updated: (PIG-240) Support launching concurrent Pig jobs from one VM

2010-03-17 Thread Vincent BARAT (JIRA)
[ https://issues.apache.org/jira/browse/PIG-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vincent BARAT updated PIG-240: -- Attachment: pig-240-2.patch Support launching concurrent Pig jobs from one VM

[jira] Commented: (PIG-1029) HBaseStorage is way too slow to be usable

2010-02-11 Thread Vincent BARAT (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832707#action_12832707 ] Vincent BARAT commented on PIG-1029: OK, I've found the parameter. Nevertheless, as I

[jira] Commented: (PIG-1029) HBaseStorage is way too slow to be usable

2010-02-10 Thread Vincent BARAT (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832075#action_12832075 ] Vincent BARAT commented on PIG-1029: OK, I got the answer: the HBase scanner used to load

[jira] Commented: (PIG-1179) Consecutives ORDER BY on the same relation don't work

2010-01-22 Thread Vincent BARAT (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12803863#action_12803863 ] Vincent BARAT commented on PIG-1179: Actually you are right, there was a typo

[jira] Commented: (PIG-1029) HBaseStorage is way too slow to be usable

2009-10-29 Thread Vincent BARAT (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12771444#action_12771444 ] Vincent BARAT commented on PIG-1029: I have a small cluster of 1 master node + 3 MR nodes

[jira] Created: (PIG-1029) HBaseStorage is way too slow to be usable

2009-10-20 Thread Vincent BARAT (JIRA)
HBaseStorage is way too slow to be usable - Key: PIG-1029 URL: https://issues.apache.org/jira/browse/PIG-1029 Project: Pig Issue Type: Bug Affects Versions: 0.4.0 Reporter: Vincent

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

2009-09-26 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: TEST-org.apache.pig.test.TestHBaseStorage.txt Thanks to your patch, I succeeded in running

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

2009-09-25 Thread Vincent BARAT (JIRA)
[ https://issues.apache.org/jira/browse/PIG-970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12759727#action_12759727 ] Vincent BARAT commented on PIG-970: --- Yes, but I was unable to make the TestHBaseStorage work

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

2009-09-25 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: build.xml.path To show you better what I did on the jar files side, here is the patch I made

[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

[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

Double logs in grunt and ^d don't work ?

2009-09-11 Thread Vincent BARAT
Hello, I'm new to pig, I use it on MacOS, and I wonder if there is a way to avoid the double log traces in the grunt console, and if there is a way to make the ^D key work (the DEL key). I think this is really inconvenient. Thanks for you answer.

Re: questions about integration of pig and HBase

2009-09-09 Thread Vincent BARAT
refer this link for more information http://hadoop.apache.org/pig/docs/r0.3.0/udf.html#Custom+Slicer 2009/9/9 Vincent BARAT vincent.ba...@ubikod.com Alan Gates a écrit : Pig supports reading from Hbase (in Hadoop/Hbase 0.18 only). Hello, Do you have any link to the documentation about how