spark-instrumented-optimizer/core
Matei Zaharia 743a31a7ca Merge pull request #210 from haitaoyao/http-timeout
add http timeout for httpbroadcast

While pulling task bytecode from HttpBroadcast server, there's no timeout value set. This may cause spark executor code hang and other task in the same executor process wait for the lock. I have encountered the issue in my cluster. Here's the stacktrace I captured  : https://gist.github.com/haitaoyao/7655830

So add a time out value to ensure the task fail fast.
2013-11-27 18:24:39 -08:00
..
src Merge pull request #210 from haitaoyao/http-timeout 2013-11-27 18:24:39 -08:00
pom.xml Add graphite sink for metrics 2013-11-08 16:36:03 -08:00