I am Net beans user and I am forbidden to use any other database except Cassandra so I install it simply from an open source. But it did not ask me for any username or password while installing Cassandra(So I do not its username and password) but Net beans always ask password and username to connect it to any data base(Like Cassandra & Oracle). & I do not know the Username & password for Cassandra... can you help me how to find Username and password for Cassandra And Net beans connector to Cassandra if any. Or steps for how to connect Net beans & Cassandra.
相关问题
- What version of Java does Cassandra 3 require
- Step by step instructions for getting cppunit up a
- org.jdesktop.application package doesn't exist
- Filter from Cassandra table by RDD values
- Don't want netbeans debugger to go to disassem
相关文章
- Cassandra Read a negative frame size
- Java: Look and Feel
- C++ compiler error in netbeans
- How does cassandra split keyspace data when multip
- How does Cassandra scale horizontally ?
- How to escape @ sign inside JSDoc comments in NetB
- php: auto indent the whole code?
- Create src/test/resources in Maven Netbeans 8.x wi
By default, Cassandra defaults to no authentication and no authorization.
In your Cassandra installation, open
cassandra.yaml
inconf
folder and set:Restart your Cassandra server. (
nodetool stopdaemon
can be used to stop)After that you should be able to login with: Username:
cassandra
and Password:cassandra
More information about creating users can be found here: How do you create the first user in Cassandra DB
Coming to using Cassandra in Netbeans, you can use this plugin, you need to install it manually.
http://plugins.netbeans.org/plugin/59444