Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
12-07-2014, 12:13 PM
|
#1
|
LQ Newbie
Registered: Aug 2014
Posts: 20
Rep:
|
Cassandra installation
I have downloded cassendra and unzip and untared the folder.
in online installation notes it is written that
"set filesystem paths in conf/cassandra.yaml and conf/log4j-server.properties"
"Start Cassandra by invoking bin/cassandra -f on the command line in the directory where Cassandra was unpacked. Read output to check that Cassandra started successfully."
I tried to invike cassandra using "bash"(bash cassandra -f) command as instructed.
but it dosent say the cassandra is started successfully.
I am pretty new to linux
Please help
Thanks in advance.
|
|
|
12-07-2014, 01:23 PM
|
#2
|
LQ Guru
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465
Rep:
|
You give us very little information which makes it difficult to offer any help. What distro are you using? For example if you're using Debian then you can follow the instructions found here. There may well be a package for your distro.
jdk
|
|
|
12-07-2014, 03:27 PM
|
#4
|
LQ Guru
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 11,162
|
If you might be referring to an early release of Linux Mint Cassandra, it has not been supported for 6 years so hopefully that's not it.
|
|
|
12-08-2014, 03:34 AM
|
#5
|
LQ Newbie
Registered: Aug 2014
Posts: 20
Original Poster
Rep:
|
sorry for giving u such a little information.
What i m trying to do is tieing Cassandra with Titan the grapg database.
I am not using any other software or any distro(in fact I dont know what a distro means. but I would like to know it)
I already installed Titan graph DB and want to make it distributed. so as per recomendation I am using Cassandra.
I have downloded latest cassandra(2.1.2). titan graphdb is 5.something
my machine has 4 gb ram.
first I will try on my machine and then I will go for cluster implementation.
Here are somee last line when I am trying to run cassandra
INFO 09:34:22 Pool Name Active Pending Completed Blocked All Time Blocked
INFO 09:34:22 CounterMutationStage 0 0 0 0 0
INFO 09:34:22 ReadStage 0 0 0 0 0
INFO 09:34:22 RequestResponseStage 0 0 0 0 0
INFO 09:34:22 ReadRepairStage 0 0 0 0 0
INFO 09:34:22 MutationStage 0 0 13 0 0
INFO 09:34:22 GossipStage 0 0 0 0 0
INFO 09:34:22 AntiEntropyStage 0 0 0 0 0
INFO 09:34:22 CacheCleanupExecutor 0 0 0 0 0
INFO 09:34:22 MigrationStage 0 0 0 0 0
INFO 09:34:22 ValidationExecutor 0 0 0 0 0
INFO 09:34:22 MiscStage 0 0 0 0 0
INFO 09:34:22 CommitLogArchiver 0 0 0 0 0
INFO 09:34:22 MemtableFlushWriter 0 0 9 0 0
INFO 09:34:22 PendingRangeCalculator 0 0 1 0 0
INFO 09:34:22 MemtableReclaimMemory 0 0 9 0 0
INFO 09:34:22 MemtablePostFlush 0 0 22 0 0
INFO 09:34:22 CompactionExecutor 0 0 28 0 0
INFO 09:34:22 InternalResponseStage 0 0 0 0 0
INFO 09:34:22 HintedHandoff 0 0 0 0 0
INFO 09:34:22 CompactionManager 0 0
INFO 09:34:22 MessagingService n/a 0/0
INFO 09:34:22 Cache Type Size Capacity KeysToSave
INFO 09:34:22 KeyCache 744 51380224 all
INFO 09:34:22 RowCache 0 0 all
INFO 09:34:22 ColumnFamily Memtable ops,data
INFO 09:34:22 system.schema_triggers 0,0
INFO 09:34:22 system.local 0,0
INFO 09:34:22 system.peers 1,152
INFO 09:34:22 system.batchlog 0,0
INFO 09:34:22 system.compactions_in_progress 0,0
INFO 09:34:22 system.schema_usertypes 0,0
INFO 09:34:22 system.schema_keyspaces 4,471
INFO 09:34:22 system.compaction_history 9,1187
INFO 09:34:22 system.paxos 0,0
INFO 09:34:22 system.schema_columns 792,215617
INFO 09:34:22 system.schema_columnfamilies 433,97089
INFO 09:34:22 system.IndexInfo 0,0
INFO 09:34:22 system.range_xfers 0,0
INFO 09:34:22 system.peer_events 0,0
INFO 09:34:22 system.hints 0,0
INFO 09:34:22 system.sstable_activity 0,0
INFO 09:34:22 system_traces.sessions 0,0
INFO 09:34:22 system_traces.events 0,0
Please let me know if u want any other info.
I have to get this done so please help.
Thanks and regards,
Akash Patel
Last edited by Akashpatel1234; 12-08-2014 at 04:37 AM.
|
|
|
12-08-2014, 05:54 AM
|
#6
|
LQ Guru
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465
Rep:
|
"Distro" means the "variety of linux". Common distros are Debian, RHEL, CentOS, Slackware, Fedora, Ubuntu, Linux Mint, and so on. Which one are you using? Where did you get the Cassandra that you installed? Was it from Apache? Please answer these questions if you expect any kind of help.
jdk
|
|
|
12-08-2014, 06:12 AM
|
#7
|
LQ Newbie
Registered: Aug 2014
Posts: 20
Original Poster
Rep:
|
I am using fedora 20. And I got Cassandra from apache.
|
|
|
12-08-2014, 11:26 AM
|
#8
|
LQ Guru
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465
Rep:
|
Thanks. That's what I needed. Here you go. Try this. That should sort you out nicely. Let us know how you make out.
jdk
|
|
|
12-08-2014, 11:51 AM
|
#9
|
Senior Member
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278
|
Are you planning on using Cassandra on Fedora in production? That is not good.
|
|
|
12-09-2014, 04:03 AM
|
#10
|
LQ Newbie
Registered: Aug 2014
Posts: 20
Original Poster
Rep:
|
Sir, This is for project purpose.
I will do this steps and get back to u JDK.
Thanks and regards,
Akash Patel
|
|
|
12-09-2014, 05:12 AM
|
#11
|
LQ Newbie
Registered: Aug 2014
Posts: 20
Original Poster
Rep:
|
Cassandra installed and running successfully!!!! Thanks JDK.
Now other mile stone.....How to connect titan with cassandra do nay one know this??
Please help if u know how to connect cassandra and Titan.
Thnks in advance.
|
|
|
12-09-2014, 10:56 AM
|
#12
|
LQ Guru
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465
Rep:
|
I'd suggest you start a new thread to ask a different question. It is more likely to get solved that way. Since your original question is answered as a service to others please mark this thread as [SOLVED]. You can use the Thread Tools menu located above your first post in this thread (see the attachment).
jdk
|
|
|
All times are GMT -5. The time now is 01:00 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|