-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to run wordCountExample #70
Comments
I'm not sure where it is being applied but the WebApi implicit val ShortTimeout of 3 seconds is what is timing out, while waiting for local context creation (which takes about 5 seconds). Increasing it to 10 seconds allows enough time for the context to be created and the job to be launched. There is no indication of the timeout in the log while the local context is being created. Instead, the context is left waiting; subsequently launching the same job in that context succeeds with the context being closed after job completion. The timeout value should be configurable and the timeout should be logged. |
Agreed with both. On Thu, Nov 20, 2014 at 5:33 AM, David Resnick [email protected]
The fruit of silence is prayer; |
I'm facing the same issue. Also asked on google group : Any updates? |
I get the following error when trying to run the wordCount example :
And here is the log
The text was updated successfully, but these errors were encountered: