You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/05/24 11:55:13 UTC

[GitHub] [iceberg] wuwenchi opened a new pull request, #4853: Flink: modify table location

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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue merged pull request #4853: Flink: Modify Table Location Strings in Tests to Fix Local Test Failures

Posted by GitBox <gi...@apache.org>.
rdblue merged PR #4853:
URL: https://github.com/apache/iceberg/pull/4853


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] kbendick commented on pull request #4853: Flink: modify table location

Posted by GitBox <gi...@apache.org>.
kbendick commented on PR #4853:
URL: https://github.com/apache/iceberg/pull/4853#issuecomment-1139109541

   You might want to rename this PR to `Flink - Modify Table Locations in Test to Fix Local Test Failures`.
   
   You'll probably get more eyes that way 👍  cc @wuwenchi


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] wuwenchi commented on pull request #4853: Flink: Modify Table Location Strings in Tests to Fix Local Test Failures

Posted by GitBox <gi...@apache.org>.
wuwenchi commented on PR #4853:
URL: https://github.com/apache/iceberg/pull/4853#issuecomment-1139199783

   @kbendick Great! More understandable!


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue commented on pull request #4853: Flink: Modify Table Location Strings in Tests to Fix Local Test Failures

Posted by GitBox <gi...@apache.org>.
rdblue commented on PR #4853:
URL: https://github.com/apache/iceberg/pull/4853#issuecomment-1139770214

   Thanks, @wuwenchi!


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] wuwenchi commented on pull request #4853: Flink: modify table location

Posted by GitBox <gi...@apache.org>.
wuwenchi commented on PR #4853:
URL: https://github.com/apache/iceberg/pull/4853#issuecomment-1136676402

   @openinx can you review it? thx!


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org