wangmiao1002 commented on issue #9129:
URL: 
https://github.com/apache/incubator-doris/issues/9129#issuecomment-1103844775

   > 以下hdfs ha相关配置项缺失。
   > 
   > ```
   >         ("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");
   > ```
   > 
   > 需要想办法把上面的参数传给Doris hive外部表。我们将很快解决这个问题。
   
   To add the above configuration, but it still doesn't work. Please give some 
instructions on how to modify the above errors. The specific logs are as 
follows:
   org.apache.doris.common.UserException: errCode = 2, detailMessage = connect 
failed. hdfs://namesericve1
           at org.apache.doris.qe.Coordinator.getNext(Coordinator.java:806)
           at 
org.apache.doris.qe.StmtExecutor.handleQueryStmt(StmtExecutor.java:960)
           at org.apache.doris.qe.StmtExecutor.execute(StmtExecutor.java:383)
           at org.apache.doris.qe.StmtExecutor.execute(StmtExecutor.java:300)
           at 
org.apache.doris.qe.ConnectProcessor.handleQuery(ConnectProcessor.java:212)
           at 
org.apache.doris.qe.ConnectProcessor.dispatch(ConnectProcessor.java:349)
           at 
org.apache.doris.qe.ConnectProcessor.processOnce(ConnectProcessor.java:538)
           at 
org.apache.doris.mysql.nio.ReadListener.lambda$handleEvent$0(ReadListener.java:50)
           at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at java.lang.Thread.run(Thread.java:748)


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