apache / linkis

Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
https://linkis.apache.org/
Apache License 2.0
3.3k stars 1.17k forks source link

run qualitis, spark-entrance error。(执行qulitis,spark-entrance报错) #542

Closed chinaboyll closed 3 years ago

chinaboyll commented 3 years ago

1、when run qualitis, error (当执行qualitis时候,报错) RROR [qtp776011197-86604] impl.OuterExecutionServiceImpl submitRules: I/O error on POST request for "http://10.45.2.133:9001/api/rest_j/v1/entrance/execute": 400 Bad Request; nested exception is com.webank.wedatasphere.qualitis.exception.HttpRestTemplateException: 400 Bad Request 2、Manual submission (手动提交返回) '{"method":"/api/rest_j/v1/entrance/execute","status":1,"message":"requestUri /api/rest_j/v1/entrance/execute need request parameter executeApplicationName","data":{}} 3、look at spark-entrance log(查看spark-entrance日志) ERROR [qtp1024666550-57] com.webank.wedatasphere.linkis.server.restful.RestfulCatchAOP 72 apply - error code(错误码): 20020, error message(错误信息): sender rpc failed com.netflix.client.ClientException: Load balancer does not have available server for client: default. com.webank.wedatasphere.linkis.entrance.exception.EntranceRPCException: errCode: 20020 ,desc: sender rpc failed com.netflix.client.ClientException: Load balancer does not have available server for client: default ,ip: 10.45.2.133 ,port: 9106 ,serviceKind: sparkEntrance 执行报错,不确定哪里出的问题。。

chinaboyll commented 3 years ago

已解决:启动用户为root。正确启动用户为hadoop。