[jira] [Created] (AVRO-1090) DataFileWriter should expose "sync marker" to allow concurrent writes to same .avro file

2012-05-14 Thread Catalin Alexandru Zamfir (JIRA)
Catalin Alexandru Zamfir created AVRO-1090: -- Summary: DataFileWriter should expose "sync marker" to allow concurrent writes to same .avro file Key: AVRO-1090 URL: https://issues.apache.org/jira/browse/AVR

[jira] [Commented] (AVRO-1090) DataFileWriter should expose "sync marker" to allow concurrent writes to same .avro file

2012-05-14 Thread Catalin Alexandru Zamfir (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13274584#comment-13274584 ] Catalin Alexandru Zamfir commented on AVRO-1090: >From the source-code of D

[jira] [Commented] (AVRO-1090) DataFileWriter should expose "sync marker" to allow concurrent writes to same .avro file

2012-05-14 Thread Catalin Alexandru Zamfir (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13274592#comment-13274592 ] Catalin Alexandru Zamfir commented on AVRO-1090: Also, we're doing objRecor

[jira] [Updated] (AVRO-1090) DataFileWriter should expose "sync marker" to allow concurrent writes to same .avro file

2012-05-14 Thread Catalin Alexandru Zamfir (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Catalin Alexandru Zamfir updated AVRO-1090: --- Description: We're writing to Hadoop via DataFileWriter (FSDataOutputStream).

[jira] [Commented] (AVRO-1090) DataFileWriter should expose "sync marker" to allow concurrent writes to same .avro file

2012-05-15 Thread Catalin Alexandru Zamfir (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13276208#comment-13276208 ] Catalin Alexandru Zamfir commented on AVRO-1090: Thanks Doug! Seems to work

[jira] [Created] (AVRO-1093) DataFileWriter, appendEncoded causes AvroRuntimeException when read back

2012-05-16 Thread Catalin Alexandru Zamfir (JIRA)
Catalin Alexandru Zamfir created AVRO-1093: -- Summary: DataFileWriter, appendEncoded causes AvroRuntimeException when read back Key: AVRO-1093 URL: https://issues.apache.org/jira/browse/AVRO-1093

[jira] [Updated] (AVRO-1093) DataFileWriter, appendEncoded causes AvroRuntimeException when read back

2012-05-16 Thread Catalin Alexandru Zamfir (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Catalin Alexandru Zamfir updated AVRO-1093: --- Description: We're doing this: {code} // Check if (!(objRecord

[jira] [Updated] (AVRO-1093) DataFileWriter, appendEncoded causes AvroRuntimeException when read back

2012-05-16 Thread Catalin Alexandru Zamfir (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Catalin Alexandru Zamfir updated AVRO-1093: --- Affects Version/s: 1.7.0 > DataFileWriter, appendEncoded causes AvroRuntim

[jira] [Commented] (AVRO-1090) DataFileWriter should expose "sync marker" to allow concurrent writes to same .avro file

2012-05-16 Thread Catalin Alexandru Zamfir (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13277605#comment-13277605 ] Catalin Alexandru Zamfir commented on AVRO-1090: Doug, patches are identica

[jira] [Updated] (AVRO-1093) DataFileWriter, appendEncoded causes AvroRuntimeException when read back

2012-05-17 Thread Catalin Alexandru Zamfir (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Catalin Alexandru Zamfir updated AVRO-1093: --- Description: We're doing this: {code} // Check if (!(objRecord

[jira] [Commented] (AVRO-1093) DataFileWriter, appendEncoded causes AvroRuntimeException when read back

2012-05-17 Thread Catalin Alexandru Zamfir (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1329#comment-1329 ] Catalin Alexandru Zamfir commented on AVRO-1093: Close it as invalid please

[jira] [Commented] (AVRO-1090) DataFileWriter should expose "sync marker" to allow concurrent writes to same .avro file

2012-05-17 Thread Catalin Alexandru Zamfir (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13277789#comment-13277789 ] Catalin Alexandru Zamfir commented on AVRO-1090: We were doing the 12B test

[jira] [Commented] (AVRO-1090) DataFileWriter should expose "sync marker" to allow concurrent writes to same .avro file

2012-05-17 Thread Catalin Alexandru Zamfir (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13277867#comment-13277867 ] Catalin Alexandru Zamfir commented on AVRO-1090: We're now catching the Nul

[jira] [Commented] (AVRO-1090) DataFileWriter should expose "sync marker" to allow concurrent writes to same .avro file

2012-05-17 Thread Catalin Alexandru Zamfir (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13278157#comment-13278157 ] Catalin Alexandru Zamfir commented on AVRO-1090: Confirmation: it works. Tr

[jira] [Commented] (AVRO-1090) DataFileWriter should expose "sync marker" to allow concurrent writes to same .avro file

2012-05-25 Thread Catalin Alexandru Zamfir (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13283228#comment-13283228 ] Catalin Alexandru Zamfir commented on AVRO-1090: Thanks! It's been working