| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
24 (0.144s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: LEFT OUTER JOIN? - Pig - [mail # user]
|
|
...Have a solution which I personally don't like, but it seems to work for now: T = LOAD 'T.dat' AS (a:chararray, b:chararray, c:chararray, d:chararray, x:chararray, y:chararray); U = LOA...
|
|
|
Author: Dan DeCapria, CivicScienc...,
2013-04-19, 21:10
|
|
|
LEFT OUTER JOIN? - Pig - [mail # user]
|
|
...Consider two aliases (T) and (U), loaded from data with schema defined below. I was considering a left outer join to 'merge' the two records, overriding those in U with the join fields in T,...
|
|
|
Author: Dan DeCapria, CivicScienc...,
2013-04-19, 18:24
|
|
|
Re: Massive ILLUSTRATE - Pig - [mail # user]
|
|
...You wouldn't happen to know of a way to make some of those statements more verbose (remove the ellipsis)? In example: | lyrics | track_id:bytearray | ...
|
|
|
Author: Dan DeCapria, CivicScienc...,
2013-04-10, 21:49
|
|
|
Re: Pig Illustrate more verbose, remove Ellipsis - Pig - [mail # user]
|
|
...Hi Johnny, Yes, with ILLUSTRATE I am expecting a small sample of the data to be returned for each LHS statement in my Pig script. ILLUSTRATE renders out the data in fields, regardless ...
|
|
|
Author: Dan DeCapria, CivicScienc...,
2013-04-09, 18:09
|
|
|
Pig Illustrate more verbose, remove Ellipsis - Pig - [mail # user]
|
|
...Is there an easy way to non-truncate ILLUSTRATE and make each statement more verbose for large nested complex Objects (aka, force removal of the ellipsis from ILLUSTRATE and show all data)? ...
|
|
|
Author: Dan DeCapria, CivicScienc...,
2013-04-09, 15:14
|
|
|
UDF Complex Pig Object to JsonObject - Pig - [mail # user]
|
|
...pig Object to a Json Object. The converse operation is also desired. Use Case 1: DataBag {(a,1.0)} with Schema b1:bag{t1:tuple(t:chararray,s:double)} return JsonObject {[a,1.0]} ...
|
|
|
Author: Dan DeCapria, CivicScienc...,
2013-04-02, 19:59
|
|
|
Utf8StorageConverter Not Handling Empty Tuples Properly - Pig - [mail # user]
|
|
...For Pig 0.10.1, I came across a use case for the caster * Utf8StorageConverter.consumeTuple()* method, whereby passing an empty tuple to the caster did not create a valid empty tuple output....
|
|
|
Author: Dan DeCapria, CivicScienc...,
2013-03-21, 15:57
|
|
|
Re: String Representation of DataBag and its Schema - Pig - [mail # user]
|
|
...I'll give it an honest try, and any additional from the community is greatly appreciated! I've been on this idea for a few days now. I even implemented my own UDF parser by conve...
|
|
|
Author: Dan DeCapria, CivicScienc...,
2013-03-19, 17:20
|
|
|
Re: String Representation of DataBag and its Schema - Pig - [mail # user]
|
|
...This would work, but the goal would be to *not* invoke local interactive pig to execute a LOAD USING PigStorage() and pass the data into the UDF. I was hoping to keep this completely i...
|
|
|
Author: Dan DeCapria, CivicScienc...,
2013-03-19, 16:40
|
|
|
Re: String Representation of DataBag and its Schema - Pig - [mail # user]
|
|
...By hand; creating a new JUnit method to test a specific use case against a functional requirement in the UDF. The UDFs I am testing are part of a larger ETL testing initiative I have b...
|
|
|
Author: Dan DeCapria, CivicScienc...,
2013-03-19, 15:52
|
|
|
|