| 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
|
|
|
|