Re: Is it possible to append to an already existing avro file

2013-02-07 Thread Michael Malak
output streams to let Avro take it as > append-able? > I don't think its possible for Avro to carry it since Avro > (core) does > not reverse-depend on Hadoop. Should we document it > somewhere though? > Do you have any ideas on the best place to do that? > > On Thu,

Re: Is it possible to append to an already existing avro file

2013-02-06 Thread Michael Malak
en in > the API: > http://hadoop.apache.org/docs/current/api/org/apache/hadoop/fs/FSDataOutputStream.html. > > Here's a sample program that works on Hadoop 2.x in my > tests: > https://gist.github.com/QwertyManiac/4724582 > > On Wed, Feb 6, 2013 at 9:00 AM, Michael Malak

Re: Is it possible to append to an already existing avro file

2013-02-05 Thread Michael Malak
, not on > any changes in Avro. > > http://hadoop.apache.org/docs/current/api/org/apache/hadoop/fs/FileSystem.html#append(org.apache.hadoop.fs.Path) > > I have no recent personal experience with append in > HDFS.  Does anyone > else here? > > Doug > > On Tue, Fe

Re: Is it possible to append to an already existing avro file

2013-02-05 Thread Michael Malak
t; Should we close that issue as "fixed"? > > Doug > > On Fri, Feb 1, 2013 at 11:32 AM, Michael Malak > wrote: > > Was a JIRA ticket ever created regarding appending to > an existing Avro file on HDFS? > > > > What is the status of such a capability, a year o

Re: Is it possible to append to an already existing avro file

2013-02-01 Thread Michael Malak
Was a JIRA ticket ever created regarding appending to an existing Avro file on HDFS? What is the status of such a capability, a year out from when the issue below was raised? On Wed, 22 Feb 2012 10:57:48 +0100, "Vyacheslav Zholudev" wrote: > Thanks for your reply, I suspected this. > > I wi