[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
courses:mapreduce-tutorial:if-things-go-wrong [2012/02/05 21:45]
straka
courses:mapreduce-tutorial:if-things-go-wrong [2012/02/06 13:49]
straka
Line 1: Line 1:
 ====== MapReduce Tutorial : If things go wrong ====== ====== MapReduce Tutorial : If things go wrong ======
 +
 +A lot can go wrong in the process of submitting and running Hadoop job:
 +  * ''Hadoop::Runner.pm'' module not found: The Perl Hadoop package is not configured, see [[.:step-1|Setting the environment]].
 +  * ''ipc.Client: Retrying connect to server: IP_ADDRESS:PORT. Already tried ? time(s)'': The jobtracker cannot be contacted. If using ''-jt jobtracker:port'' flag, check, that the jobtracker address is correct.
 +

[ Back to the navigation ] [ Back to the content ]