GitHub user zsxwing opened a pull request:

    https://github.com/apache/spark/pull/21382

    [SPARK-24332][SS][MESOS]Fix places reading 'spark.network.timeout' as 
milliseconds

    ## What changes were proposed in this pull request?
    
    This PR replaces `getTimeAsMs` with `getTimeAsSeconds` to fix the issue 
that reading "spark.network.timeout" using a wrong time unit when the user 
doesn't specify a time out.
    
    ## How was this patch tested?
    
    Jenkins


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zsxwing/spark fix-network-timeout-conf

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/21382.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #21382
    
----
commit 145dd3b2a7a696d13c0d6286029f0ae47ba96d3b
Author: Shixiong Zhu <zsxwing@...>
Date:   2018-05-21T16:34:48Z

    Fix places reading 'spark.network.timeout' as milliseconds

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to