Re: [VOTE] Avro release 1.3.0 (RC 0)

2010-02-16 Thread Matt Massie
Also, the avro-doc at avro-doc-1.3.0.tar.gz Is a 56 byte text file with the following inside... " tar.vim version v23b " Browsing tarfile /private/tmp/avro-doc-1.3.0.tar.gz " Select a file with cursor and press ENTER gzip:

Re: [VOTE] Avro release 1.3.0 (RC 0)

2010-02-16 Thread Matt Massie
Doug- I don't see the avro-c artifact at the URL below. -Matt On Tue, Feb 16, 2010 at 4:07 PM, Doug Cutting wrote: > I have created a candidate build for Avro release 1.3.0. > > In this release: > - the Avro file format has been revised and simplified; > - the source tree and release artifac

[jira] Updated: (AVRO-418) avro.h generates errors when included in C++ code

2010-02-16 Thread Matt Massie (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Massie updated AVRO-418: - Attachment: avro.cpp.patch Patch provided by Eric Andersen. Thanks! > avro.h generates errors when includ

[jira] Created: (AVRO-418) avro.h generates errors when included in C++ code

2010-02-16 Thread Matt Massie (JIRA)
avro.h generates errors when included in C++ code - Key: AVRO-418 URL: https://issues.apache.org/jira/browse/AVRO-418 Project: Avro Issue Type: Bug Components: c Reporter:

[jira] Updated: (AVRO-418) avro.h generates errors when included in C++ code

2010-02-16 Thread Matt Massie (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Massie updated AVRO-418: - Assignee: Matt Massie > avro.h generates errors when included in C++ code > ---

Re: [VOTE] Avro release 1.3.0 (RC 0)

2010-02-16 Thread Scott Carey
For what its worth, I'm going into production with a version that contains AVRO-392 and AVRO-414 next week (with an avro schema 5k in size). It would certainly be useful to me if we can get those in. AVRO-392 is very close, and AVRO-414 has extra file format tests and Java API enhancements. Th

Re: [VOTE] Avro release 1.3.0 (RC 0)

2010-02-16 Thread Jeff Hammerbacher
Hey Doug, The tarball unpacks into "build/avro-src-1.3.0/...". Can we remove the "build/" prefix and unpack directly to "avro-src-1.3.0/..."? Thanks, Jeff On Tue, Feb 16, 2010 at 4:07 PM, Doug Cutting wrote: > I have created a candidate build for Avro release 1.3.0. > > In this release: > - t

[jira] Commented: (AVRO-392) Binary Decoder Performance and flexibility overhaul

2010-02-16 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834565#action_12834565 ] Scott Carey commented on AVRO-392: -- Ok, I've got some time to make another patch for tomorro

[VOTE] Avro release 1.3.0 (RC 0)

2010-02-16 Thread Doug Cutting
I have created a candidate build for Avro release 1.3.0. In this release: - the Avro file format has been revised and simplified; - the source tree and release artifacts have been restructured; - the Python port has been largely rewritten; - the C port is now considerably more complete, suppo

[jira] Created: (AVRO-417) ivy maven install should also install -javadoc.jar as well

2010-02-16 Thread Scott Carey (JIRA)
ivy maven install should also install -javadoc.jar as well --- Key: AVRO-417 URL: https://issues.apache.org/jira/browse/AVRO-417 Project: Avro Issue Type: Bug Affects Versions: 1.2

[jira] Resolved: (AVRO-318) Build.sh cleanup: md5/sha1 on Mac OS X, don't fail hard if build/ exists, and play nice with Forrest

2010-02-16 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting resolved AVRO-318. --- Resolution: Fixed Hadoop Flags: [Reviewed] I just committed this. > Build.sh cleanup: md5/sha1 o

[jira] Commented: (AVRO-318) Build.sh cleanup: md5/sha1 on Mac OS X, don't fail hard if build/ exists, and play nice with Forrest

2010-02-16 Thread Matt Massie (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834532#action_12834532 ] Matt Massie commented on AVRO-318: -- I'm +1 on Doug's patch to simply document the requiremen

[jira] Commented: (AVRO-318) Build.sh cleanup: md5/sha1 on Mac OS X, don't fail hard if build/ exists, and play nice with Forrest

2010-02-16 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834527#action_12834527 ] Doug Cutting commented on AVRO-318: --- Hammer: this dependency is not Python-specific, since

[jira] Commented: (AVRO-318) Build.sh cleanup: md5/sha1 on Mac OS X, don't fail hard if build/ exists, and play nice with Forrest

2010-02-16 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834524#action_12834524 ] Doug Cutting commented on AVRO-318: --- Scott, Forrest dies when run with Java 1.5. Forrest m

[jira] Updated: (AVRO-318) Build.sh cleanup: md5/sha1 on Mac OS X, don't fail hard if build/ exists, and play nice with Forrest

2010-02-16 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-318: -- Attachment: AVRO-318.patch Here's a patch that clarifies these requirements in README.txt. > Build.sh cl

[jira] Updated: (AVRO-318) Build.sh cleanup: md5/sha1 on Mac OS X, don't fail hard if build/ exists, and play nice with Forrest

2010-02-16 Thread Jeff Hammerbacher (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Hammerbacher updated AVRO-318: --- Attachment: AVRO-318.patch Here's a patch that adds a comment to README.txt about the dependenc

[jira] Commented: (AVRO-318) Build.sh cleanup: md5/sha1 on Mac OS X, don't fail hard if build/ exists, and play nice with Forrest

2010-02-16 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834511#action_12834511 ] Scott Carey commented on AVRO-318: -- bq. The Java 5 stuff is just a requirement of Forrest. N

[jira] Commented: (AVRO-318) Build.sh cleanup: md5/sha1 on Mac OS X, don't fail hard if build/ exists, and play nice with Forrest

2010-02-16 Thread Jeff Hammerbacher (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834510#action_12834510 ] Jeff Hammerbacher commented on AVRO-318: Carl Steinbach notes that "sudo port install

[jira] Commented: (AVRO-318) Build.sh cleanup: md5/sha1 on Mac OS X, don't fail hard if build/ exists, and play nice with Forrest

2010-02-16 Thread Jeff Hammerbacher (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834507#action_12834507 ] Jeff Hammerbacher commented on AVRO-318: http://raamdev.com/howto-install-md5sum-sha1

[jira] Commented: (AVRO-318) Build.sh cleanup: md5/sha1 on Mac OS X, don't fail hard if build/ exists, and play nice with Forrest

2010-02-16 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834499#action_12834499 ] Doug Cutting commented on AVRO-318: --- Is this really a blocker for 1.3? > Build.sh cleanup:

[jira] Updated: (AVRO-416) ivy maven install should also install -sources.jar as well

2010-02-16 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-416: -- Resolution: Fixed Assignee: ryan rawson Hadoop Flags: [Reviewed] Status: Resolved

[jira] Updated: (AVRO-349) Make C++ builds work post AVRO-163

2010-02-16 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-349: -- Resolution: Fixed Fix Version/s: 1.3.0 Assignee: Scott Banachowski Status: Reso

[jira] Updated: (AVRO-136) add support for building/releasing python eggs

2010-02-16 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-136: -- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available) > add

[jira] Updated: (AVRO-374) After a fresh 'build.sh test' svn reports certain files modified in Ubuntu 9.10

2010-02-16 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-374: -- Resolution: Fixed Fix Version/s: 1.3.0 Status: Resolved (was: Patch Available) > After

[jira] Updated: (AVRO-415) Allow Ruby implementation to work with older versions of Ruby

2010-02-16 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-415: -- Resolution: Fixed Fix Version/s: 1.3.0 Hadoop Flags: [Reviewed] Status: Resolved (

[jira] Commented: (AVRO-136) add support for building/releasing python eggs

2010-02-16 Thread Jeff Hammerbacher (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834466#action_12834466 ] Jeff Hammerbacher commented on AVRO-136: Made setup.py executable and committed in re

[jira] Commented: (AVRO-415) Allow Ruby implementation to work with older versions of Ruby

2010-02-16 Thread Jeff Hammerbacher (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834460#action_12834460 ] Jeff Hammerbacher commented on AVRO-415: (p.s. we've backported an entire application

[jira] Commented: (AVRO-415) Allow Ruby implementation to work with older versions of Ruby

2010-02-16 Thread Jeff Hammerbacher (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834459#action_12834459 ] Jeff Hammerbacher commented on AVRO-415: Huzzah, "rake test" passes! Thanks, Jeff. +1

[jira] Commented: (AVRO-136) add support for building/releasing python eggs

2010-02-16 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834328#action_12834328 ] Eric Evans commented on AVRO-136: - +1 (also, you might want to make setup.py executable when

[jira] Updated: (AVRO-415) Allow Ruby implementation to work with older versions of Ruby

2010-02-16 Thread Jeff Hodges (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Hodges updated AVRO-415: - Attachment: AVRO-415.patch 1.8.6 also doesn't have find_index which makes for lameness. This subsumes the