[no subject]

2019-01-13 Thread Irtiza Ali
Unsubscribe On Sun, 13 Jan 2019, 22:11 Osman YOZGATLIOĞLU < osman.yozgatlio...@krontech.com wrote: > Thank you for clarification. > > Regards > > Osman > > > On 13.01.2019 11:24, Jürgen Albersdorfer wrote: > > Just turn it off. There is no persistent change to the cluster until the > node has

How to rename the column name in Cassandra tables

2018-08-13 Thread Irtiza Ali
Hello everyone, *Issue* Currently, we are facing an issue of renaming the Cassandra table's column name. According to the documentation, one can change the name of only those columns that are part of primary or clustering columns(keys). *Question* Is there any way to rename the name of

Re: Cassandra is not running

2018-02-13 Thread Irtiza Ali
Thankyou everyone On 13 Feb 2018 8:50 p.m., "Michael Shuler" <mich...@pbandjelly.org> wrote: > On 02/13/2018 09:45 AM, Jürgen Albersdorfer wrote: > > 1.8.0_161 is not yet supported - try 1.8.0_151 > > > >> Am 13.02.2018 um 16:44 schrieb Irtiza Ali

Re: Cassandra is not running

2018-02-13 Thread Irtiza Ali
Thank you On 13 Feb 2018 20:45, "Jürgen Albersdorfer" <jalbersdor...@gmail.com> wrote: > 1.8.0_161 is not yet supported - try 1.8.0_151 > > Am 13.02.2018 um 16:44 schrieb Irtiza Ali <i...@an10.io>: > > 1.8.0_161 > > >

Re: Cassandra is not running

2018-02-13 Thread Irtiza Ali
put.log file .. > > > On Feb 13, 2018 11:34 PM, "Irtiza Ali" <i...@an10.io> wrote: > >> What should I do now? >> >> On 13 Feb 2018 20:21, "Irtiza Ali" <i...@an10.io> wrote: >> >>> Thank you i will check it >>>

Re: Cassandra is not running

2018-02-13 Thread Irtiza Ali
What should I do now? On 13 Feb 2018 20:21, "Irtiza Ali" <i...@an10.io> wrote: > Thank you i will check it > > > On 13 Feb 2018 20:16, "Nicolas Guyomar" <nicolas.guyo...@gmail.com> wrote: > >> Hi, >> >> Such a quick failure might i

Re: Cassandra is not running

2018-02-13 Thread Irtiza Ali
a look at the /var/log/system.log > > On 13 February 2018 at 16:03, Irtiza Ali <i...@an10.io> wrote: > >> Hello everyone: >> >> Whenever I try to run the Cassandra it stop with status: >> >> result of [sudo service cassandra status] command: >> >

Cassandra is not running

2018-02-13 Thread Irtiza Ali
properly? With Regards Irtiza Ali

Re: Add column if it does not exist?

2018-02-06 Thread Irtiza Ali
s there a describe query in CQL? I don't see one on > http://cassandra.apache.org/doc/latest/cql/index.html. > > I also can't find such a query in the DataStax Java driver API. > > Thanks! > > Best, Oliver > > On Tue, Feb 6, 2018 at 11:48 AM, Irtiza Ali <i...

Re: Add column if it does not exist?

2018-02-06 Thread Irtiza Ali
cribe query in CQL? I don't see one on > http://cassandra.apache.org/doc/latest/cql/index.html. > > I also can't find such a query in the DataStax Java driver API. > > Thanks! > > Best, Oliver > > On Tue, Feb 6, 2018 at 11:48 AM, Irtiza Ali <i...@an10.io> wr

Re: Add column if it does not exist?

2018-02-06 Thread Irtiza Ali
Hello. Another thing that you can try is the use the describe table query to get the table schema and parse it. Once done you can check whether column exists or not. With Regards Irtiza Ali On 6 Feb 2018 21:35, "Oliver Ruebenacker" <cur...@gmail.com> wrote: > Than