Page 1 of 1

Output file full

Posted: Sun Jan 21, 2007 9:38 am
by anu123
Helo all,

I am trying to full outer join 2 seq. files ( each contains approx. 30 mil. rows ). My job looks as below..

File_2
|
|
file_1------Join -- Trans-----Seq.File.

Job is getting aborted with following errors...


Copy_of_Merge_file,0: Export failed.

Copy_of_Merge_file,0: Output file full

Copy_of_Merge_file,0: Failure during execution of operator logic.

Copy_of_Merge_file,0: Fatal Error: No file descriptor was supplied.
node_apsp8014B: Player 5 terminated unexpectedly.
main_program: Unexpected exit status 1


I tried to search with 'output file full' but could not find any relevent post.

Posted: Sun Jan 21, 2007 10:56 am
by DSguru2B
I did an exact search on 'output file full' and it returned me 8 posts. Try searching again.
The error is pretty much what it says, your output file is full. Your hitting the 2GB limit. Its, but, obvious. A full outer join of 30M to 30M. :?

Posted: Sun Jan 21, 2007 10:02 pm
by kumar_s
Do a search on 'output file full' and Exact match. Check for disck space usage of target directory and temp directory as well.