You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by John Lilley <jo...@redpoint.net> on 2013/10/15 20:59:28 UTC

FSDataOutputStream ByteBuffer write

In the Hadoop 2.1 docs, I see there is a read(ByteBuffer) call in FSDataInputStream, but I don't see a write(ByteBuffer) call documented for FSDataOutputStream.  Is there a (fast) way to write a ByteBuffer to HDFS files?
Thanks
John