NetCassandraBeans - plugin detail
Initial support for Cassandra, consisting of a Cassandra cluster browser.

Plugin owner: |
geertjan |
Website: |
blogs.oracle.com/geertjan |
Added: |
2015-07-27 |
License: |
CDDL |
Category: |
Databases |
Downloaded: |
5,453 times |
Rating: |
|
Plugin Log |
Show log
2016-03-17 03:51:55 | geertjan | Plugin edited, id:59444, pubid:59444 | 2016-03-17 03:51:55 | geertjan | Plugin edit initiated | 2016-03-17 03:50:25 | geertjan | Plugin edited, id:59444, pubid:59444 | 2016-03-17 03:50:25 | geertjan | Plugin edit initiated | 2016-03-17 03:49:39 | geertjan | Plugin edited, id:59444, pubid:59444 | 2016-03-17 03:49:39 | geertjan | New full image added | 2016-03-17 03:49:39 | geertjan | New thumbnail image added | 2016-03-17 03:49:38 | geertjan | Plugin edit initiated | 2016-03-17 03:47:52 | geertjan | Binary successfully saved 1458200872_NBCassandra-2.0-SNAPSHOT.nbm, binary_id: 4604, version: 8.1 | 2016-03-17 03:47:52 | geertjan | Binary uploaded successfully - /space/pluginportal-v2/public/data/nbms/NBCassandra-2.0-SNAPSHOT.nbm | 2016-03-17 03:47:52 | geertjan | Uploading new binary for version 8.1 | 2016-03-08 03:51:14 | geertjan | Binary successfully saved 1457427074_NBCassandra-1.0-SNAPSHOT.nbm, binary_id: 4563, version: 8.1 | 2016-03-08 03:51:14 | geertjan | Binary uploaded successfully - /space/pluginportal-v2/public/data/nbms/NBCassandra-1.0-SNAPSHOT.nbm | 2016-03-08 03:51:14 | geertjan | Uploading new binary for version 8.1 | 2015-07-28 03:07:39 | jpirek | Plugin published | 2015-07-27 16:23:41 | geertjan | Plugin saved with .nbm/zip file; id: 59444 |
|
|
Versions available
|
Download size: 4.13 MB
|
Last Update: 2016-03-17
|
What's new in this version
8.1 version of the plugin, which supports Cassandra 3.x, as well as 2.x, puts the Cassandra node under the Databases node, authentication included (thanks Richard Lowery), "Rename" menu item on Cluster node, and icons look better.
Verifications for NetBeans versions
Plugin is not subject to any verification
|
Download size: 3.79 MB
|
Last Update: 2015-07-27
|
What's new in this version
Verifications for NetBeans versions
Plugin is not subject to any verification
Introduction
Start Cassandra 3.x or 2.x externally -- the plugin assumes Cassandra is already started up. After installing this plugin into NetBeans IDE 8.1, open the Services window (Ctrl-5), right-click the Cassandra node, fill in a host, and a port, and then browse the Cluster. Authentication is included, to be used optionally. Double-click a user database to view its values in a table.
|
[ You have to be logged in to be able to comment. ]
User Comments
Java with NbCassandra
I installed correctly the plugin NetCassandraBeans and get access to my cluster in the Services window after lunching the Cassandra node.
The problem is when I try to write my java code and instantiate the cluster using "Cluster cluster;", I still have the error “can not find symbol class Cluster” as likethe plugin is not installed.
Scan Changes
I created a keyspace in cmd and it's not updating the services window in netbeans.
Github repo
https://github.com/GeertjanWielenga/NetCassandraBeans
if someone wants to contribute.
|