Skip to content

Instantly share code, notes, and snippets.

@danish-rehman
Last active July 5, 2016 09:08
Show Gist options
  • Save danish-rehman/e851498913a1d57fa072e1bd632833ef to your computer and use it in GitHub Desktop.
Save danish-rehman/e851498913a1d57fa072e1bd632833ef to your computer and use it in GitHub Desktop.
Spark : Issues and fixes
ISSUE: ReceiverTracker: Deregistered receiver for stream 0: Restarting receiver with delay
FIX: Whenever the driver stops, this message will be their. Increase the timeout to see if it happend pre-maturely.
ISSUE: Whenever the driver stops, this message will be their.
FIX: Increase the timeout to see if it happend pre-maturely.
ISSUE: Cannot obtain a new communication channel pyspark
FIX: Change localhost to IP as the cluster is unable to reach it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment