Linux - SoftwareThis 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.
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.
Hi,
I am Fedora 20 user and I have installed cassandra and Titan Graph DB in my system I want to tie them together. Fro data storage I want to use cassandra and for Graph DB but dont know how to connect them both.
I am planning to do this on cluster too.
So pls tell me both solution
1) On single machine
2) on cluster
first I want to experement it on single system and then will go for cluster.
See the LQ Rules about text speak...spell out your words, please. And did you even TRY to look at the Titan documentation???? Like the parts where setting up Titan to use Cassandra backend is SPECIFICALLY COVERED???? http://s3.thinkaurelius.com/docs/tit...cassandra.html
Doing basic research first is your best first step.
I certainly did TB0ne but two things I am unable to understand but documents first step it self is confusing to me.
Sorry, but we can't do ANYTHING to help you understand the documentation. If you are having problems with it, you may want to consult a co-worker who can explain it to you.
Quote:
Download Cassandra, unpack it, and set filesystem paths in conf/cassandra.yaml and conf/log4j-server.properties
I dont know how set filesystem paths
The documentation is telling you the file to open. Did you open it, and look in it??? Because it has EXAMPLES on how to do what you're asking.
Quote:
Moreover I installed Cassandra using repo file (detail here) so I dont know how to tie them up . Thats why this thread is started.
Doesn't matter how you installed it...the configuration/setup is the same. Follow the instructions.
Quote:
If you have some other technique then pls help.
Again, you need to SPELL OUT YOUR WORDS, and STOP using text speak. You need to read and follow the instructions and documentation.
/home/akash/Pictures/Screenshot from 2014-12-25 19:32:21.png There is no example.
However I tried and found this and I edited the path
Directories where Cassandra should store data on disk. Cassandra
# will spread data evenly across them, subject to the granularity of
# the configured compaction strategy.
# If not set, the default directory is $CASSANDRA_HOME/data/data.
# data_file_directories:
# /home/akash/Cassandra/apache-cassandra-2.1.2/lib/cassandra/data
Directories where Cassandra should store data on disk. Cassandra
# will spread data evenly across them, subject to the granularity of
# the configured compaction strategy.
# If not set, the default directory is $CASSANDRA_HOME/data/data.
# data_file_directories:
# /home/akash/Cassandra/apache-cassandra-2.1.2/lib/cassandra/data
# commit log. when running on magnetic HDD, this should be a
# separate spindle than the data directories.
# If not set, the default directory is $CASSANDRA_HOME/data/commitlog.
# commitlog_directory: /home/akash/Cassandra/apache-cassandra-2.1.2/lib/cassandra/commitlog
please tell me if this is correct.
And more over TBOne I believe that linux questions is a friendly community not a bossy!!!!!!!
/home/akash/Pictures/Screenshot from 2014-12-25 19:32:21.png There is no example.
Sorry, no idea what you're talking about here.
Quote:
However I tried and found this and I edited the path
Code:
Directories where Cassandra should store data on disk. Cassandra
# will spread data evenly across them, subject to the granularity of
# the configured compaction strategy.
# If not set, the default directory is $CASSANDRA_HOME/data/data.
# data_file_directories:
# /home/akash/Cassandra/apache-cassandra-2.1.2/lib/cassandra/data
Directories where Cassandra should store data on disk. Cassandra
# will spread data evenly across them, subject to the granularity of
# the configured compaction strategy.
# If not set, the default directory is $CASSANDRA_HOME/data/data.
# data_file_directories:
# /home/akash/Cassandra/apache-cassandra-2.1.2/lib/cassandra/data
# commit log. when running on magnetic HDD, this should be a
# separate spindle than the data directories.
# If not set, the default directory is $CASSANDRA_HOME/data/commitlog.
# commitlog_directory: /home/akash/Cassandra/apache-cassandra-2.1.2/lib/cassandra/commitlog
please tell me if this is correct.
No idea if this is correct or not...how are we supposed to know what the correct paths are on your system, or where you installed things? ARE they correct??? And if those things are right, then you probably should uncomment them in the config file
Quote:
And more over TBOne I believe that linux questions is a friendly community not a bossy!!!!!!!
No idea what you mean by "not a bossy", but you do need to read and follow the LQ Rules and Question Guidelines.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.