LookupFileSet size issue..

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
kura
Participant
Posts: 21
Joined: Sat Mar 20, 2004 3:43 pm

LookupFileSet size issue..

Post by kura »

hi ,

I am trying to create a LkP Fs..with about 21 million records..each of 36 bytes ..and my Job aborts saying that it has ran out of space after inserting 14 million records..now the resource space has about 254 GB free..

..the exact error msg is :

lkpfsWFccsiCISLPIDxref,0: Could not map table file "/opt/etl/staging/mad/resource/dataset/dataset1/lookuptable.20040923.cgqqvoa (size 1238384552 bytes)": Not enough space.

..any ideas ??

Thanks
chaitanyavm
Participant
Posts: 8
Joined: Fri Apr 09, 2004 7:06 pm

Post by chaitanyavm »

Hi Kura,

You may be exceeding the file size limitation on the OS. Find out the max file size on your OS. Then divide that by the size of records and that will give you the size of the max file size. You may have to partiition the job as well. So that the file is within the OS limit.

Thanks
Chaitanya
kura
Participant
Posts: 21
Joined: Sat Mar 20, 2004 3:43 pm

Post by kura »

Hi,

Actually, it is not we could create dataset of size more 5GB. That too on each node.

Vijay
pavankvk
Participant
Posts: 202
Joined: Thu Dec 04, 2003 7:54 am

Post by pavankvk »

check the ulimit size for the user who runs this job..also when u r handling that much data..it is advised to use a join instead of look up..look up doesnt give u performance..take it for granted
Post Reply