| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
43 (0.271s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: avoiding Group by or filter - Pig - [mail # user]
|
|
...Yes. You can use any eval function such as SUM or AVG as long as your data is in the format (item1, … , item, {(tup1), …(tupn)}). See http://pig.apache.org/docs/r0.10.0/func.html#eval-functi...
|
|
|
Author: Eli Finkelshteyn,
2013-03-05, 02:11
|
|
|
Re: Unable to upload to S3 - Pig - [mail # user]
|
|
...That looks like an awsSecretAccessKey. If that's what it is, you probably want to change it now, because you definitely don't want everyone on this list knowing your secret key. You also def...
|
|
|
Author: Eli Finkelshteyn,
2013-03-05, 00:16
|
|
|
Tuple Cross Products? - Pig - [mail # user]
|
|
...Say I have a relation of the form: posts: {post_id: chararray,tags: (),user_id: chararray} In this case, I have one post_id, one user_id, and a tuple of chararray tags. I want to get ...
|
|
|
Author: Eli Finkelshteyn,
2013-03-04, 22:56
|
|
|
Re: Parsing a Complex JSON String? - Pig - [mail # user]
|
|
...Hi Harsha, I added those jars and everything works awesomely! Thanks! I'm still not sure why they're required though. The Akela pom.xml already requires Jackson as a dependency, so I figured...
|
|
|
Author: Eli Finkelshteyn,
2013-03-04, 11:22
|
|
|
Re: Parsing a Complex JSON String? - Pig - [mail # user]
|
|
...Hi Harsha, Those functions look potentially awesome, but there doesn't seem to be much documentation on which to use for what. I've tried to parse my JSON with both JsonTupleMap and JsonMap,...
|
|
|
Author: Eli Finkelshteyn,
2013-03-01, 22:37
|
|
|
Re: Parsing a Complex JSON String? - Pig - [mail # user]
|
|
...The JsonLoader works, but problem is I'm not loading a JSON file, but just trying to parse a json string as part of a bigger data set. That's why I needed to use JsonStringToMap. On Fe...
|
|
|
Author: Eli Finkelshteyn,
2013-03-01, 19:40
|
|
|
Parsing a Complex JSON String? - Pig - [mail # user]
|
|
...Hi Folks, I want to parse a string of complex JSON in Pig. Specifically, I want Pig to understand my JSON array as a bag instead of as a single chararray. When using JsonLoader, I can ...
|
|
|
Author: Eli Finkelshteyn,
2013-02-28, 18:44
|
|
|
Re: Escaping Dollar Sign in Map in Pig 0.10 - Pig - [mail # user]
|
|
...This is exactly right. I had the regular dollar sign without escapes fail on me when running as a script and decided to trouble shoot in grunt without bothering to retry what I already knew ...
|
|
|
Author: Eli Finkelshteyn,
2013-01-22, 22:47
|
|
|
Re: Escaping Dollar Sign in Map in Pig 0.10 - Pig - [mail # user]
|
|
...Any other ideas? Still no solution on this. Eli On Jan 10, 2013, at 7:33 PM, Dmitriy Ryaboy wrote: ...
|
|
|
Author: Eli Finkelshteyn,
2013-01-14, 15:40
|
|
|
Re: Escaping Dollar Sign in Map in Pig 0.10 - Pig - [mail # user]
|
|
...Thanks Dmitriy, but no dice. It returns the whole thing to me with post_id as blank. I think with two backslashes it ends up looking for a backslash in the key (i.e. '\$id') which doesn't ex...
|
|
|
Author: Eli Finkelshteyn,
2013-01-11, 20:00
|
|
|
|