Avro PHP library

2010-08-24 Thread Michael Glaesemann
Hello! I've developed a PHP library for Avro against the Avro 1.3.3 spec as part of using Avro at myYearbook.com. It's based on the Python and Ruby libraries. Current functionality includes schema parsing, Avro data file and string IO. I'm working on IPC and protocol support but those pieces

[jira] Updated: (AVRO-614) Improve Trace frontend UI

2010-08-24 Thread Patrick Wendell (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Wendell updated AVRO-614: - Attachment: AVRO-614.patch.v1 Here is a patch that adds basic graphs to the tracing view.

Re: Avro PHP library

2010-08-24 Thread Michael Glaesemann
On Aug 24, 2010, at 12:41 , Philip Zeyliger wrote: Hi Michael, That's great. https://cwiki.apache.org/AVRO/how-to-contribute.html explains the process of how to contribute. In short, you create an issue on issues.apache.org/jira/browse/AVRO and contribute your implementation there.

Review Request: AVRO-614: Improve Trace frontend UI

2010-08-24 Thread Patrick Wendell
--- This is an automatically generated e-mail. To reply, visit: http://review.cloudera.org/r/716/ --- Review request for Avro and Philip Zeyliger. Summary --- Improves frontend

[jira] Created: (AVRO-625) RPC: permit out-of-order responses

2010-08-24 Thread Doug Cutting (JIRA)
RPC: permit out-of-order responses -- Key: AVRO-625 URL: https://issues.apache.org/jira/browse/AVRO-625 Project: Avro Issue Type: New Feature Components: java, spec Reporter: Doug

[jira] Commented: (AVRO-625) RPC: permit out-of-order responses

2010-08-24 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902049#action_12902049 ] Doug Cutting commented on AVRO-625: --- I think it is possible to implement this as an

[jira] Updated: (AVRO-319) Replace Forrest for documentation generation

2010-08-24 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-319: -- Fix Version/s: (was: 1.4.0) Priority: Major (was: Blocker) This should not block the 1.4.0

Re: 1.4.0 release soon?

2010-08-24 Thread Matt Massie
+1 on prior to branching 1.4, revert trunk/lang/c to branch-1.3/lang/c. Is it possible to make the current trunk a devel branch before reverting for Bruce and I to finish up the work and merge into 1.4 later? -- Matt *Hadoop World 2010 -- October 12 | New York -- **Register

[jira] Updated: (AVRO-86) NullPointerException when using reflection to create a schema for a class without a package.

2010-08-24 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-86: - Attachment: AVRO-86.patch Here's an updated patch with a test. NullPointerException when using reflection

[jira] Updated: (AVRO-86) NullPointerException when using reflection to create a schema for a class without a package.

2010-08-24 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-86: - Status: Patch Available (was: Open) NullPointerException when using reflection to create a schema for a

Re: 1.4.0 release soon?

2010-08-24 Thread Doug Cutting
On 08/24/2010 01:29 PM, Matt Massie wrote: Is it possible to make the current trunk a devel branch before reverting for Bruce and I to finish up the work and merge into 1.4 later? It's possible to do this anytime. All that someone would need to do is: svn up -r '{2010-08-23}' svn cp .

[jira] Updated: (AVRO-597) Avro should be usable from JDK 1.5 programs

2010-08-24 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-597: -- Status: Open (was: Patch Available) Fix Version/s: (was: 1.4.0) Do we want to set the

[jira] Resolved: (AVRO-541) Java: TestDataFileConcat sometimes fails

2010-08-24 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting resolved AVRO-541. --- Hadoop Flags: [Reviewed] Resolution: Fixed I just committed this. Thanks, Scott! Java:

Re: 1.4.0 release soon?

2010-08-24 Thread Doug Cutting
Unless I hear objections, tomorrow I will: - commit AVRO-86 and AVRO-598 - revert lang/c to 1.3, re-opening C jiras fixed since 1.3 - start trying to roll a 1.4.0 release candidate If there are any issues that you feel must be in 1.4.0, please mark them as blockers. Thanks, Doug On

Re: 1.4.0 release soon?

2010-08-24 Thread Jeff Hodges
We've got a new bug in the ruby side that needs a review. Just found today. On Tue, Aug 24, 2010 at 3:00 PM, Doug Cutting cutt...@apache.org wrote: On 08/24/2010 02:27 PM, Doug Cutting wrote: Unless I hear objections, tomorrow I will: - commit AVRO-86 and AVRO-598 - revert lang/c to 1.3,

[jira] Commented: (AVRO-86) NullPointerException when using reflection to create a schema for a class without a package.

2010-08-24 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902283#action_12902283 ] Thiruvalluvan M. G. commented on AVRO-86: - +1 The patch looks good to me, too.