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

使用HDP集群时,查看队列管理器报错 #486

Closed Vinsmoke66 closed 4 years ago

Vinsmoke66 commented 4 years ago

Describe the bug error code(错误码):11006, error message(错误信息): Get the Yarn queue information exception.(获取Yarn队列信息异常).

image

linkis-resourcemanager报错: image

Caused by: java.lang.ClassCastException: org.json4s.JsonAST$JDouble cannot be cast to org.json4s,JsonAST$JDecimal

解决办法: package com.webank.wedatasphere.linkis.resourcemanager.utils YarnUtils里第136行的报错那里,有两个JDecimal,需要改成JDouble,重新打包上传替换linkis-resourcemanager-server.jar,重启linkis-resourcemanager

peacewong commented 4 years ago

已经修改好的包,链接:https://pan.baidu.com/s/1j2PKX1h5jKCVZ_Ak5Xylzg 提取码:b8s3

bobzhangfw commented 3 years ago

有效果。解决困扰一周的问题了。