IsisPolei commented on issue #6720:
URL: https://github.com/apache/hudi/issues/6720#issuecomment-1254466665

   I think the main reason of this problem is that my app(where 
SparkRDDWriteClient process hudi data) and the spark cluster which 
SparkRDDWriteClient connected are deployed in different local machine. When 
both docker containers run in the same host machine everything work well since 
the containers can connect to each other with docker bridge network(As the hudi 
docker demo is also one of this scenario). So i'm trying to find out how 
exactly hudi and spark connect to each other during this process. First i 
thought if the HoodieSparkEngineContext init successfully the connection part 
is over. Apparently there is something more. For example the timeline server 
and remoteFilySystemView also should be reachable because the application will 
be running in the spark worker node. 


-- 
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: commits-unsubscr...@hudi.apache.org

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

Reply via email to