Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/23114
  
    @attilapiros .  I followed the verification steps in the PR description, 
but I cannot reproduce this issue at Spark 2.4.0 and 2.3.2 History Server. I'm 
using Mac like the following. Is there something I missed?
    
    ```
    $ ls -alh cookie
    -rw-r--r--  1 dongjoon  staff   9.3K Nov 21 22:19 cookie
    
    $ curl --version
    curl 7.62.0 (x86_64-apple-darwin18.0.0) libcurl/7.62.0 SecureTransport 
zlib/1.2.11
    Release-Date: 2018-10-31
    Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 
pop3s rtsp smb smbs smtp smtps telnet tftp
    Features: AsynchDNS IPv6 Largefile NTLM NTLM_WB SSL libz UnixSockets
    ```
    
    **Apache Spark 2.4.0**
    ```
    $ curl --cookie cookie http://localhost:18080 | grep version
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                     Dload  Upload   Total   Spent    Left  
Speed
    100  3165  100  3165    0     0  30728      0 --:--:-- --:--:-- --:--:-- 
31029
                      <span class="version" style="margin-right: 
15px;">2.4.0</span>
    
    $ curl  -H cookie http://localhost:18080 | grep version
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                     Dload  Upload   Total   Spent    Left  
Speed
    100  3165  100  3165    0     0   343k      0 --:--:-- --:--:-- --:--:--  
343k
                      <span class="version" style="margin-right: 
15px;">2.4.0</span>
    ```
    
    **Apache Spark 2.3.2**
    ```
    $ curl  -H cookie http://localhost:18080 | grep version
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                     Dload  Upload   Total   Spent    Left  
Speed
    100  3082  100  3082    0     0   752k      0 --:--:-- --:--:-- --:--:-- 
1003k
                      <span class="version" style="margin-right: 
15px;">2.3.2</span>
    
    $ curl --cookie cookie http://localhost:18080 | grep version
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                     Dload  Upload   Total   Spent    Left  
Speed
    100  3082  100  3082    0     0  1003k      0 --:--:-- --:--:-- --:--:-- 
1003k
                      <span class="version" style="margin-right: 
15px;">2.3.2</span>
    ```


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to