wuwenchi opened a new pull request, #4853:
URL: https://github.com/apache/iceberg/pull/4853

   In the original code, the path is directly written 
`'location'='/tmp/location'` , and hdfs will access the local port 9000.
   However, in general, hadoop is not installed during local testing, which 
causes the connection port to fail and the test case to report an error. 
   So, I modified the path to store it on disk 
`'location'='file:///tmp/location'` , which is more convenient for local 
testing.


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

To unsubscribe, e-mail: [email protected]

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