| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
545 (0.155s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-2669] Pig release should include pig-default.properties after rebuild - Pig - [issue]
|
|
...Pig release does not contain conf/pig-default.properties, it bundles pig-default.properties into pig.jar/pig-withouthadoop.jar. However, if user rebuild pig, the new jar does not contain thi...
|
|
|
http://issues.apache.org/jira/browse/PIG-2669
Author: Daniel Dai,
2012-06-07, 22:30
|
|
|
Re: Persisting Pig Scripts - Pig - [mail # dev]
|
|
...One existing solution is "pig.script" entry inside job.xml, it is the serialized Pig script. JobHistoryLoader can load job.xml files and grab those entries. Does that solve your problem? &nb...
|
|
|
Author: Daniel Dai,
2012-06-06, 23:19
|
|
|
[PIG-2739] PyList should map to Bag automatically in Jython - Pig - [issue]
|
|
...The following script does not work:register 'util.py' using jython as util;A = load '1.txt' as (sentence:chararray);B = foreach A generate flatten(util.tokenize(sentence));dump B;util.pyoutp...
|
|
|
http://issues.apache.org/jira/browse/PIG-2739
Author: Daniel Dai,
2012-06-06, 05:10
|
|
|
Re: Release 0.10.0 tar not the same as release tag? - Pig - [mail # dev]
|
|
...Seems I forget to update the tag. It is now fixed. Thanks, Daniel On Mon, Jun 4, 2012 at 7:01 PM, Arvind Prabhakar wrote: ...
|
|
|
Author: Daniel Dai,
2012-06-05, 23:38
|
|
|
Re: About the Pig Latin Implementation - Pig - [mail # dev]
|
|
...Check the VLDB paper: http://infolab.stanford.edu/~olston/publications/vldb09.pdf On Tue, May 22, 2012 at 8:40 PM, Li Shengmei wrote: A I ou...
|
|
|
Author: Daniel Dai,
2012-05-23, 08:26
|
|
|
Re: xerces error running junit tests on Pig trunk - Pig - [mail # dev]
|
|
...JDK 1.6 should be fine. I didn't see any failures in 1.6. Is there some misplaced hadoop configuration files in your CLASSPATH? On Tue, May 22, 2012 at 2:18 PM, Kumar Ravi wrote...
|
|
|
Author: Daniel Dai,
2012-05-22, 22:14
|
|
|
Re: xerces error running junit tests on Pig trunk - Pig - [mail # dev]
|
|
...Pig is not well tested with JDK 1.7, I would not be surprised if some tests fail under 1.7. What OS do you use? Which unit test do you see error? I can take a look when I get a chance....
|
|
|
Author: Daniel Dai,
2012-05-22, 19:00
|
|
|
[PIG-1188] Padding nulls to the input tuple according to input schema - Pig - [issue]
|
|
...Currently, the number of fields in the input tuple is determined by the data. When we have schema, we should generate input data according to the schema, and padding nulls if necessary. Here...
|
|
|
http://issues.apache.org/jira/browse/PIG-1188
Author: Daniel Dai,
2012-05-22, 02:04
|
|
|
[PIG-2594] JsonLoader/JsonStorage does not work with boolean - Pig - [issue]
|
|
...The following script fail:A = LOAD 'allscalar10k.json' using JsonLoader();store B into 'output';Exception:java.io.IOException: Unknown type in input schema: 5 at org.apache.pig.builtin.JsonL...
|
|
|
http://issues.apache.org/jira/browse/PIG-2594
Author: Daniel Dai,
2012-05-02, 03:40
|
|
|
Re: Publishing snapshot builds - Pig - [mail # dev]
|
|
...Yes, that will be great. "ant mvn-deploy" is the target to publish to maven snapshot. Daniel On Mon, Apr 30, 2012 at 12:57 PM, Bill Graham wrote:...
|
|
|
Author: Daniel Dai,
2012-04-30, 21:23
|
|
|
|