| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
334 (0.339s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: HBaseStorage and setBatch() - Pig - [mail # user]
|
|
...I don't recall anyone looking into setBatch. Sounds like a good enhancement to me. On Thu, Mar 7, 2013 at 10:04 AM, Norbert Burger wrote: ...
|
|
|
Author: Bill Graham,
2013-03-15, 01:00
|
|
|
Re: Usage of 'limit' with Pig for Hbase - Pig - [mail # user]
|
|
...The -limit passed to HBaseStorage is the limit per mapper reading from HBase. If you want to limit overall records, also use LIMIT: fields = LIMIT fields 5; On Wed, Mar 13, 2013...
|
|
|
Author: Bill Graham,
2013-03-13, 15:37
|
|
|
Re: Writing to HBase table from Pig script - Pig - [mail # user]
|
|
...Store is an operator that doesn't get assigned to a relation. Instead of this: copy = store results into 'hbase://results' using org.apache.pig.backend.hadoop.**hbase.HBaseStorage('cf:...
|
|
|
Author: Bill Graham,
2013-03-11, 17:03
|
|
|
Re: S3 store and load - Pig - [mail # user]
|
|
...S3 is just another implementation of Hadoop's FileSystem, so s3://... should just work: http://hadoop.apache.org/docs/current/api/org/apache/hadoop/fs/s3/S3FileSystem.html On Sat...
|
|
|
Author: Bill Graham,
2013-03-03, 04:57
|
|
|
Re: how to stop dereferencing after join - error setting schema - Pig - [mail # user]
|
|
...Each field needs to be dereferenced individually: A::name AS name, A::age AS age... On Saturday, March 2, 2013, Michael West wrote: Sent from Gmail Mobile...
|
|
|
Author: Bill Graham,
2013-03-02, 16:50
|
|
|
Re: pig 0.11 candidate 2 feedback: Several problems - Pig - [mail # dev]
|
|
...+1 to releasing Pig 0.11.1 when this is addressed. I should be able to help with the release again. On Fri, Mar 1, 2013 at 11:25 AM, Prashant Kommireddi wrote: ...
|
|
|
Author: Bill Graham,
2013-03-01, 19:33
|
|
|
[PIG-3002] Pig client should handle CountersExceededException - Pig - [issue]
|
|
...Running a pig job that uses more than 120 counters will succeed, but a grunt exception will occur when trying to output counter info to the console. This exception should be caught and handl...
|
|
|
http://issues.apache.org/jira/browse/PIG-3002
Author: Bill Graham,
2013-03-01, 06:21
|
|
|
[PIG-3219] Script to run Pig ant targets on AWS - Pig - [issue]
|
|
...During the Pig 11 release I wrote a script to install software required to build Pig on ec2 instances before running the build. This script could be helpful for future releases or for runnin...
|
|
|
http://issues.apache.org/jira/browse/PIG-3219
Author: Bill Graham,
2013-02-25, 07:31
|
|
|
[PIG-3203] ROLLUP not documented in user docs - Pig - [issue]
|
|
...This is not documented in the user docs....
|
|
|
http://issues.apache.org/jira/browse/PIG-3203
Author: Bill Graham,
2013-02-25, 06:09
|
|
|
Re: How do we post to the apache pig blog? - Pig - [mail # dev]
|
|
...Looks like an infra jira is needed to get a PMC member admin rights: Creating new Project Blog users The blogs.apache.org backend is not currently connected to Apache LDAP servic...
|
|
|
Author: Bill Graham,
2013-02-22, 16:00
|
|
|
|