Re: IOException reading a large file

2015-05-09 Thread Robert Metzger
The error is coming directly from the JVM. Reading that file without Flink would probably lead to the same error. Maybe there is a hardware or operating system error. On Sat, May 9, 2015 at 9:12 AM, Flavio Pompermaier wrote: > Probably this is a real disk error, I had an i/o error also copying t

Re: IOException reading a large file

2015-05-09 Thread Flavio Pompermaier
Probably this is a real disk error, I had an i/o error also copying that file in another location..I hope my disk is not dying.. On Sat, May 9, 2015 at 8:46 AM, Flavio Pompermaier wrote: > Hi to all, > I'm trying to read a big file from my local fs, splitting it into two > everything is fine, in

IOException reading a large file

2015-05-08 Thread Flavio Pompermaier
Hi to all, I'm trying to read a big file from my local fs, splitting it into two everything is fine, instead, reading it all at once I get this error> java.io.IOException: Error of input/output at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(FileInputStream.java