| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
334 (0.123s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: the version of HBase supported by HBaseStorage - Pig - [mail # user]
|
|
...It's hard to tell the problem from the error pasted, but version 0.94 of HBase requires protobuf 2.4.x. I've seen errors that start like the one you've pasted when a 2.3.x version of protobu...
|
|
|
Author: Bill Graham,
2013-04-30, 04:42
|
|
|
Re: Joining 3 tables in Pig - Pig - [mail # user]
|
|
...You'll need to do a 3-way join in two steps: A = load 'foo' as (col1, col2); B = load 'bar' as (col1); C = load 'bat' as (col1); AB = join A by col1, B by col1; ABC = join AB by ...
|
|
|
Author: Bill Graham,
2013-04-25, 04:52
|
|
|
Re: Could not resolve com.twitter.ambrose.pig.EmbeddedAmbrosePigProgressNotificationListener - Pig - [mail # user]
|
|
...I replied on the github issue. Let's discuss there. thanks, Bill On Mon, Apr 22, 2013 at 8:45 PM, centerqi hu wrote: ...
|
|
|
Author: Bill Graham,
2013-04-23, 06:56
|
|
|
Re: Pig 0.10.1 to Pig 0.11.1 API compatibility break - Pig - [mail # dev]
|
|
...Hi Gerrit, Sorry to hear these changes caused you problems. The PPNL interface is marked as Evolving, so it should be expected that future releases of that interface will change (i.e. ...
|
|
|
Author: Bill Graham,
2013-04-19, 07:29
|
|
|
[PIG-3159] TestAvroStorage.testArrayWithSnappyCompression fails on mac with Java 7 - Pig - [issue]
|
|
...Seems like snappy isn't being properly loaded when run on mac. This is the exception from the TestAvroStorage.testArrayWithSnappyCompression test.13/02/03 13:20:49 INFO mapReduceLayer.PigMap...
|
|
|
http://issues.apache.org/jira/browse/PIG-3159
Author: Bill Graham,
2013-04-18, 08:49
|
|
|
[PIG-3186] tar/deb/pkg ant targets should depend on piggybank - Pig - [issue]
|
|
...The tar, deb and rpm artifacts should contain piggybank but they don't when built via ant unless piggybank is built separately....
|
|
|
http://issues.apache.org/jira/browse/PIG-3186
Author: Bill Graham,
2013-04-16, 19:24
|
|
|
Re: Setting pig job name - Pig - [mail # user]
|
|
...You can do this in your script as well: SET job.name 'my job'; On Mon, Apr 15, 2013 at 4:27 PM, Prashant Kommireddi wrote: ...
|
|
|
Author: Bill Graham,
2013-04-16, 00:50
|
|
|
[PIG-3273] bad %default directives can cause pig dry run to silently fail - Pig - [issue]
|
|
...pig -r myscript.pig will silently fail without producing output or error messaging for the following script:%default STORAGE_WITH_SCHEMA org.apache.pig.builtin.PigStorage('\t', '-schema')A =...
|
|
|
http://issues.apache.org/jira/browse/PIG-3273
Author: Bill Graham,
2013-04-10, 18:31
|
|
|
Re: simple script generating 'too many counters' error - Pig - [mail # user]
|
|
...How many mappers and reducers do you have? Skimming the Rank code it looks like it creates at least N counters per task which would be a scalability bug. On Friday, April 5, 2013, Laur...
|
|
|
Author: Bill Graham,
2013-04-05, 14:47
|
|
|
[PIG-3264] mvn signanddeploy target broken for pigunit, pigsmoke and piggybank - Pig - [issue]
|
|
...Build fails with:[artifact:deploy] Invalid reference: 'pigunit'Patch on the way....
|
|
|
http://issues.apache.org/jira/browse/PIG-3264
Author: Bill Graham,
2013-04-05, 01:42
|
|
|
|