| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
29 (3.61s).
|
|
|
Loading phrases to help you refine your search...
|
|
Unhandled internal error. Java heap space when using EXPLAIN in pig - Pig - [mail # user]
|
|
...When I try to use the following statement explain -brief A; I got the following error 2013-02-06 19:18:34,250 [Low Memory Detector] INFO org.apache.pig.impl.util.SpillableMemor...
|
|
|
Author: Danfeng Li,
2013-02-07, 22:42
|
|
|
self cross doesn't work as expected - Pig - [mail # user]
|
|
...If I self cross a relation, I got the original relation, which is not expected. The input: A.txt 1 2 3 The code: A = load 'A.txt' as (id:chararray); B = cross A, A; dump B; (1) (...
|
|
|
Author: Danfeng Li,
2012-12-29, 01:44
|
|
|
RE: pig ship tar files - Pig - [mail # user]
|
|
...Thanks, but I'm still not quite clear on how to do it. "...One way to work around this limitation is to tar all the dependencies into a tar file that accurately reflects the structure ...
|
|
|
Author: Danfeng Li,
2012-12-20, 20:00
|
|
|
pig ship tar files - Pig - [mail # user]
|
|
...I read alot of about pig can ship a tar file and untar it before execution. However, I couldn't find any example. Can someone provide an example? What I would like to do is to ship a p...
|
|
|
Author: Danfeng Li,
2012-12-20, 18:01
|
|
|
RE: REPLACE with backslash - Pig - [mail # user]
|
|
...You mean instead of REPLACE(name,'dir','\\\\\\\\test\\\\sub'); Using REPLACE(name,'dir','[\\]test[\]sub'); ? It seems not working for me. Thanks. Dan From: Віта...
|
|
|
Author: Danfeng Li,
2012-09-08, 20:44
|
|
|
REPLACE with backslash - Pig - [mail # user]
|
|
...Hi, I'm little bit puzzled about REPLACE when there is backslash involved. I want to replace all the "dir" in the string with "\\test\sub", After a lot of try and error, I ...
|
|
|
Author: Danfeng Li,
2012-09-07, 21:06
|
|
|
RE: runtime exception when load and store multiple files using avro in pig - Pig - [mail # user]
|
|
...Hi, Cheolsoo, If we can allow string as index, then it should be backward compatible and also give us ability to separate schema without the need to track them. Thanks. Dan...
|
|
|
Author: Danfeng Li,
2012-08-22, 05:43
|
|
|
RE: runtime exception when load and store multiple files using avro in pig - Pig - [mail # user]
|
|
...Thanks, Cheolsoo. That solve my problems. It will be nice if pig can do this automatically when there are multiple av rostorage in the code. Otherwise, we have to manually track the n...
|
|
|
Author: Danfeng Li,
2012-08-22, 00:47
|
|
|
runtime exception when load and store multiple files using avro in pig - Pig - [mail # user]
|
|
...I run into this strange problem when try to load multiple text formatted fi les and convert them into avro format using pig. However, if I read and con vert one file at a time in separated r...
|
|
|
Author: Danfeng Li,
2012-08-21, 23:38
|
|
|
RE: how to get input schema in UDF - Pig - [mail # user]
|
|
...Ok, I found the solution Replace Schema tupleSchema = new Schema(input.getFields()); With Schema tupleSchema = new Schema(input.getField(0).schema.getField(0).sche ma.getFi...
|
|
|
Author: Danfeng Li,
2012-08-14, 01:08
|
|
|
|