hadoop - Is there HDFS Positional write similar to hdfsPread? -


i wanted store file in hdfs through c now, includes positional write. there possible way that.(i cannot use column oriented database hbase that)

thanks in advance

the output stream hdfs uses, dfsoutputstream, has methods writing particular positions. in following method it's offset.

protected synchronized void writechunk(byte[] b, int offset, int len, byte[] checksum) 

the same holds true dfsinputstreams, have seek capability.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -