Re: FileSystem Closed.

2012-07-26 Thread 안의건
eted, or the tmp path >> > exception is occurred. >> > >> > Is there any hadoop configuration I'm missing? >> > >> > Thank you >> > >> > [stderr logs] >> > org.apache.hadoop.hive.ql.metadata.HiveException: java.io.IOException:

Re: FileSystem Closed.

2012-07-10 Thread Harsh J
n I'm missing? > > Thank you > > [stderr logs] > org.apache.hadoop.hive.ql.metadata.HiveException: java.io.IOException: > Filesystem closed > at > org.apache.hadoop.hive.ql.exec.FileSinkOperator.createBucketFiles(FileSinkOperator.java:454) > at > org.apa

FileSystem Closed.

2012-07-10 Thread 안의건
ion is occurred. Is there any hadoop configuration I'm missing? Thank you [stderr logs] org.apache.hadoop.hive.ql.metadata.HiveException: java.io.IOException: Filesystem closed at org.apache.hadoop.hive.ql.exec.FileSinkOperator.createBucketFiles(FileSinkO

Re: FileSystem closed

2011-09-30 Thread Steve Loughran
On 29/09/2011 18:02, Joey Echeverria wrote: Do you close your FileSystem instances at all? IIRC, the FileSystem instance you use is a singleton and if you close it once, it's closed for everybody. My guess is you close it in your cleanup method and you have JVM reuse turned on. I've hit this i

Re: FileSystem closed

2011-09-29 Thread Uma Maheswara Rao G 72686
} I think, here some your files uri and schems are same and got the same fs object. When it closes first one, diffenitely other will get this exception. Regards, Uma - Original Message - From: Joey Echeverria Date: Thursday, September 29, 2011 10:34 pm Subject: Re: FileSystem close

Re: FileSystem closed

2011-09-29 Thread Joey Echeverria
wrote: > Hello, > >  I'm running 100 mappers sequentially on a single machine, where each > mapper opens 100 files at the beginning then read one by one sequentially > and closes after each one is done. After executing 6 mappers, the 7th gives > this error: > > java

Re: what does it mean -- java.io.IOException: Filesystem closed

2010-11-03 Thread Sudhir Vallamkondu
> To: > Subject: what does it mean -- java.io.IOException: Filesystem closed > > Hi , > Running jadoop job from time to time I got such exception (from one of the > reducers): > > The questions are : > 1) What does this exception means for the data integrity? > 2) Do

Re: what does it mean -- java.io.IOException: Filesystem closed

2010-11-02 Thread Jianwu Wang
cause for such exception? java.io.IOException: Filesystem closed at org.apache.hadoop.hdfs.DFSClient.checkOpen(DFSClient.java:222) at org.apache.hadoop.hdfs.DFSClient.access$600(DFSClient.java:66) at org.apache.hadoop.hdfs.DFSClient$DFSOutputStream.writeChunk(DFSClient.java:2948) at

what does it mean -- java.io.IOException: Filesystem closed

2010-11-02 Thread Oleg Ruchovets
exception? java.io.IOException: Filesystem closed at org.apache.hadoop.hdfs.DFSClient.checkOpen(DFSClient.java:222) at org.apache.hadoop.hdfs.DFSClient.access$600(DFSClient.java:66) at org.apache.hadoop.hdfs.DFSClient$DFSOutputStream.writeChunk(DFSClient.java:2948) at