Page 1 of 1

Job Gets hanged or running slow

Posted: Wed Sep 26, 2012 10:50 pm
by jpraveen
Hi ,

My DS job gets frequently hanged and sometimes it run very slow rather than expected time.

The job is reading 8 xml files and loading data in Teradata Table.

--8 xml files---Funnel--- Tfm--- TD table---

and it is using 8 node config file and the data is approximately 14940000 records and it takes 2 hours to complete(regularly it should be completed in 1 hour)

Posted: Thu Sep 27, 2012 3:59 am
by ray.wurlod
So what's your question?

Job Gets frequently hanged

Posted: Thu Sep 27, 2012 10:21 am
by jpraveen
I mean what are the scenarios that my job is getting Hanged,
i asked my Network team and Unix team and they said there is no critical issues seen while thie job is running.

and its get hanged after importing 95% of data from xml files

Posted: Mon Oct 01, 2012 8:43 am
by pnpmarques
XML stages are tipically heavy in my project. Despite this, they dont' take hours to run.
Identify in your log entries which step is taking longer, for example, did you find any log entry with "Requesting delayed metadata"?

Job Gets frequently hanged

Posted: Wed Oct 03, 2012 4:34 am
by rohitagarwal15
Also please check with your database team also if there is any issue in table or database level at the time of loading data in the table.

Posted: Thu Oct 04, 2012 5:57 pm
by PaulVL
Look at the partitioning of the data. Is each of the 8 partitions getting data or just one?

That can greatly affect your speed.

Posted: Thu Oct 04, 2012 10:01 pm
by XRAY
would you try to check the time for

--8 xml files---Funnel--- Tfm--Copy stage

alone ?

If this job run fast, that has prove issue in db stage