| clear query|facets|time |
Search criteria: .
Results from 161 to 170 from
1352 (0.075s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: this nested foreach worked in 0.8.1, no longer works in 0.10 - Pig - [mail # user]
|
|
...Yeah, anything that reproduces the error would be great. Thanks! D On Thu, Jun 7, 2012 at 10:35 AM, Steve Bernstein wrote: re than I think I'd want to send), but let me cre...
|
|
|
Author: Dmitriy Ryaboy,
2012-06-07, 23:06
|
|
|
Re: Replace null with string - Pig - [mail # user]
|
|
...Nonulls = foreach somenulls generate (field == null ? 'other' : field) as field; On Jun 7, 2012, at 4:37 AM, Mario Lassnig wrote: uld be very helpful if I could set ...
|
|
|
Author: Dmitriy Ryaboy,
2012-06-07, 13:20
|
|
|
Re: lzo index+pig - Pig - [mail # user]
|
|
...Http://github.com/Kevinweil/elephant-bird On Jun 6, 2012, at 7:38 PM, "yingnan.ma" wrote: lzo format, and I install the index for each log.lzo file. e output is lzo using p...
|
|
|
Author: Dmitriy Ryaboy,
2012-06-07, 13:17
|
|
|
Re: Handle NULL values in Cube dimensions - Pig - [mail # dev]
|
|
...Note that the current CubeDimensions UDF does a third thing -- instead of rebranding "nulls" as "unknown" and using null to mean "*" or "all values", the UDF allows you to specify a custom v...
|
|
|
Author: Dmitriy Ryaboy,
2012-06-07, 00:41
|
|
|
Re: Persisting Pig Scripts - Pig - [mail # dev]
|
|
...You can write a nightly cron that runs the JobHistoryLoader job and stores parsed scripts to hdfs... D On Wed, Jun 6, 2012 at 5:16 PM, Prashant Kommireddi wrote:...
|
|
|
Author: Dmitriy Ryaboy,
2012-06-07, 00:39
|
|
|
Re: this nested foreach worked in 0.8.1, no longer works in 0.10 - Pig - [mail # user]
|
|
...Any chance you can send the full script? On Jun 6, 2012, at 11:44 AM, Steve Bernstein wrot e: Probably going to back off on using 0.10 for now and wait for a more st...
|
|
|
Author: Dmitriy Ryaboy,
2012-06-06, 18:55
|
|
|
Re: TestHBaseStorage fails with timeout - Pig - [mail # user]
|
|
...Which hadoop are you testing against? Most of the ticket you linked to concerns Hadoop 0.23. Hadoop 0.20 is still the default. Anything going on with your environment / classpath? Any hadoop...
|
|
|
Author: Dmitriy Ryaboy,
2012-06-06, 05:14
|
|
|
Re: this nested foreach worked in 0.8.1, no longer works in 0.10 - Pig - [mail # user]
|
|
...Steve, Scalar projection errors usually happen when you use "foo.bar" syntax instead of "foo::bar" (and a relation called foo happens to exist) or, possibly, if there is a relation you creat...
|
|
|
Author: Dmitriy Ryaboy,
2012-06-06, 02:33
|
|
|
Re: Timeout for an EvalFunc UDF - Pig - [mail # user]
|
|
...Hm, sorry about that. Throw a runtime exception? On Jun 4, 2012, at 8:58 AM, Ahmed Sobhi wrote: b earch on MonitoredUDF. y f...
|
|
|
Author: Dmitriy Ryaboy,
2012-06-05, 02:26
|
|
|
Re: Number of reduce tasks - Pig - [mail # user]
|
|
...That being said, some operators such as "group all" and limit, do require us ing only 1 reducer, by nature. So it depends on what your script is doing. On Jun 1, 2012, at 12:26 ...
|
|
|
Author: Dmitriy Ryaboy,
2012-06-01, 23:49
|
|
|
|