Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/98
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enable
Github user pwendell commented on the pull request:
https://github.com/apache/spark/pull/98#issuecomment-37134421
@guojc actually on second though I can just add a quick doc.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well
Github user pwendell commented on the pull request:
https://github.com/apache/spark/pull/98#issuecomment-37133850
@guojc I think this looks good. Do you mind adding an entry for this in
`docs/configuration.md`?
---
If your project is set up for it, you can reply to this email and hav
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/98#issuecomment-37058588
All automated tests passed.
Refer to this link for build results:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13050/
---
If your project i
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/98#issuecomment-37058585
Merged build finished.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have t
Github user guojc commented on the pull request:
https://github.com/apache/spark/pull/98#issuecomment-37054016
I'm not sure the behavior of default -1, as in
http://docs.oracle.com/javase/7/docs/api/java/net/URLConnection.html#setReadTimeout%28int%29
says 0 is for infinity. But we do
Github user pwendell commented on the pull request:
https://github.com/apache/spark/pull/98#issuecomment-37052776
@guojc hey I'm wondering - if the default is -1 (unlimited, no timeout)
then why is it removing your task set due to failure? If there is no timeout
then won't it just wai
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/98#issuecomment-37052715
Merged build triggered.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/98#issuecomment-37052716
Merged build started.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have th
Github user aarondav commented on the pull request:
https://github.com/apache/spark/pull/98#issuecomment-37049831
Jenkins, this is ok to test.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have
Github user CodingCat commented on a diff in the pull request:
https://github.com/apache/spark/pull/98#discussion_r10387879
--- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala ---
@@ -278,6 +278,10 @@ private[spark] object Utils extends Logging {
uc = new
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/98#issuecomment-37033983
Can one of the admins verify this patch?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your proje
GitHub user guojc opened a pull request:
https://github.com/apache/spark/pull/98
Add timeout for fetch file
Currently, when fetch a file, the connection's connect timeout
and read timeout is based on the default jvm setting, in this change, I
change it to
use spa
13 matches
Mail list logo