| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
69 (0.133s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: HBaseStorage in pig 0.8 - Pig - [mail # user]
|
|
...This is the best documentation we've found for how to setup hbase on the hadoop cluster. Basically add the jars and hbase-conf to the HADOOP_CLASSPATH. http://hbase.apache...
|
|
|
Author: Corbin Hoenes,
2010-11-22, 20:00
|
|
|
Re: HBaseStorage in pig 0.8 - Pig - [mail # user]
|
|
...Yes this was the problem. I think HBaseStorage class is fine. I just needed to configure our hadoop cluster to "talk" to hbase correctly...if I were writing a java MR...
|
|
|
Author: Corbin Hoenes,
2010-11-22, 19:54
|
|
|
Re: HBaseStorage in pig 0.8 - Pig - [mail # user]
|
|
...Hey Jeff, It wasn't starting a job but I got a bit further by registering the pig8 jar in my pig script. It seemed to have a bunch of dependencies on google common co...
|
|
|
Author: Corbin Hoenes,
2010-11-20, 06:33
|
|
|
HBaseStorage in pig 0.8 - Pig - [mail # user]
|
|
...We are trying to use the HBaseStorage LoadFunc in pig 0.8 and getting an exception. org.apache.pig.impl.logicalLayer.FrontendException: ERROR 1066: Unable to open iterator ...
|
|
|
Author: Corbin Hoenes,
2010-11-19, 23:56
|
|
|
Re: .processed file - Pig - [mail # user]
|
|
...This is part of something custom that we have been doing with our custom ruby PigRunner we are using. It allows us to do this: It includes the code from constants.pi...
|
|
|
Author: Corbin Hoenes,
2010-10-28, 21:42
|
|
|
reading PigStorage or BinStorage from mapreduce? - Pig - [mail # user]
|
|
...anyone ever read a pig output file with bags/tuples into a java map reduce program?...
|
|
|
Author: Corbin Hoenes,
2010-10-07, 19:03
|
|
|
Re: COUNT(A.field1) - Pig - [mail # user]
|
|
...Wow...thanks for all the discussion and insight guys. On Aug 29, 2010, at 10:01 AM, Mridul Muralidharan wrote: does not 'know' what is required from a tuple in case of COUNT(a). ...
|
|
|
Author: Corbin Hoenes,
2010-09-02, 18:09
|
|
|
Re: Request for Comments: Piggybank future - Pig - [mail # user]
|
|
...All sounds reasonable thanks for explaining the thought process. On Aug 29, 2010, at 3:11 PM, Dmitriy Ryaboy wrote: my At the sacrificing that and have to versions master, and th...
|
|
|
Author: Corbin Hoenes,
2010-08-31, 14:39
|
|
|
Re: Request for Comments: Piggybank future - Pig - [mail # user]
|
|
...I really like this idea. I'd like to see more sharing of udfs out in the open. What barriers to submission are removed by this move? How does a udf make it in...
|
|
|
Author: Corbin Hoenes,
2010-08-28, 01:26
|
|
|
COUNT(A.field1) - Pig - [mail # user]
|
|
...Wondering about performance and count... A = load 'test.csv' as (a1,a2,a3); B = GROUP A by a1; C = FOREACH B GENERATE COUNT(A); performant? C = FOREACH B GENERATE COUNT(A.a...
|
|
|
Author: Corbin Hoenes,
2010-08-25, 20:58
|
|
|
|