You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/03/23 07:51:23 UTC

[GitHub] [spark] attilapiros commented on pull request #31935: [WIP][SPARK-34789][TEST] Introduce Jetty based construct for integration tests where HTTP server is used

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:
users@infra.apache.org



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