| clear query|facets|time |
Search criteria: .
Results from 171 to 180 from
246 (0.088s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: force schema with TOBAG - Pig - [mail # user]
|
|
...Great! Thanks! On Wed, Oct 31, 2012 at 9:54 AM, David LaBarbera wrote: ...
|
|
|
Author: Cheolsoo Park,
2012-10-31, 17:05
|
|
|
Re: force schema with TOBAG - Pig - [mail # user]
|
|
...Hi David, How about "TOBAG( TOTUPLE( $ID_NULL, 0L ) )" ? The "( )" is just a syntactical sugar for "TOTUPLE( )" that was introduced in 0.10. (Sorry that I forgot that "( )" doesn't wor...
|
|
|
Author: Cheolsoo Park,
2012-10-31, 16:23
|
|
|
Re: Python UDF got problems converting Strings to Integers - Pig - [mail # user]
|
|
...Hi, First of all, why can't you pass a tuple of integers to your udf in the first place? Because then you don't have to cast strings to integers inside your udf. Here is how I go...
|
|
|
Author: Cheolsoo Park,
2012-10-31, 04:59
|
|
|
Adding new test cases to TestBuiltin.java - Pig - [mail # dev]
|
|
...Hi all, While reviewing PIG-2881 (Add SUBTRACT eval func), I had 2 questions: 1) How do we decide whether an eval func be a built-in func? For example, should SUBTRACT be added t...
|
|
|
Author: Cheolsoo Park,
2012-10-30, 21:43
|
|
|
Re: Are people ok with putting PIG-3017 into pig 11? - Pig - [mail # dev]
|
|
...+1 On Tue, Oct 30, 2012 at 2:02 PM, Rohini Palaniswamy <[EMAIL PROTECTED] ...
|
|
|
Author: Cheolsoo Park,
2012-10-30, 21:16
|
|
|
Re: force schema with TOBAG - Pig - [mail # user]
|
|
...Hi David, Try to *add parentheses* inside the TOBAG: normal1 = TOBAG( ('$ID_NULL', 0L) ); or value1 = ( IsEmpty(relation1) ? TOBAG( ('$ID_NULL', 0L) ) : relatio...
|
|
|
Author: Cheolsoo Park,
2012-10-30, 18:29
|
|
|
Re: Review Request: Modernize a chunk of the tests - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7734/#review12859 Hi, Jonathan. It looks really good! I made a few minor comments inline...
|
|
|
Author: Cheolsoo Park,
2012-10-28, 04:13
|
|
|
Re: [ANNOUNCE] Welcome new Apache Pig Committers Rohini Palaniswamy - Pig - [mail # user]
|
|
...Congrat! Well deserved! On Fri, Oct 26, 2012 at 4:37 PM, Daniel Dai wrote: ...
|
|
|
Author: Cheolsoo Park,
2012-10-26, 23:41
|
|
|
Re: PigStorageWithInputPath and space as delimiter - Pig - [mail # user]
|
|
...Hi Diederik, I assume that you're using the example code in the wiki page? If so, you need to add a constructor that takes arguments to your UDF. The reason why PigStorage works ...
|
|
|
Author: Cheolsoo Park,
2012-10-26, 17:46
|
|
|
Re: Pig 0.10.0 and Hadoop 2.0.2: String JobControl.addJob(Job) - Pig - [mail # user]
|
|
...Hi Nishant, That's because the default pig jar file are compiled against hadoop-1.0.x, but you're running it against hadoop-2.0.x. You need to re-build the pig jar file. Please d...
|
|
|
Author: Cheolsoo Park,
2012-10-26, 06:12
|
|
|
|