Re: Subscribe to Cassandra Commit Log

2016-06-07 Thread Vineet Mishra
! On Mon, Jun 6, 2016 at 8:22 AM, Jim Witschey wrote: > Have a look at CASSANDRA-8844, which is not merged to trunk yet, but will > be soon: > > https://issues.apache.org/jira/browse/CASSANDRA-8844 > > On Sun, Jun 5, 2016 at 12:34 PM Vineet Mishra > wrote: > >> Hi

Subscribe to Cassandra Commit Log

2016-06-05 Thread Vineet Mishra
Hi All, I am around with a use case to extract/fetch the Cassandra specific Insert/update events, had been through a project on github( https://github.com/carloscm/cassandra-commitlog-extract) but I am not sure whether this provides the real time replication functionality or not which is the case

Re: Sqoop Free Form Import Query Breaks off

2014-12-25 Thread Vineet Mishra
0java.io.File) > 2. > http://docs.oracle.com/javase/7/docs/api/java/lang/Runtime.html#exec(java.lang.String[],%20java.lang.String[],%20java.io.File) > > -Abe > > On Thu, Dec 25, 2014 at 5:24 AM, Vineet Mishra > wrote: > >> exec > > > >

Re: Sqoop Free Form Import Query Breaks off

2014-12-25 Thread Vineet Mishra
ailing lists at the same time. > > Thank you and merry Christmas, > Jens > > > > On Thu, Dec 25, 2014 at 2:24 PM, Vineet Mishra > wrote: > >> Hi All, >> >> I am facing a issue while Sqoop(Sqoop version: 1.4.3-cdh4.7.0) Import, I >> am having a Java t

Sqoop Free Form Import Query Breaks off

2014-12-25 Thread Vineet Mishra
Hi All, I am facing a issue while Sqoop(Sqoop version: 1.4.3-cdh4.7.0) Import, I am having a Java threaded code to import data from multiple databases running at different servers. Currently I am doing a Java Process Execute something like to execute sqoop job, Runtime.getRuntime().exec("/usr/bi

PoolTimeoutException while connecting to Cassandra

2014-08-28 Thread Vineet Mishra
Hi All, I have downloaded titan-server-0.4.4 and trying to integrate it with Cassandra as backend datasource. Cassandra is running as external on 4 node machine, now I am trying to start Rexster with the Cassandra as my backend source but it comes up with error while initializing. I have even trie

Re: Installing Cassandra Multinode on CentOs coming up with exception

2014-08-27 Thread Vineet Mishra
rying to use virtual nodes, you should comment out initial_token as > this setting overrides num_tokens. > > Cheers, > > > On Tue, Aug 26, 2014 at 5:39 AM, Vineet Mishra > wrote: > >> Thanks Vivek! >> >> It was indeed a formatting issue in yaml, got it work!

Re: Installing Cassandra Multinode on CentOs coming up with exception

2014-08-26 Thread Vineet Mishra
This should help you out > http://yamllint.com/ > > -Vivek > > > On Tue, Aug 26, 2014 at 4:20 PM, Vineet Mishra > wrote: > >> Hi Mark, >> >> Yes I was generating my own cassandra.yaml with the configuration >> mentioned below, >> >> clus

Re: Installing Cassandra Multinode on CentOs coming up with exception

2014-08-26 Thread Vineet Mishra
d and if not present, Cassandra will fail to start. > > > Regards, > Mark > > > On 26 August 2014 11:14, Vineet Mishra wrote: > >> Thanks Mark, >> That was indeed yaml formatting issue. >> Moreover I am getting the underlying error now, >> >> INFO 15:

Re: Installing Cassandra Multinode on CentOs coming up with exception

2014-08-26 Thread Vineet Mishra
looks like the seed_provider.parameters is not > correctly indented, it should look something like: > > seed_provider: > - class_name: org.apache.cassandra.locator.SimpleSeedProvider > parameters: > - seeds: "192.168.1.32" > > > Regards, > Mar

Installing Cassandra Multinode on CentOs coming up with exception

2014-08-26 Thread Vineet Mishra
Hi All, I am installing Cassandra Multinode Setup on a 4 node CentOs Cluster, my cassandra.yaml looks like so cluster_name: 'node' initial_token: 0 num_tokens: 256 seed_provider: - class_name: org.apache.cassandra.locator.SimpleSeedProvider parameters: - seeds: "192.168.1.32" listen_addre