| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
52 (0.1s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Making git the repo of choice for Pig? - Pig - [mail # dev]
|
|
...There is a legal issue as well. Uploading a patch to JIRA requires the user to grant apache license to use the code. A pull request from github does not. This is all being hashed out e...
|
|
|
Author: Scott Carey,
2012-03-22, 22:33
|
|
|
Re: Making git the repo of choice for Pig? - Pig - [mail # dev]
|
|
...Apache is currently doing a trial with git as the primary repo using the CouchDB project. Other projects may be able to volunteer to join the trial, I'm not sure. see http://git-...
|
|
|
Author: Scott Carey,
2012-03-22, 17:40
|
|
|
Re: Making git the repo of choice for Pig? - Pig - [mail # dev]
|
|
...On 3/20/12 11:22 PM, "Jonathan Coveney" wrote: Some might say forcing developers to use git to work with pig is just another barrier. Many people don't know how to use gi...
|
|
|
Author: Scott Carey,
2012-03-22, 17:40
|
|
|
Re: pig 0.8 releases - Pig - [mail # user]
|
|
...This does look wrong. There is an 0.8.3 release in the official maven repo : http://repo1.maven.org/maven2/org/apache/pig/pig/ And in the apache release repo: https://repository.apache...
|
|
|
Author: Scott Carey,
2012-02-21, 07:27
|
|
|
Re: Comparing each row with the same resultset - Pig - [mail # user]
|
|
...If your goal is to compare all rows with all other rows, you can do a distributed CROSS self-join. http://pig.apache.org/docs/r0.8.1/piglatin_ref2.html#CROSS Something like expl...
|
|
|
Author: Scott Carey,
2012-01-19, 18:36
|
|
|
Re: Issue with thrift dependency and cloudera CDH3U2 - Pig - [mail # user]
|
|
...Rakesh, I suggest you try: 'mvn dependency:tree' to see where it is coming from. You may also prune your dependencies by using maven declarations if needed. On 1/18/1...
|
|
|
Author: Scott Carey,
2012-01-19, 18:29
|
|
|
Re: Simple AvroStorage LOAD and STORE with Avro 1.6.0 - Pig - [mail # user]
|
|
...FYI: https://issues.apache.org/jira/browse/AVRO-993 I expect that Avro 1.6.2 will add these methods back in. On 1/11/12 1:47 AM, "Andrew Kenworthy" wrote: ...
|
|
|
Author: Scott Carey,
2012-01-16, 21:16
|
|
|
Re: How do we feel about improving pigmix queries? - Pig - [mail # dev]
|
|
... On 12/20/11 10:59 AM, "Alan Gates" wrote: To me this looks like something that Pig could optimize on its own. Filter(condition) then count --> Sum (condition ? 1 : 0). ...
|
|
|
Author: Scott Carey,
2012-01-10, 05:10
|
|
|
Re: Apache Pig 0.9.1 with CDH3u1 hadoop - Pig - [mail # user]
|
|
...Does it fail if the script is more complicated? 1. Try STORE instead of DUMP. I have seen cases where the former works and the latter does not in older pig versions. 2. &nb...
|
|
|
Author: Scott Carey,
2011-12-16, 01:45
|
|
|
Re: Next Pig release proposal - Pig - [mail # dev]
|
|
...On 10/24/11 1:12 PM, "Olga Natkovich" wrote: This is exactly what is needed IMO. Define what is acceptable for a major, minor, and patch change, but leave many of the mino...
|
|
|
Author: Scott Carey,
2011-10-24, 23:05
|
|
|
|