| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
142 (0.154s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: FLATTEN disambiguation clause - Pig - [mail # user]
|
|
...The disambiguation can be dropped if the column name is unique. A workaround for now is to explicitly name your column names when you flatten. filtered_scores = FOREACH fi...
|
|
|
Author: Santhosh Srinivasan,
2009-06-29, 15:56
|
|
|
RE: requirements for Pig 1.0? - Pig - [mail # dev]
|
|
...To add to Alan's list: 1. Ability to handle unknown types in Pig's schema model. 2. Load/Store interfaces are not set in stone. 3. Nice to have: Make PigServer thread safe. Thank...
|
|
|
Author: Santhosh Srinivasan,
2009-06-23, 21:01
|
|
|
RE: [VOTE] Release Pig 0.3.0 (candidate 0) - Pig - [mail # dev]
|
|
...I was able to download the archive, verify the checksum and run the unit test cases successfully. However, I was not able to run the tutorial. One of the following has to be fixed: 1. ...
|
|
|
Author: Santhosh Srinivasan,
2009-06-22, 21:15
|
|
|
RE: Error in Top() UDF? - Pig - [mail # user]
|
|
...Dmitry, This looks like a bug. The root cause of this issue is in the getArgToFuncMapping() http://svn.apache.org/viewvc/hadoop/pig/trunk/contrib/piggybank/java/src /main/java/or...
|
|
|
Author: Santhosh Srinivasan,
2009-06-18, 20:30
|
|
|
Rewire and multi-query load/store optimization - Pig - [mail # dev]
|
|
...With the implementation of rewire as part of the optimizer infrastructure, a bug was exposed in the load/store optimization in the multi-query feature. Below, I will articulate the bug and t...
|
|
|
Author: Santhosh Srinivasan,
2009-06-12, 21:19
|
|
|
RE: Selecting fields from records with varying spaces? - Pig - [mail # user]
|
|
...Hi Marco, 1. I opened a JIRA that addresses the request for multi-byte delimiters in PigStorage (https://issues.apache.org/jira/browse/PIG-842). Other users have made a similar request...
|
|
|
Author: Santhosh Srinivasan,
2009-06-11, 18:09
|
|
|
RE: Problem with loading complex data types - Pig - [mail # user]
|
|
...Hi Marco, Is the data tab separated? If not, you need to specify the delimiter explicitly as: A = LOAD 'data' using PigStorage(' ') AS (t1:tuple(t1a:int, t1b:int,t1c:int),t2:tupl...
|
|
|
Author: Santhosh Srinivasan,
2009-06-11, 04:13
|
|
|
RE: Question about Pig BinaryStorage() - Pig - [mail # user]
|
|
...Drop the -x local. java -cp pig.jar:/home/unwin/hadoop-0.19.1/conf org.apache.pig.Main myScript5 From: Roger Unwin [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 23, 200...
|
|
|
Author: Santhosh Srinivasan,
2009-04-24, 00:27
|
|
|
RE: Question about myImageStorageFunc and PigStore - Pig - [mail # user]
|
|
...Sameer, You can find the documentation for writing User Defined Functions (UDFs) at the following location: http://hadoop.apache.org/pig/docs/r0.2.0/udf.html In particular, the load a...
|
|
|
Author: Santhosh Srinivasan,
2009-04-21, 18:47
|
|
|
RE: Question about myImageStorageFunc and PigStore - Pig - [mail # user]
|
|
...Sameer, You need to write your own UDF to read and write image files to the file system. Have a look at the following built-in load and store functions supported by Pig: PigStora...
|
|
|
Author: Santhosh Srinivasan,
2009-04-21, 18:28
|
|
|
|