Re: 答复: hdfs write partially

2014-04-28 Thread Harsh J
You do not need to alter the packet size to write files - why do you think you need larger packets than the default one? On Mon, Apr 28, 2014 at 4:04 PM, wrote: > Hi Harsh, > > > > I’m using HDFS client to write GZIP compressed files, I want to write once a > file, in order to not uncompressing

答复: hdfs write partially

2014-04-28 Thread tdhkx
Hi Harsh, I’m using HDFS client to write GZIP compressed files, I want to write once a file, in order to not uncompressing it. So I should make every write completely, otherwise file will corrupted. I’m raising up the client’s write packet size to avoid partially write. But it doesn’t work, s