Skip to content

nebula 3.3.0 installation issues with ARM architecture & Java client #4904

Answered by wey-gu
codegladiator007 asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks @codegladiator007 this was due to the console docker image now is single arch(AMD64), I am working on that vesoft-inc/nebula-console#189 .

Please ignore this error. you could download binary of console yourself from https://github.com/vesoft-inc/nebula-console/releases (if it's an ARM linux go for https://github.com/vesoft-inc/nebula-console/releases/download/v3.3.1/nebula-console-linux-arm64-v3.3.1 )

Then:

chmod +x nebula-console-linux-arm64-v3.3.1

./nebula-console-linux-arm64-v3.3.1 -addr localhost -port 9670 -u root -p nebula -e 'ADD HOSTS "storaged0":9779,"storaged1":9779,"storaged2":9779'

And afterwards you could access console with

./nebula-console-linux-arm64-v3.3.1 -addr l…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Shinji-IkariG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants