Jibing-Li commented on issue #9129:
URL: 
https://github.com/apache/incubator-doris/issues/9129#issuecomment-1103704219

   The following hdfs ha related configuration items are missing.
   ```
           ("dfs.nameservices", "hacluster");
           ("dfs.ha.namenodes.hacluster", "3,4");
           ("dfs.namenode.rpc-address.hacluster.3", "192.168.0.93:8020");
           ("dfs.namenode.rpc-address.hacluster.4", "192.168.0.189:8020");
           ("dfs.client.failover.proxy.provider.hacluster", 
"org.apache.hadoop.hdfs.server.namenode.ha.ConfiguredFailoverProxyProvider");
   ```
   Need to find a way to pass the above parameters to Doris hive external 
table. We will fix this very soon.


-- 
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...@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to