| clear query|facets|time |
Search criteria: .
Results from 1 to 9 from
9 (0.181s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: NVL - Pig - [mail # user]
|
|
...Dont know about the NVL operator in detail, but seems ternary (bincond) operator can fit the bill? http://pig.apache.org/docs/r0.10.0/basic.html#artichmetic-ops Regards, Rama. &...
|
|
|
Author: Ramakrishna Nalam,
2013-05-08, 14:55
|
|
|
Re: CONCAT an open brace to a chararray (Pig v. 0.10) - Pig - [mail # user]
|
|
...Looks like you're having issues as '{' is a reserved character. Try giving the UTF-8 representation for it: '\\u007B' Regards, Rama. On Fri, Apr 5, 2013 at 6:04 AM,...
|
|
|
Author: Ramakrishna Nalam,
2013-04-05, 01:22
|
|
|
MultiStorage with Avro? - Pig - [mail # user]
|
|
...Hi, Wanted to know if there's some out of the box way of doing MultiStorage with Avro? Saw that the current implementation just writes it to HDFS in text format, so was curious if ther...
|
|
|
Author: Ramakrishna Nalam,
2013-04-01, 04:10
|
|
|
Re: pig hbase; java.lang.ClassNotFoundException: com.google.protobuf.Message - Pig - [mail # user]
|
|
...Also 'REGISTER' the jars that'll be used in the MR tasks in the script. Else add them 'pig.additional.jars' in pig.properties. Regards, Rama. On Sat, Feb 9, 2013 at 7:16 A...
|
|
|
Author: Ramakrishna Nalam,
2013-02-09, 06:20
|
|
|
Re: Run a job async - Pig - [mail # user]
|
|
...That clarifies it for me, thanks a lot. Regards, Rama. On Fri, Jan 25, 2013 at 10:09 AM, Jonathan Coveney wrote: ...
|
|
|
Author: Ramakrishna Nalam,
2013-01-25, 07:18
|
|
|
Re: Run a job async - Pig - [mail # user]
|
|
...Hi Jonathan, Pardon if it's a naive question, but Interesting that you say Pig is not multithreaded. We're using Pig 0.10.0, and looking at the code, it seems to do the right things to...
|
|
|
Author: Ramakrishna Nalam,
2013-01-25, 03:57
|
|
|
Re: error - Pig - [mail # user]
|
|
...What is the intention of the script? foreach on the 'gruped' field here means you'll get only a single row (because of GROUP .. ALL). the field features.f0 will be a bag. mf0 is also a bag. ...
|
|
|
Author: Ramakrishna Nalam,
2012-12-13, 01:51
|
|
|
Re: Piggybank date time functions - Pig - [mail # user]
|
|
...Soliciting suggestions, really think there was some strong reason for using UTC in all places so consistently! The classes I'm referring to are mainly in the org/apache/pig/piggybank/evaluat...
|
|
|
Author: Ramakrishna Nalam,
2012-12-11, 03:41
|
|
|
Piggybank date time functions - Pig - [mail # user]
|
|
...Hi, We're using the date and time functions of PiggyBank, and were slightly surprised to see all of the timezones set to UTC, most of them not configurable. Given we want to get ...
|
|
|
Author: Ramakrishna Nalam,
2012-12-10, 04:12
|
|
|
|