| clear query|facets|time |
Search criteria: .
Results from 1 to 8 from
8 (0.379s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-2684] :: in field name causes AvroStorage to fail - Pig - [issue]
|
|
...There appears to be a bug in AvroStorage which causes it to fail when there are field names that contain ::For example, the following will fail:data = load 'test.txt' as (one, two);grp = GRO...
|
|
|
http://issues.apache.org/jira/browse/PIG-2684
Author: Fabian Alenius,
2013-05-16, 15:37
|
|
|
[PIG-3181] MultiStorage - java.lang.OutOfMemoryError: Java heap space - Pig - [issue]
|
|
...Hi, I have a script that looks like this:a = load '/input' as (f1, f2); ...
|
|
|
http://issues.apache.org/jira/browse/PIG-3181
Author: Fabian Alenius,
2013-03-16, 00:57
|
|
|
[PIG-2657] Print warning if using wrong jython version - Pig - [issue]
|
|
...Hi,It would be good if Pig would print a warning (or refuse to run) if you are using an unsupported version of jython. I spent a couple of hours before figuring out that you had to use 2.5.0...
|
|
|
http://issues.apache.org/jira/browse/PIG-2657
Author: Fabian Alenius,
2012-11-19, 19:55
|
|
|
Project the last field of a tuple - Pig - [mail # user]
|
|
...Hi, is there anyway to project the last field of a tuple (when you don't know how many fields there are) without creating a UDF? Thanks, Fabian...
|
|
|
Author: Fabian Alenius,
2012-08-23, 08:53
|
|
|
Re: Read avro record from HDFS - Pig - [mail # user]
|
|
...Thanks! Unfortunately I'm stuck with pig 0.9.2 so I'm looking for an example in Java. On Tue, Jul 3, 2012 at 1:03 AM, Russell Jurney wrote:...
|
|
|
Author: Fabian Alenius,
2012-07-02, 23:45
|
|
|
Read avro record from HDFS - Pig - [mail # user]
|
|
...Hi, does anyone happen to have a sample of how to load a avro record from HDFS given a location. In my case the schema is just "binary". I'm working on a custom loader and I've b...
|
|
|
Author: Fabian Alenius,
2012-07-02, 22:10
|
|
|
[PIG-2768] Fix org.apache.hadoop.conf.Configuration deprecation warnings for Hadoop 23 - Pig - [issue]
|
|
...When compiling with hadoopversion=23 and running with hadoop 23 an annoying warning is printed:WARN org.apache.hadoop.conf.Configuration - fs.default.name is deprecated. Instead, use f...
|
|
|
http://issues.apache.org/jira/browse/PIG-2768
Author: Fabian Alenius,
2012-06-26, 21:57
|
|
|
in statement - Pig - [mail # user]
|
|
...Hi, lets say I have a large tuple or a bag and I want to see if one of the fields match a string. How would one do that? Similarly how do you apply a function to all the fields i...
|
|
|
Author: Fabian Alenius,
2012-05-25, 09:47
|
|
|
|