| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
41 (5.103s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Verifying unordered output with PigUnit - Pig - [mail # user]
|
|
...Hello again! I don't have to sort the output in normal operation of my script, so I would rather not, as this prolongs running time unnecessarily... So I still have the problem t...
|
|
|
Author: Johannes Schwenk,
2012-05-30, 09:02
|
|
|
Re: Syntax highlighting in kate - Pig - [mail # user]
|
|
...Done: https://github.com/johannesch/pig-devtools.git Thanks! Am 29.05.2012 19:34, schrieb Jonathan Coveney: Marcus Schlüter Johannes Schwenk Softwareentwickler...
|
|
|
Author: Johannes Schwenk,
2012-05-30, 08:44
|
|
|
Syntax highlighting in kate - Pig - [mail # user]
|
|
...For those who are writing pig scripts in kate, I have written a basic syntax highlighting file which can be found here: http://pastebin.com/dFR71BVx Installation: # mkdir ~...
|
|
|
Author: Johannes Schwenk,
2012-05-29, 12:44
|
|
|
Verifying unordered output with PigUnit - Pig - [mail # user]
|
|
...Hello all, I'd like to verify output from a pig script that does not sort its results prior to output. Thus the order of the tuples in the output is non-deterministic. I would rather n...
|
|
|
Author: Johannes Schwenk,
2012-05-29, 12:35
|
|
|
[PIG-2722] UDF FilterFunc in expression using OR right hand side gets ignored - Pig - [issue]
|
|
...The following pig script does not produce the expected output:register adition.jara = LOAD 'TestCONTAINS-testFilteringCluster-input.txt' AS (id:int, grp:int, additional:int, referer:chararra...
|
|
|
http://issues.apache.org/jira/browse/PIG-2722
Author: Johannes Schwenk,
2012-05-27, 21:20
|
|
|
Re: InstanceAlreadyExistsException on initializing MiniCluster - Pig - [mail # user]
|
|
...Well, to answer my own question: I should not put pig.jar but pig-withouthadoop.jar in the CLASSPATH ! Shame on me! So all our tests are running just fine for now... Greeti...
|
|
|
Author: Johannes Schwenk,
2012-05-24, 15:48
|
|
|
InstanceAlreadyExistsException on initializing MiniCluster - Pig - [mail # user]
|
|
...Hi everybody, I'm trying to run some unit tests for a custom LOAD function that use MiniCluster. I get the following exception when running on pig 0.10.0 : http://pastebin.com/sN...
|
|
|
Author: Johannes Schwenk,
2012-05-24, 13:35
|
|
|
Re: UDF FilterFunc and logical OR - Pig - [mail # user]
|
|
...Ok then. We are trying to use pig 0.10.0 now. We hit some errors in running our tests - but see my new mail for that... Should I file a bug for the found issue - just for completeness?...
|
|
|
Author: Johannes Schwenk,
2012-05-24, 12:54
|
|
|
Re: UDF FilterFunc and logical OR - Pig - [mail # user]
|
|
...Hi Jonathan, thanks again for your help! I have cloned the current git head and created this pig script http://pastebin.com/Gc9C9ZPS TestCONTAINS-testFilteringCluster-input...
|
|
|
Author: Johannes Schwenk,
2012-05-23, 09:42
|
|
|
Re: UDF FilterFunc and logical OR - Pig - [mail # user]
|
|
...Thank you for your quick suggestions! - I am now using local mode - good point! - I know of builtin matches, the CONTAINS filter was just to get into programming UDFS... - Whatever I d...
|
|
|
Author: Johannes Schwenk,
2012-05-22, 16:37
|
|
|
|