attilapiros commented on pull request #31935:
URL: https://github.com/apache/spark/pull/31935#issuecomment-804694195


   The failure was because Jetty has chosen the loopback device to bind to:
   `--conf spark.files -> http://127.0.1.1:39871/data/mllib/pagerank_data.txt`.
   
   On my machine this was not the case:
   `--conf spark.files=http://192.168.0.199:52413/data/mllib/pagerank_data.txt`.
   
   In the `Utils` I have seen some solution for this problem I will try to use 
that one.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to