Re: [VOTE] Avro release 1.3.0 (rc 1)

2010-02-22 Thread Patrick Hunt
Doug Cutting wrote: Patrick Hunt wrote: I tried installing "yajl-ruby" using gem and that failed as "mkmf" was not available. It seems that there is also a requirement that "ruby-dev" be installed, not just ruby. You might save some hassle by putting that in the readme at the same time as fix

[jira] Resolved: (AVRO-429) investigate large heap size when writing many objects to an avro data file (Python)

2010-02-22 Thread R. Tyler Ballance (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] R. Tyler Ballance resolved AVRO-429. Resolution: Invalid > investigate large heap size when writing many objects to an avro data f

[jira] Commented: (AVRO-429) investigate large heap size when writing many objects to an avro data file (Python)

2010-02-22 Thread R. Tyler Ballance (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837076#action_12837076 ] R. Tyler Ballance commented on AVRO-429: I think this is a non-issue. After moving so

[jira] Updated: (AVRO-428) Improve file read performance by buffering data

2010-02-22 Thread Matt Massie (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Massie updated AVRO-428: - Attachment: AVRO-428.patch The last patch was incorrect because of a know issue with subversion 1.6.5 and

[jira] Created: (AVRO-429) investigate large heap size when writing many objects to an avro data file (Python)

2010-02-22 Thread R. Tyler Ballance (JIRA)
investigate large heap size when writing many objects to an avro data file (Python) --- Key: AVRO-429 URL: https://issues.apache.org/jira/browse/AVRO-429 Project: Avro

[jira] Commented: (AVRO-428) Improve file read performance by buffering data

2010-02-22 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837007#action_12837007 ] Doug Cutting commented on AVRO-428: --- This fails to apply with: patch: missing line nu

[jira] Updated: (AVRO-427) add a README.txt file to distributions

2010-02-22 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-427: -- Attachment: AVRO-427.patch Here's a patch for this. I've created per-language directories in dist/, adde

[jira] Updated: (AVRO-428) Improve file read performance by buffering data

2010-02-22 Thread Matt Massie (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Massie updated AVRO-428: - Attachment: AVRO-428.patch This patch add buffering for file reads. My benchmarks shows a 2-3x improvemen

[jira] Created: (AVRO-428) Improve file read performance by buffering data

2010-02-22 Thread Matt Massie (JIRA)
Improve file read performance by buffering data --- Key: AVRO-428 URL: https://issues.apache.org/jira/browse/AVRO-428 Project: Avro Issue Type: Improvement Components: c Repor

[jira] Commented: (AVRO-427) add a README.txt file to distributions

2010-02-22 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836932#action_12836932 ] Doug Cutting commented on AVRO-427: --- Should we also re-arrange the dist/ directory into sub

Re: [VOTE] Avro release 1.3.0 (rc 1)

2010-02-22 Thread Doug Cutting
Patrick Hunt wrote: I tried installing "yajl-ruby" using gem and that failed as "mkmf" was not available. It seems that there is also a requirement that "ruby-dev" be installed, not just ruby. You might save some hassle by putting that in the readme at the same time as fixing the typo. READM

[jira] Commented: (AVRO-427) add a README.txt file to distributions

2010-02-22 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836922#action_12836922 ] Doug Cutting commented on AVRO-427: --- Also, the current README.txt should add ruby-dev to th

[jira] Created: (AVRO-427) add a README.txt file to distributions

2010-02-22 Thread Doug Cutting (JIRA)
add a README.txt file to distributions -- Key: AVRO-427 URL: https://issues.apache.org/jira/browse/AVRO-427 Project: Avro Issue Type: Improvement Reporter: Doug Cutting We should include a RE

Re: [VOTE] Avro release 1.3.0 (rc 1)

2010-02-22 Thread Patrick Hunt
Doug Cutting wrote: Patrick Hunt wrote: I cannot build on Ubuntu Karmic (with all latest apt patches from canonical applied), avro ruby requires echoe which requires a version of gem (not echoe but gem, see below) not avail on Karmic. This seems like it's going to cause problems for a large n

Re: [VOTE] Avro release 1.3.0 (rc 1)

2010-02-22 Thread Doug Cutting
Patrick Hunt wrote: I cannot build on Ubuntu Karmic (with all latest apt patches from canonical applied), avro ruby requires echoe which requires a version of gem (not echoe but gem, see below) not avail on Karmic. This seems like it's going to cause problems for a large number of users? Hmm.

Re: [VOTE] Avro release 1.3.0 (rc 1)

2010-02-22 Thread Patrick Hunt
-1, one blocker and a number of usability issues I cannot build on Ubuntu Karmic (with all latest apt patches from canonical applied), avro ruby requires echoe which requires a version of gem (not echoe but gem, see below) not avail on Karmic. This seems like it's going to cause problems for a

[jira] Created: (AVRO-426) Releases should include a rubygem

2010-02-22 Thread Ryan King (JIRA)
Releases should include a rubygem - Key: AVRO-426 URL: https://issues.apache.org/jira/browse/AVRO-426 Project: Avro Issue Type: Improvement Components: ruby Reporter: Ryan King

Re: [VOTE] Avro release 1.3.0 (rc 1)

2010-02-22 Thread Doug Cutting
Ryan King wrote: Would it be too late to get rubygems building in for 1.3? We just need a patch that causes the top-level './build.sh dist' to create this in the top-level dist/ directory. I don't think the lack of this should block 1.3.0, but this might be a great thing to include in a 1.3