You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/04/20 09:34:22 UTC

[GitHub] [incubator-doris] Jibing-Li commented on issue #9129: Hadoop high availability is currently not supported[Bug]

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

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


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