Re: Setting up IntelliJ for dependencies from Maven ant tasks

2014-07-08 Thread Clint Kelly
ou import the eclipse project: > https://wiki.apache.org/cassandra/RunningCassandraInIDEA > > On Tue, Jul 8, 2014 at 11:08 PM, Clint Kelly wrote: >> Hi everyone, >> >> I am trying to set up IntelliJ such that I can use it to navigate and >> edit the source code fo

Setting up IntelliJ for dependencies from Maven ant tasks

2014-07-08 Thread Clint Kelly
Hi everyone, I am trying to set up IntelliJ such that I can use it to navigate and edit the source code for Cassandra. I have a lot of experience using IntelliJ with Maven projects, but I have not used it with Ant before. I can associate the build.xml file as my project's Ant build file and then

Re: Next-generation Cassandra Conference, June 13, Austin TX

2014-04-30 Thread Clint Kelly
Hi Jonathan, Are you planning to stream the event or to record the talks and make them available later? I am really interested in the Cassandra internals and eventually submitting some code, but I am not yet at the level where I could contribute to an event like this. I would be really intereste

Re: Replacing thrift calls in Hadoop input-split calculation with Java driver calls.

2014-04-02 Thread Clint Kelly
ood Hadoop > > support, would you mind opening a ticket to add support for this? > > > > > > On Sun, Mar 30, 2014 at 8:31 PM, Clint Kelly clint.ke...@gmail.com)> wrote: > > > > > Hi Shao-Chuan, > > > > > > I understand everything you said ab

Re: Replacing thrift calls in Hadoop input-split calculation with Java driver calls.

2014-03-30 Thread Clint Kelly
splitting code from the server side to the > client side. > > Any thoughts? > > Shao-Chuan > > > On Mon, Mar 24, 2014 at 11:54 AM, Clint Kelly > wrote: > > > I just saw this question about thrift in the Hadoop / Cassandra > integration > > in the disc

Re: Replacing thrift calls in Hadoop input-split calculation with Java driver calls.

2014-03-24 Thread Clint Kelly
om partitioner) to > construct sub token ranges at AbstractColumnFamilyInputFormat.getSubSplits. > Basically, it is moving the splitting code from the server side to the > client side. > > Any thoughts? > > Shao-Chuan > > > On Mon, Mar 24, 2014 at 11:54 AM, Clint Kelly &

Replacing thrift calls in Hadoop input-split calculation with Java driver calls.

2014-03-24 Thread Clint Kelly
I just saw this question about thrift in the Hadoop / Cassandra integration in the discussion on the user list about freezing thrift. I have been working on a project to integrate Hadoop 2 and Cassandra 2 and have been trying to move all of the way over to the Java driver and away from thrift. I

Re: Cassandra 2.0 with Hadoop 2.x?

2014-02-05 Thread Clint Kelly
CqlPagingRecordReader code. Best regards, Clint On Tue, Feb 4, 2014 at 12:49 PM, Clint Kelly wrote: > Folks, > > Has anyone out there used Cassandra 2.0 with Hadoop 2.x? I saw this > discussion on the Cassandra JIRA: > > https://issues.apache.org/jira/browse/CASSANDRA-5201 >

Cassandra 2.0 with Hadoop 2.x?

2014-02-04 Thread Clint Kelly
Folks, Has anyone out there used Cassandra 2.0 with Hadoop 2.x? I saw this discussion on the Cassandra JIRA: https://issues.apache.org/jira/browse/CASSANDRA-5201 but the fix (https://github.com/michaelsembwever/cassandra-hadoop) referenced in the thread is for Cassandra 1.2. I put together