Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running pillar command line get "All host(s) tried for query failed" error #25

Open
arvindclement opened this issue Nov 7, 2017 · 0 comments

Comments

@arvindclement
Copy link

Hey Guys we looking to implement pillar so built the rpm and installed it but when I try to initialize it against my cluster I get the below error
pillar -e dev initialize <my_keyspace_name>
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
All host(s) tried for query failed (tried: 10.102.92.220:9042 (null))

conf file is given below

This file is used in development and test. It is included in the distribution as an example.

pillar.<my_keyspace_name> {
dev {
cassandra-seed-address: "10.102.92.220"
cassandra-keyspace-name: "my_keyspace_name"
auth {
username: cassandra
password: cassandra
}

}

am I missing something? Any help would be great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant