| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
108 (0.252s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: classpath issues - Pig - [mail # dev]
|
|
...This issue should get fixed by PIG-2282 as soon as I commit it. Cheers, Gianmarco On Tue, Jan 10, 2012 at 01:29, Daniel Dai wrote: ...
|
|
|
Author: Gianmarco De Francisci Mo...,
2012-01-11, 13:19
|
|
|
Clover makes build fail - Pig - [mail # dev]
|
|
...Hi, As you may have noticed, the Jenkins build seems to fair a bit randomly on Clover. This is the error: ===================================================================== ==...
|
|
|
Author: Gianmarco De Francisci Mo...,
2012-01-08, 22:06
|
|
|
Re: Local executes faster compared to mapreduce mode - Pig - [mail # user]
|
|
...Hi, there is a fixed overhead for scheduling and starting the job in MR mode. The minimum job time I have seen in my (limited) experience is around 1 minute for a piece of code that did basi...
|
|
|
Author: Gianmarco De Francisci Mo...,
2012-01-07, 14:38
|
|
|
Re: Unable to build pig from Trunk - Pig - [mail # user]
|
|
...Looks like a network issue. Are you behind a proxy server? Cheers, Gianmarco On Fri, Dec 30, 2011 at 06:28, praveenesh kumar wrote: ...
|
|
|
Author: Gianmarco De Francisci Mo...,
2011-12-30, 22:14
|
|
|
Re: Executing Pig on another framework - Pig - [mail # user]
|
|
...Hi, Pig Latin (the language) is not coupled to Hadoop and can be used on any other framework. Pig (the system) however, is tightly coupled to Hadoop. Extension point existed but were removed...
|
|
|
Author: Gianmarco De Francisci Mo...,
2011-12-14, 13:59
|
|
|
Re: limit (order by relation) 100 broken in pig9? - Pig - [mail # user]
|
|
...I saw a related error while I was working on PIG-1926 It should not pop-up if you use limit with a constant, but you might want to check. Cheers, Gianmarco On Tue, Dec 13,...
|
|
|
Author: Gianmarco De Francisci Mo...,
2011-12-14, 13:57
|
|
|
Re: Is there a way around the nested distinct problem? - Pig - [mail # dev]
|
|
...If you are willing to give up some (very small) precision, for this specific kind of queries, you can use approximate counters like Flajolet-Martin or HyperLogLog counters. We could implemen...
|
|
|
Author: Gianmarco De Francisci Mo...,
2011-11-24, 11:27
|
|
|
Re: Is there any reason not to make org.apache.pig.Main.getVersionString() public? - Pig - [mail # dev]
|
|
...+1 I see no reason why it should be private. Also, why do we try/catch throwing a RuntimeException which is Badâ„¢? I think a client can reasonably recover from not finding the version string ...
|
|
|
Author: Gianmarco De Francisci Mo...,
2011-11-15, 09:55
|
|
|
Re: register udf - Pig - [mail # user]
|
|
...Hi Dan, to use UDFs you just need to put the relative class files in a jar, and register it in the pig script. No need to import or anything else. Cheers, Gianmarco On Mon...
|
|
|
Author: Gianmarco De Francisci Mo...,
2011-11-14, 23:22
|
|
|
Re: Should you be able to nest operators in a foreach like you normally can? - Pig - [mail # dev]
|
|
...I think there is no good reason to leave it like this. I was already thinking about making a major update to Pig grammar in order to simplify and rationalize it. See also PIG-2138 for exampl...
|
|
|
Author: Gianmarco De Francisci Mo...,
2011-11-13, 10:13
|
|
|
|