Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 10 (0.151s).
Loading phrases to help you
refine your search...
Re: Error during parsing - Pig - [mail # user]
...Hi,  I think it is better to download the latest stable version or otherwise write your own udf for split functionality.  Thanks Nagamallikarjuna  On Wed, Mar 6, 2013 at 5:04 ...
   Author: inelu nagamallikarjuna, 2013-03-05, 23:50
Re: Error during parsing - Pig - [mail # user]
...Hi,   The function STRSPLIT is not there in the list of in built fuction of hive-0.7.0. Please use any version from 0.8.0 on words. There are lots of improvements from 0.7.0 to 0.10.0. ...
   Author: inelu nagamallikarjuna, 2013-03-05, 23:32
Re: Error during parsing - Pig - [mail # user]
...Hi,  This is the command *pig -version* in Linux shell.  Thanks Nagamallikarjuna  On Wed, Mar 6, 2013 at 4:56 AM, Mix Nin  wrote:     Thanks and Regards Nagamal...
   Author: inelu nagamallikarjuna, 2013-03-05, 23:28
Re: Error during parsing - Pig - [mail # user]
...Hi,  strspit is a builtin function, so the register command is not required. use same script by removing the first line. I already tested the script against pig-0.10.0 version it is wor...
   Author: inelu nagamallikarjuna, 2013-03-05, 23:22
Re: Error during parsing - Pig - [mail # user]
...Hi,  Please paste your pig script here..  Thanks Nagamallikarjuna  On Wed, Mar 6, 2013 at 4:39 AM, Mix Nin  wrote:     Thanks and Regards Nagamallikarjuna...
   Author: inelu nagamallikarjuna, 2013-03-05, 23:12
Re: Error during parsing - Pig - [mail # user]
...Hi,  There is a small mistake in your script. You used relation name called data in second line use X instead of data.  *Sample script:  X= LOAD '/streamming/read' AS (line : ...
   Author: inelu nagamallikarjuna, 2013-03-05, 23:07
Re: UDF to calculate Average of whole dataset - Pig - [mail # user]
...Hi,  I am providing sample UDF and how to use it in pig script.  *JAVA CLASS:  package myudf.udf.upper;  public class UPPER extends EvalFunc {        ...
   Author: inelu nagamallikarjuna, 2013-03-05, 22:49
Re: UDF to calculate Average of whole dataset - Pig - [mail # user]
...Hi,  Use the fully qualified class name like org.apache.udf.myudf.udfName in the pig script while using udf. Otherwise use only udf name in the script and while running use like pig - D...
   Author: inelu nagamallikarjuna, 2013-03-05, 22:12
Re: Is there a way to limit the number of maps produced by HBaseStorage ? - Pig - [mail # user]
...Hi Vincent,  You can restrict the number of concurrent maps by setting this parameter *mapred.tasktracker.map.tasks.maximum = 1 or 2*.    *Thanks Nagamallikarjuna*  On Mo...
   Author: inelu nagamallikarjuna, 2013-01-21, 14:16
Re: [ANNOUNCE] Welcome new Apache Pig Committers Rohini Palaniswamy - Pig - [mail # user]
...Congrats Rohini..  On Thu, Nov 1, 2012 at 10:13 AM, Aniket Mokashi  wrote:     Thanks and Regards Nagamallikarjuna...
   Author: inelu nagamallikarjuna, 2012-11-01, 10:15
Sort:
project
Pig (10)
HDFS (1)
Hadoop (1)
type
mail # user (10)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (9)
last 9 months (10)
author
Dmitriy Ryaboy (1351)
Alan Gates (959)
Jonathan Coveney (736)
Daniel Dai (545)
Russell Jurney (493)
Olga Natkovich (453)
Prashant Kommireddi (370)
Bill Graham (333)
Cheolsoo Park (263)
Mridul Muralidharan (201)
Thejas Nair (195)
Ashutosh Chauhan (169)
Julien Le Dem (156)
Jeff Zhang (146)
Santhosh Srinivasan (142)
inelu nagamallikarjuna