Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Pig not working in Talend

Hi all, 
I am working on Pig in Talend. I have just started with basics. I have used tpigLoad,tPigCode and tPigStoreResult,.
But I am facing this issue.
[ERROR]: org.apache.pig.tools.pigstats.mapreduce.MRPigStatsUtil - 1 map reduce job(s) failed!
[statistics] disconnected
[The remote server has closed the connection, if the remote JobServer is 5.x the monitoring port is required, please ensure you the monitoring port configured for host '15.100.76.51' is reachable, else upgrade your JobServer 5.x to 6.x could avoid this issue. on 03/10/2016 at 15:50:09]
[Network connection to JobServer recovered on 03/10/2016 at 15:50:12]
[The remote server has closed the connection, if the remote JobServer is 5.x the monitoring port is required, please ensure you the monitoring port configured for host '15.100.76.51' is reachable, else upgrade your JobServer 5.x to 6.x could avoid this issue. on 03/10/2016 at 15:51:56]
[Network connection to JobServer recovered on 03/10/2016 at 18:03:51]

Any idea on how to resolve this??

Labels (2)
3 Replies
Anonymous
Not applicable
Author

looks like your studio is not able to access the remote job server.
Anonymous
Not applicable
Author

Are you manually able to execute any jobs on hadoop server? Seems something is down on your hadoop server
Anonymous
Not applicable
Author

hey thanks for the help.
I guess there was some network issue connecting with Hadoop cluster.
I am able to load data in pig using Talend.