| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
541 (0.147s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Prepare for Pig 0.10.1 release - Pig - [mail # dev]
|
|
...Hi, Rohini, If you want to commit, can you do it immediately? I'd like to get 0.10.1 out ASAP. Thanks, Daniel On Wed, Dec 19, 2012 at 9:55 PM, Julien Le Dem wrote:...
|
|
|
Author: Daniel Dai,
2012-12-20, 00:33
|
|
|
Re: Prepare for Pig 0.10.1 release - Pig - [mail # dev]
|
|
...I would like to commit Windows patches to 0.11.0. Allow me several days. Thanks, Daniel On Tue, Dec 18, 2012 at 5:47 PM, Julien Le Dem wrote:...
|
|
|
Author: Daniel Dai,
2012-12-19, 02:23
|
|
|
[PIG-2583] Add Grunt command to list the statements in cache - Pig - [issue]
|
|
...It is convenient to list statements in cache:grunt> a = load '1.txt'; grunt> b = foreach a generate $0, $1;grunt> lista = load '1.txt';b = foreach a gene...
|
|
|
http://issues.apache.org/jira/browse/PIG-2583
Author: Daniel Dai,
2012-12-18, 21:30
|
|
|
Prepare for Pig 0.10.1 release - Pig - [mail # dev]
|
|
...Hi, Pig developers, We have fixed a bunch of bugs since 0.10.0(http://svn.apache.org/repos/asf/pig/branches/branch-0.10/CHANGES.txt). I would like to propose a 0.10.1 release from top ...
|
|
|
Author: Daniel Dai,
2012-12-18, 15:54
|
|
|
[PIG-2127] PigStorageSchema need to deal with missing field - Pig - [issue]
|
|
...Currently, if data contains fewer columns than the schema, PigStorageSchema will throw IndexOutOfBound exception (PigStorageSchema:97). We should padding null in this case as we did in PigSt...
|
|
|
http://issues.apache.org/jira/browse/PIG-2127
Author: Daniel Dai,
2012-11-26, 02:58
|
|
|
[PIG-2416] 23 local mode enter into infinite loop if mapred-site.xml in classpath - Pig - [issue]
|
|
...If we remove this setting: <property> <name>mapreduce.framework.name</name> <value>yarn</value>  ...
|
|
|
http://issues.apache.org/jira/browse/PIG-2416
Author: Daniel Dai,
2012-11-19, 20:19
|
|
|
[PIG-2446] Fix map input bytes for hadoop 20.203+ - Pig - [issue]
|
|
...From hadoop 20.203+, HDFS_BYTES_READ change the meaning. It no longer means the size of input files, it is the total hdfs bytes read for the job. Pig need a way to get the map input bytes to...
|
|
|
http://issues.apache.org/jira/browse/PIG-2446
Author: Daniel Dai,
2012-11-19, 20:19
|
|
|
[PIG-2552] Better Property handling to deal with deprecation and variable substitution of Hadoop config - Pig - [issue]
|
|
...Traditionally Pig handles hadoop configuration using PigContext.properties, the flow is:1. Instantiate Hadoop Configuration, read all entries and save into PigContext.properties2. adding sys...
|
|
|
http://issues.apache.org/jira/browse/PIG-2552
Author: Daniel Dai,
2012-11-19, 19:40
|
|
|
[PIG-2343] QueryParserUtils.getRemoteHosts die for some URL - Pig - [issue]
|
|
...getRemoteHosts is to extract hosts from a URL string. URL can also be a comma separated string. The current logic is:1. split URL into components with regard to ","2. for each component, get...
|
|
|
http://issues.apache.org/jira/browse/PIG-2343
Author: Daniel Dai,
2012-11-19, 19:37
|
|
|
[PIG-3054] TestRegisteredJarVisibility tries to copy a local file to HDFS with the full path name including ":" - Pig - [issue]
|
|
...This test needs to adapt the target file path for HDFS limitations on : in the path. The easiest way to do this is to keep a clusterpath variable for the file, but INPUT_FILE.getName is used...
|
|
|
http://issues.apache.org/jira/browse/PIG-3054
Author: Daniel Dai,
2012-11-16, 21:59
|
|
|
|