| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
24703 (0.078s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Unit test classpath trouble - Pig - [mail # dev]
|
|
...Hi, Andrew: I just set up a job to run unit test against 2.0.4-alpha. I will investigate failure and reply to thread. Thanks, Johnny Zhang On Fri, May 10, 2013 at 6:19 PM, Andre...
|
|
|
Author: Johnny Zhang,
2013-05-11, 01:49
|
|
|
[PIG-3316] Pig failed to interpret DateTime values in some special cases - Pig - [issue]
|
|
...For the queryA = load 'date.txt' as ( f1:int, f2:datetime );dump A;with input data1,1970-01-012,1970-01pig generates the following output(1,1970-01-01T00:00:00.000-01:00)(2,1970-01-01T00:00:...
|
|
|
http://issues.apache.org/jira/browse/PIG-3316
Author: Xuefu Zhang,
2013-05-11, 01:26
|
|
|
Re: Unit test classpath trouble - Pig - [mail # dev]
|
|
...I've tried that, thanks. I did a bit more investigation and it seems the issue is recent Hadoop 2 releases. Has anyone tried running Pig unit tests using a more recent Hadoop release than 2....
|
|
|
Author: Andrew Purtell,
2013-05-11, 01:19
|
|
|
Re: Review Request: disable optimizations via pig properties - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11032/#review20427 Julien raised a good question asking if "set" in the script works because q...
|
|
|
Author: Travis Crawford,
2013-05-10, 18:26
|
|
|
Re: JavaScript UDFs - Pig - [mail # dev]
|
|
...Yes that would be great. I contributed the javascript UDFs. Let me know if you find bugs On Thu, May 9, 2013 at 7:58 PM, Russell Jurney wrote:...
|
|
|
Author: Julien Le Dem,
2013-05-10, 18:18
|
|
|
Re: Unit test classpath trouble - Pig - [mail # dev]
|
|
...Hi, Andrew: Does something like "-Dhadoopversion=23" help ? eg. ant clean test -Dhadoopversion=23 -Dtest.junit.output.format=xml Johnny On Fri, May 10, 2013 at 3:39 AM, Andrew P...
|
|
|
Author: Johnny Zhang,
2013-05-10, 17:31
|
|
|
Unit test classpath trouble - Pig - [mail # dev]
|
|
...Please pardon the basic question. I'm building Pig 0.11.2-SNAPSHOT against Hadoop 2.0.4. 'ant package' and full cluster tests work fine, but I'm not having much luck with running the unit te...
|
|
|
Author: Andrew Purtell,
2013-05-10, 10:39
|
|
|
[PIG-2507] Semicolon in paramenters for UDF results in parsing error - Pig - [issue]
|
|
...If I have a semicolon in the parameter passed to a udf, the script execution will fail with a parsing error.a = load 'i1' as (f1:chararray);c = foreach a generate REGEX_EXTRACT(f1, '.;' ,1);...
|
|
|
http://issues.apache.org/jira/browse/PIG-2507
Author: Vivek Padmanabhan,
2013-05-10, 06:50
|
|
|
Re: JavaScript UDFs - Pig - [mail # dev]
|
|
...That would be so cool! Russell Jurney http://datasyndrome.com On May 9, 2013, at 7:30 PM, Ruan Pethiyagoda wrote: ...
|
|
|
Author: Russell Jurney,
2013-05-10, 02:58
|
|
|
JavaScript UDFs - Pig - [mail # dev]
|
|
...At Hack Reactor, we are setting up a computationally heavy MapReduce job across a 1,000 machine cluster. It is an algorithmic tree traversal expected to run over several hours, comprising ov...
|
|
|
Author: Ruan Pethiyagoda,
2013-05-10, 02:29
|
|
|
|