|
|
+
Robert Molina 2012-12-19, 18:28
-
Re: Encrypted Shuffle HelpRobert Molina 2012-12-19, 18:51
Hi Ryan,
Sorry overlooked that you were running Teragen which doesn't execute a shuffle, hence it's not getting the error. So initial thoughts of issue being specific to mapreduce program shouldn't be the case. Regards, Robert On Wed, Dec 19, 2012 at 10:28 AM, Robert Molina <[EMAIL PROTECTED]>wrote: > Hi Ryan, > Interesting one mapreduce program works vs. the other which seems to point > that the error is specific to the mapreduce program. What happens if you > try the wordcount example? > > Regards, > Robert > > > On Thu, Dec 13, 2012 at 6:38 AM, Ryan Garvey <[EMAIL PROTECTED]> wrote: > >> at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174) >> at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:136) >> at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1806) >> at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:986) >> at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1170) >> at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1197) >> at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1181) >> at org.mortbay.jetty.security.SslSocketConnector$SslConnection.run(SslSocketConnector.java:708) >> at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) >> >> > |