Re: Cassandra Java Driver and DataStax

2016-06-03 Thread Johan Edstrom

As an Apache guy, one to another, seriously, how would you respond to that?





> On Jun 3, 2016, at 9:33 PM, Jason Brown <jasedbr...@gmail.com> wrote:
> 
> The client-server protocol is well defined in the Cassandra repo, so any one 
> may implement a client library for any language. However, it is a far from 
> trivial task, so not many folks build their own. Thus, already-built drivers 
> tend to become the de facto standard, but we (the Apache Cassandra 
> committers/PMC) do not/have not blessed any vendor's driver(s) as official.
> 
> As to why there is not a canonical set of drivers in the Cassandra repo, 
> well, we've just never gotten into that game as an OSS community.
> 
> -Jason (not affiliated with DataStax)
> 
> On Friday, June 3, 2016, Johan Edstrom <seij...@gmail.com 
> <mailto:seij...@gmail.com>> wrote:
> 
>> On Jun 3, 2016, at 9:14 PM, Jeff Jirsa <jeff.ji...@crowdstrike.com 
>> <javascript:_e(%7B%7D,'cvml','jeff.ji...@crowdstrike.com');>> wrote:
>> 
>> 
>> https://github.com/hector-client/hector 
>> <https://github.com/hector-client/hector> 
> 
> So - that isn’t doing CQL, Right?
>> 
>> https://github.com/Netflix/astyanax <https://github.com/Netflix/astyanax>
> 
> Upgrading to CQL?
> 
>> 
>> http://doanduyhai.github.io/Achilles/ <http://doanduyhai.github.io/Achilles/>
>> 
> 
> Which driver do you use?
> 
>> https://github.com/noorq/casser <https://github.com/noorq/casser>
> 
> 2.1.5
> 
> 
>> 
>> https://github.com/impetus-opensource/Kundera 
>> <https://github.com/impetus-opensource/Kundera>
> 
>  
>   ds-driver
>   
> false
>   
>   
> cassandra-core
> cassandra-ds-driver
>   
> 
> 
>   thrift
>   
> false
>   
>   
> cassandra-core
> cassandra-thrift
>   
> 
> 
> 
> 
> 
> 
>> 
>> https://github.com/deanhiller/playorm <https://github.com/deanhiller/playorm>
> 
> 
> 
>> 
>> 
>> 
>> - Jeff ( Not affiliated with datastax )
>> 
>> 
>> 
>> 
>> 
>> On 6/3/16, 7:58 PM, "Johan Edstrom" <seij...@gmail.com 
>> <javascript:_e(%7B%7D,'cvml','seij...@gmail.com');>> wrote:
>> 
>>> How many Java drivers could you point out?
>>> Doesn’t it strike you slightly off that you’d not have a driver for a DB 
>>> in the same project you found the DB?
>>> 
>>> 
>>> 
>>>> On Jun 3, 2016, at 8:51 PM, Dave Brosius <dbros...@mebigfatguy.com 
>>>> <javascript:_e(%7B%7D,'cvml','dbros...@mebigfatguy.com');>> wrote:
>>>> 
>>>> There are many drivers for cassandra, supplied by various individuals and 
>>>> groups, one of those drivers was started by people at datastax which is 
>>>> available as an opensource project.
>>>> 
>>>> The open source project is not open to any random person on the internet 
>>>> to commit to (just like any open source project), so i suppose in that 
>>>> regard there is some 'control'. But i doubt that is what you are fishing 
>>>> for.
>>>> 
>>>> --dave
>>>> 
>>>> (not affiliated with datastax)
>>>> 
>>>> On 06/03/2016 10:29 PM, Chris Mattmann wrote:
>>>>> Hi All,
>>>>> 
>>>>> I’m investigating something a few ASF members contacted
>>>>> me about and pointed out, so I’m hoping you can help
>>>>> guide me here as a community. I have heard that a company,
>>>>> DataStax, whose marketing material mentions it as the only
>>>>> Cassandra vendor, “controls” the Java Driver for Apache
>>>>> Cassandra.
>>>>> 
>>>>> Of course, no company “controls” our projects or its code,
>>>>> so I told the folks that mentioned it to me that I’d investigate
>>>>> with my board hat on.
>>>>> 
>>>>> I’d like to hear the community’s thoughts here on this. Does
>>>>> anyone in the community see this “controlling” behavior going
>>>>> on? Please speak up, as I’d like to get to the bottom of it,
>>>>> and I’ll be around on the lists, doing some homework and reading
>>>>> up on the archives to see what’s up.
>>>>> 
>>>>> Thanks for any help you can provide in rooting this out.
>>>>> 
>>>>> Cheers,
>>>>> Chris
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>> 
> 



Re: Cassandra Java Driver and DataStax

2016-06-03 Thread Johan Edstrom
You can find a very small list containing Hector and the DataStax driver.
Hector was made obsolete by quite a few architecture changes (That I don’t 
disagree with)

Claiming you have a large list of drivers is just dishonest.





> On Jun 3, 2016, at 9:16 PM, J. D. Jordan  wrote:
> 
> The Apache Cassandra project has always left development of its drivers up to 
> the community.  The DataStax Java Driver is not part of the Apache Cassandra 
> project, it is an open source project created by DataStax.  You can find a 
> large list of drivers for Cassandra here: 
> https://wiki.apache.org/cassandra/ClientOptions some of them developed by 
> DataStax, many are developed by others in the community.
> 
>> On Jun 3, 2016, at 9:51 PM, Dave Brosius  wrote:
>> 
>> There are many drivers for cassandra, supplied by various individuals and 
>> groups, one of those drivers was started by people at datastax which is 
>> available as an opensource project.
>> 
>> The open source project is not open to any random person on the internet to 
>> commit to (just like any open source project), so i suppose in that regard 
>> there is some 'control'. But i doubt that is what you are fishing for.
>> 
>> --dave
>> 
>> (not affiliated with datastax)
>> 
>>> On 06/03/2016 10:29 PM, Chris Mattmann wrote:
>>> Hi All,
>>> 
>>> I’m investigating something a few ASF members contacted
>>> me about and pointed out, so I’m hoping you can help
>>> guide me here as a community. I have heard that a company,
>>> DataStax, whose marketing material mentions it as the only
>>> Cassandra vendor, “controls” the Java Driver for Apache
>>> Cassandra.
>>> 
>>> Of course, no company “controls” our projects or its code,
>>> so I told the folks that mentioned it to me that I’d investigate
>>> with my board hat on.
>>> 
>>> I’d like to hear the community’s thoughts here on this. Does
>>> anyone in the community see this “controlling” behavior going
>>> on? Please speak up, as I’d like to get to the bottom of it,
>>> and I’ll be around on the lists, doing some homework and reading
>>> up on the archives to see what’s up.
>>> 
>>> Thanks for any help you can provide in rooting this out.
>>> 
>>> Cheers,
>>> Chris
>> 



Re: Cassandra Java Driver and DataStax

2016-06-03 Thread Johan Edstrom

> On Jun 3, 2016, at 9:14 PM, Jeff Jirsa <jeff.ji...@crowdstrike.com> wrote:
> 
> 
> https://github.com/hector-client/hector 

So - that isn’t doing CQL, Right?
> 
> https://github.com/Netflix/astyanax

Upgrading to CQL?

> 
> http://doanduyhai.github.io/Achilles/
> 

Which driver do you use?

> https://github.com/noorq/casser

2.1.5


> 
> https://github.com/impetus-opensource/Kundera

 
  ds-driver
  
false
  
  
cassandra-core
cassandra-ds-driver
  


  thrift
  
false
  
  
cassandra-core
cassandra-thrift
  






> 
> https://github.com/deanhiller/playorm



> 
> 
> 
> - Jeff ( Not affiliated with datastax )
> 
> 
> 
> 
> 
> On 6/3/16, 7:58 PM, "Johan Edstrom" <seij...@gmail.com> wrote:
> 
>> How many Java drivers could you point out?
>> Doesn’t it strike you slightly off that you’d not have a driver for a DB 
>> in the same project you found the DB?
>> 
>> 
>> 
>>> On Jun 3, 2016, at 8:51 PM, Dave Brosius <dbros...@mebigfatguy.com> wrote:
>>> 
>>> There are many drivers for cassandra, supplied by various individuals and 
>>> groups, one of those drivers was started by people at datastax which is 
>>> available as an opensource project.
>>> 
>>> The open source project is not open to any random person on the internet to 
>>> commit to (just like any open source project), so i suppose in that regard 
>>> there is some 'control'. But i doubt that is what you are fishing for.
>>> 
>>> --dave
>>> 
>>> (not affiliated with datastax)
>>> 
>>> On 06/03/2016 10:29 PM, Chris Mattmann wrote:
>>>> Hi All,
>>>> 
>>>> I’m investigating something a few ASF members contacted
>>>> me about and pointed out, so I’m hoping you can help
>>>> guide me here as a community. I have heard that a company,
>>>> DataStax, whose marketing material mentions it as the only
>>>> Cassandra vendor, “controls” the Java Driver for Apache
>>>> Cassandra.
>>>> 
>>>> Of course, no company “controls” our projects or its code,
>>>> so I told the folks that mentioned it to me that I’d investigate
>>>> with my board hat on.
>>>> 
>>>> I’d like to hear the community’s thoughts here on this. Does
>>>> anyone in the community see this “controlling” behavior going
>>>> on? Please speak up, as I’d like to get to the bottom of it,
>>>> and I’ll be around on the lists, doing some homework and reading
>>>> up on the archives to see what’s up.
>>>> 
>>>> Thanks for any help you can provide in rooting this out.
>>>> 
>>>> Cheers,
>>>> Chris
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>> 



Re: Cassandra Java Driver and DataStax

2016-06-03 Thread Johan Edstrom
Fame and fortune awaits me?
What does that mean?



> On Jun 3, 2016, at 9:10 PM, Dave Brosius <dbros...@mebigfatguy.com> wrote:
> 
> Here are just some of the drivers.
> 
> https://wiki.apache.org/cassandra/ClientOptions
> 
> There's tons more for the older thrift interface
> 
> https://wiki.apache.org/cassandra/ClientOptionsThrift
> 
> Being as the new interface is, well, newer, there are less options.
> If you'd like to write your own and build a better one, fame and fortune 
> awaits you.
> 
> --dave
> 
> On 06/03/2016 10:58 PM, Johan Edstrom wrote:
>> How many Java drivers could you point out?
>> Doesn’t it strike you slightly off that you’d not have a driver for a DB
>> in the same project you found the DB?
>> 
>> 
>> 
>>> On Jun 3, 2016, at 8:51 PM, Dave Brosius <dbros...@mebigfatguy.com> wrote:
>>> 
>>> There are many drivers for cassandra, supplied by various individuals and 
>>> groups, one of those drivers was started by people at datastax which is 
>>> available as an opensource project.
>>> 
>>> The open source project is not open to any random person on the internet to 
>>> commit to (just like any open source project), so i suppose in that regard 
>>> there is some 'control'. But i doubt that is what you are fishing for.
>>> 
>>> --dave
>>> 
>>> (not affiliated with datastax)
>>> 
>>> On 06/03/2016 10:29 PM, Chris Mattmann wrote:
>>>> Hi All,
>>>> 
>>>> I’m investigating something a few ASF members contacted
>>>> me about and pointed out, so I’m hoping you can help
>>>> guide me here as a community. I have heard that a company,
>>>> DataStax, whose marketing material mentions it as the only
>>>> Cassandra vendor, “controls” the Java Driver for Apache
>>>> Cassandra.
>>>> 
>>>> Of course, no company “controls” our projects or its code,
>>>> so I told the folks that mentioned it to me that I’d investigate
>>>> with my board hat on.
>>>> 
>>>> I’d like to hear the community’s thoughts here on this. Does
>>>> anyone in the community see this “controlling” behavior going
>>>> on? Please speak up, as I’d like to get to the bottom of it,
>>>> and I’ll be around on the lists, doing some homework and reading
>>>> up on the archives to see what’s up.
>>>> 
>>>> Thanks for any help you can provide in rooting this out.
>>>> 
>>>> Cheers,
>>>> Chris
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>> 
> 



Re: Cassandra Java Driver and DataStax

2016-06-03 Thread Johan Edstrom
How many Java drivers could you point out?
Doesn’t it strike you slightly off that you’d not have a driver for a DB 
in the same project you found the DB?



> On Jun 3, 2016, at 8:51 PM, Dave Brosius  wrote:
> 
> There are many drivers for cassandra, supplied by various individuals and 
> groups, one of those drivers was started by people at datastax which is 
> available as an opensource project.
> 
> The open source project is not open to any random person on the internet to 
> commit to (just like any open source project), so i suppose in that regard 
> there is some 'control'. But i doubt that is what you are fishing for.
> 
> --dave
> 
> (not affiliated with datastax)
> 
> On 06/03/2016 10:29 PM, Chris Mattmann wrote:
>> Hi All,
>> 
>> I’m investigating something a few ASF members contacted
>> me about and pointed out, so I’m hoping you can help
>> guide me here as a community. I have heard that a company,
>> DataStax, whose marketing material mentions it as the only
>> Cassandra vendor, “controls” the Java Driver for Apache
>> Cassandra.
>> 
>> Of course, no company “controls” our projects or its code,
>> so I told the folks that mentioned it to me that I’d investigate
>> with my board hat on.
>> 
>> I’d like to hear the community’s thoughts here on this. Does
>> anyone in the community see this “controlling” behavior going
>> on? Please speak up, as I’d like to get to the bottom of it,
>> and I’ll be around on the lists, doing some homework and reading
>> up on the archives to see what’s up.
>> 
>> Thanks for any help you can provide in rooting this out.
>> 
>> Cheers,
>> Chris
>> 
>> 
>> 
>> 
>> 
> 



Re: Error when running Cassandra

2014-10-02 Thread Johan Edstrom
Looks like the Java binary can't be found, check your $PATH Johan Edstrom - via 
HopOn October 2, 2014 at 6:56 GMT, Sunil Singh developersunilj...@gmail.com 
wrote:Can you past full stack trace and Cassandra Log in Log Directory , It 
isun-clear what went wrong at you end.On 2 October 2014 12:13, Vishanth 
Balasubramaniam vishan...@wso2.comwrote: Hi, I am trying to run cassandra 
in my virtual machine and I am getting the following error. 
root@instance-0001:/opt/cassandra/bin# ./cassandra xss =  -ea 
-javaagent:./../lib/jamm-0.2.5.jar -XX:+UseThreadPriorities 
-XX:ThreadPriorityPolicy=42 -Xms1240M -Xmx1240M -Xmn310M