[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 fin

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 *non-prim

Re: Cassandra is not running

2018-02-13 Thread Irtiza Ali
Thankyou everyone On 13 Feb 2018 8:50 p.m., "Michael Shuler" 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 >> <mailto:i...@an10.io>

Re: Cassandra is not running

2018-02-13 Thread Irtiza Ali
Thank you On 13 Feb 2018 20:45, "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 : > > 1.8.0_161 > > >

Re: Cassandra is not running

2018-02-13 Thread Irtiza Ali
3, 2018 11:34 PM, "Irtiza Ali" wrote: > >> What should I do now? >> >> On 13 Feb 2018 20:21, "Irtiza Ali" wrote: >> >>> Thank you i will check it >>> >>> >>> On 13 Feb 2018 20:16, "Nicolas Guyomar" >

Re: Cassandra is not running

2018-02-13 Thread Irtiza Ali
What should I do now? On 13 Feb 2018 20:21, "Irtiza Ali" wrote: > Thank you i will check it > > > On 13 Feb 2018 20:16, "Nicolas Guyomar" wrote: > >> Hi, >> >> Such a quick failure might indicate that you are trying to start >&g

Re: Cassandra is not running

2018-02-13 Thread Irtiza Ali
> On 13 February 2018 at 16:03, Irtiza Ali wrote: > >> Hello everyone: >> >> Whenever I try to run the Cassandra it stop with status: >> >> result of [sudo service cassandra status] command: >> >> ● cassandra.service - LSB: distributed storage syst

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
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 wrote: > >>

Re: Add column if it does not exist?

2018-02-06 Thread Irtiza Ali
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 wrote: > >> Hello. >>

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" wrote: > Thanks for the response! >