Help!Ratis group Dir on disk tmp does not match with RaftGroupIDbf265839-605b-3f16-9796-c5ba1605619e generated from service id omServiceIdDefault. Looks like there is a change to ozone.om.service.ids value after the cluster is setup. Currently change to this value is not supported. #7353
Replies: 1 comment
-
Please check https://cwiki.apache.org/confluence/display/OZONE/Single+Node+Deployment |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
救命!
我手动搭建ozone(V1.4.0) standolone模式搭建了一天了还一个问题总是解决不了:
Help!
I have been manually setting up the ozone (v1.4.0) standoff mode for a day, but there is still one problem that cannot be solved:
java.io.IOException: Ratis group Dir on disk tmp does not match with RaftGroupIDbf265839-605b-3f16-9796-c5ba1605619e generated from service id omServiceIdDefault. Looks like there is a change to ozone.om.service.ids value after the cluster is setup. Currently change to this value is not supported.
at org.apache.hadoop.ozone.om.OzoneManager.initializeRatisDirs(OzoneManager.java:1476)
at org.apache.hadoop.ozone.om.OzoneManager.(OzoneManager.java:697)
at org.apache.hadoop.ozone.om.OzoneManager.createOm(OzoneManager.java:771)
at org.apache.hadoop.ozone.om.OzoneManagerStarter$OMStarterHelper.start(OzoneManagerStarter.java:189)
at org.apache.hadoop.ozone.om.OzoneManagerStarter.startOm(OzoneManagerStarter.java:86)
at org.apache.hadoop.ozone.om.OzoneManagerStarter.call(OzoneManagerStarter.java:74)
at org.apache.hadoop.hdds.cli.GenericCli.call(GenericCli.java:38)
at picocli.CommandLine.executeUserObject(CommandLine.java:2041)
at picocli.CommandLine.access$1500(CommandLine.java:148)
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2453)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2415)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273)
at picocli.CommandLine$RunLast.execute(CommandLine.java:2417)
at picocli.CommandLine.execute(CommandLine.java:2170)
at org.apache.hadoop.hdds.cli.GenericCli.execute(GenericCli.java:100)
at org.apache.hadoop.hdds.cli.GenericCli.run(GenericCli.java:91)
at org.apache.hadoop.ozone.om.OzoneManagerStarter.main(OzoneManagerStarter.java:58)
2024-10-24 21:21:38,960 [shutdown-hook-0] INFO org.apache.hadoop.ozone.om.OzoneManagerStarter: SHUTDOWN_MSG:
我的ozone-site.xml内容为:
The content of ozone-site.xml is:
ozone的单机模式搭建资料太少了;由于环境限制,docket等模式无法使用,所以才使用单机部署。
There are too few materials for building the standalone mode of Ozone; Due to environmental limitations, modes such as docket cannot be used。Making it too difficult to get started.
Beta Was this translation helpful? Give feedback.
All reactions