| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
731 (1.107s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Cross product bug pig 0.10? - Pig - [mail # user]
|
|
...Any chance you could replicate this for us? Ideally some dummy data and a script? 2013/5/19 Mehmet Tepedelenlioglu ...
|
|
|
Author: Jonathan Coveney,
2013-05-21, 08:41
|
|
|
Re: Nb of reduce tasks when GROUPing - Pig - [mail # user]
|
|
...Also, look into the TOP udf instead of doing the limit. It can potentially be a lot faster and is cleaner, IMHO. 2013/5/19 Norbert Burger ...
|
|
|
Author: Jonathan Coveney,
2013-05-19, 22:38
|
|
|
Re: does pig support loop and branching now? - Pig - [mail # user]
|
|
...pig latin does not support it, but it is pretty easy to do it by using the python control flow. this or java is the preferred way of doing it. 2013/5/7 yonghu ...
|
|
|
Author: Jonathan Coveney,
2013-05-07, 13:58
|
|
|
Re: Pig question - Pig - [mail # user]
|
|
...cdh-user to bcc Your question doesn't make much sense...I think you may have left a piece off? 2013/5/7 abhishek ...
|
|
|
Author: Jonathan Coveney,
2013-05-07, 08:33
|
|
|
Re: Hbase Hex Values - Pig - [mail # user]
|
|
...You would use it like any other udf. so: data2 = foreach data generate invoke&Integer.valueOf(id, 16); or perhaps data2 = foreach data generate invoke&Integer.valueOf((int)...
|
|
|
Author: Jonathan Coveney,
2013-05-06, 21:13
|
|
|
Re: Hbase Hex Values - Pig - [mail # user]
|
|
...You could also use the following (in trunk): https://issues.apache.org/jira/browse/PIG-3198 so you'd do: invoke&Integer.valueOf(x, 16); where x would be the hex string 2013/5/6 ...
|
|
|
Author: Jonathan Coveney,
2013-05-06, 20:25
|
|
|
Re: A major addition to Pig. Working with spatial data - Pig - [mail # dev]
|
|
...Nick: the only issue is that the way types are implemented in Pig don't allow us to easily "plug-in" types externally. Adding support for that would be cool, but a fair bit of work. 2...
|
|
|
Author: Jonathan Coveney,
2013-05-06, 20:09
|
|
|
Re: Pig Unique Counts on Multiple Subsets of a Large Input - Pig - [mail # user]
|
|
...Are you familiar with the CUBE keyword that was relatively recently added? This sounds like a perfect use case for it. Furthermore, how are you splitting on activity? There is a SPLIT operat...
|
|
|
Author: Jonathan Coveney,
2013-05-06, 14:56
|
|
|
Re: A major addition to Pig. Working with spatial data - Pig - [mail # dev]
|
|
...You can give them all the same label or tag and filter on that later on. 2013/5/6 Ahmed Eldawy ...
|
|
|
Author: Jonathan Coveney,
2013-05-06, 14:53
|
|
|
Re: PigServer, load query fails, passes on grunt - Pig - [mail # user]
|
|
...Why do you have an "as" statement with the store? The schema should come down with the script. That's probably the issue. 2013/5/4 ÐΞ€ρ@Ҝ (๏̯͡๏) ...
|
|
|
Author: Jonathan Coveney,
2013-05-04, 21:51
|
|
|
|