Code Monkey home page Code Monkey logo

Comments (3)

ezotrickser avatar ezotrickser commented on August 27, 2024

i have the same problem

from cfn-ps-clickhouse-cluster.

jbeck018 avatar jbeck018 commented on August 27, 2024

FYI, found a fix for this @ezotrickser and @fbahacker21.

You can connect to the clickhouse instance via it's active server using the following:

clickhouse-client --host {Private IP DNS name of ClickHouseNode1} --port 9000 --user default --password {password-created-during-creation}

Note, this doesn't fully fix the issue here. Seems like there should be a way to access everything through the ELB and not through a private IP.

from cfn-ps-clickhouse-cluster.

Luna-LHY avatar Luna-LHY commented on August 27, 2024

Hi, thanks for the feedback.

So for running clickhouse-client command, please run the command by specifying the host clickhouse-client --host <private-ip> and then input username and password. We also provided a Grafana Web Console so you can access in this way.

And for this issue:

When I tried to check the server status I received the following:
[ec2-user@ip-xx-x-xx-xxx ~]$ service clickhouse-server status
Redirecting to /bin/systemctl status clickhouse-server.service
Unit clickhouse-server.service could not be found.

Please make sure that you are running service clickhouse-server status command on the clickhouse server instance, not the ClickHouseAdminClient instance. clickhouse-server runs only on the clickhouse server instance.

from cfn-ps-clickhouse-cluster.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.