Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 6 from 6 (0.174s).
Loading phrases to help you
refine your search...
Re: Read Hive LazySimpleSerde with Pig - Pig - [mail # user]
...Solved the issue with a Jython UDF.  REGISTER 'lazysimpleserde.py' USING jython AS myfuncs; A = LOAD '000000_0' using PigStorage('\\u001') AS (params:chararray); B = FOREACH pixels GENE...
   Author: Shawn Hermans, 2013-03-13, 15:39
Re: Read Hive LazySimpleSerde with Pig - Pig - [mail # user]
...It uses ^A for record separator.  That would be easy enough as I could just use PigStorage("\001") to pull in the records.  The only issue is how to extract maps.  It uses ^C ...
   Author: Shawn Hermans, 2013-03-12, 23:35
Read Hive LazySimpleSerde with Pig - Pig - [mail # user]
...All, Is there an easy way to read Hive LazySimpleSerde encoded files in Pig?  I did some research and found support for Hive's columnar format and for SequenceFiles, but did not see any...
   Author: Shawn Hermans, 2013-03-12, 18:17
Re: Problems using Pig with Oozie - Pig - [mail # user]
...Harish, Thank you very much.  The job tracker logs were informative.  I think the issue is how I am storing the data back out to HDFS.  The Pig script will work with a path li...
   Author: Shawn Hermans, 2013-02-03, 21:51
Re: Problems using Pig with Oozie - Pig - [mail # user]
...Thank you for your assistance.  I tried that and it did not work.  I looked at pig-0.10.0 and it looks like HBaseStorage should be included in the main project and is now longer in...
   Author: Shawn Hermans, 2013-02-02, 21:42
Problems using Pig with Oozie - Pig - [mail # user]
...All, I have a Pig script that reads data from HBase using HBaseStorage, does some manipulation with some Python UDFs and then writes it using PigStorage.  It works fine when I run it as...
   Author: Shawn Hermans, 2013-02-02, 20:46
Sort:
project
Pig (6)
type
mail # user (6)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (6)
last 9 months (6)
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)
Shawn Hermans