dongjoon-hyun commented on pull request #28518:
URL: https://github.com/apache/spark/pull/28518#issuecomment-628222983


   Locally, I verified locally that the master branch fails now.
   ```
   - Run SparkRemoteFileTest using a remote data file *** FAILED ***
     The code passed to eventually never returned normally. Attempted 130 times 
over 2.0064744807499997 minutes. Last failure message: false was not true. 
(KubernetesSuite.scala:370)
   ```
   
   It seems that the test case file is inaccessible now.
   ```
     val REMOTE_PAGE_RANK_DATA_FILE =
       
"https://storage.googleapis.com/spark-k8s-integration-tests/files/pagerank_data.txt";
   ```
   ```
   $ curl 
https://storage.googleapis.com/spark-k8s-integration-tests/files/pagerank_data.txt
   <?xml version='1.0' 
encoding='UTF-8'?><Error><Code>AccessDenied</Code><Message>Access 
denied.</Message><Details>There is an account problem for the requested 
project.</Details></Error>
   ```


----------------------------------------------------------------
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