I have a join + leftOuterJoin + reduceByKey. the join operation worked but the left outer join failed.
There are million log lines and when i did this ~ dvasthimal$ cat ~/Desktop/errors | grep " ERROR " | grep -v "client.TransportResponseHandler" | grep -v "shuffle.RetryingBlockFetcher" | grep -v "storage.ShuffleBlockFetcherIterator" | grep -v "shuffle.OneForOneBlockFetcher" | grep -v "server.TransportChannelHandler" | grep -v "executor.CoarseGrainedExecutorBackend" | grep -v "server.TransportRequestHandler" | grep -v "cluster.YarnClusterScheduler" 15/06/29 14:11:57 ERROR yarn.ApplicationMaster: RECEIVED SIGNAL 15: SIGTERM LM-SJL-00877532:~ dvasthimal$ I could not find any application specific error but the above kinds of the errors. Spark version 1.4.0 How do i go from here ? -- Deepak