RE: Code review - Spark SQL command-line client for Cassandra

2015-06-23 Thread Matthew Johnson
...@gmail.com] *Sent:* 22 June 2015 18:53 *To:* Matthew Johnson *Cc:* Silvio Fiorito; Mohammed Guller; shahid ashraf; user *Subject:* Re: Code review - Spark SQL command-line client for Cassandra Hi Matthew, you could add the dependencies yourself by using the %dep command in zeppelin ( https

Re: Code review - Spark SQL command-line client for Cassandra

2015-06-22 Thread pawan kumar
om:* pawan kumar [mailto:pkv...@gmail.com] > *Sent:* 22 June 2015 17:19 > *To:* Silvio Fiorito > *Cc:* Mohammed Guller; Matthew Johnson; shahid ashraf; > user@spark.apache.org > *Subject:* Re: Code review - Spark SQL command-line client for Cassandra > > > > Hi, > >

Re: Code review - Spark SQL command-line client for Cassandra

2015-06-22 Thread shahid ashraf
e 2015 17:19 > *To:* Silvio Fiorito > *Cc:* Mohammed Guller; Matthew Johnson; shahid ashraf; > user@spark.apache.org > *Subject:* Re: Code review - Spark SQL command-line client for Cassandra > > > > Hi, > > > > Zeppelin has a cassandra-spark-connector built i

RE: Code review - Spark SQL command-line client for Cassandra

2015-06-22 Thread Matthew Johnson
:* Mohammed Guller; Matthew Johnson; shahid ashraf; user@spark.apache.org *Subject:* Re: Code review - Spark SQL command-line client for Cassandra Hi, Zeppelin has a cassandra-spark-connector built into the build. I have not tried it yet may be you could let us know. https://github.com/apache

Re: Code review - Spark SQL command-line client for Cassandra

2015-06-22 Thread pawan kumar
, June 22, 2015 at 11:56 AM > To: Matthew Johnson, shahid ashraf > > Cc: "user@spark.apache.org" > Subject: RE: Code review - Spark SQL command-line client for Cassandra > > I haven’t tried using Zeppelin with Spark on Cassandra, so can’t say > for sure, but it should

Re: Code review - Spark SQL command-line client for Cassandra

2015-06-22 Thread Silvio Fiorito
uot; Subject: RE: Code review - Spark SQL command-line client for Cassandra I haven’t tried using Zeppelin with Spark on Cassandra, so can’t say for sure, but it should not be difficult. Mohammed From: Matthew Johnson [mailto:matt.john...@algomi.com] Sent: Monday, June 22, 2015 2:15 AM To:

RE: Code review - Spark SQL command-line client for Cassandra

2015-06-22 Thread Mohammed Guller
classpath? Cheers, Matthew From: Mohammed Guller [mailto:moham...@glassbeam.com<mailto:moham...@glassbeam.com>] Sent: 20 June 2015 17:27 To: shahid ashraf Cc: Matthew Johnson; user@spark.apache.org<mailto:user@spark.apache.org> Subject: RE: Code review - Spark SQL command-line client for Cass

RE: Code review - Spark SQL command-line client for Cassandra

2015-06-22 Thread Matthew Johnson
Guller [mailto:moham...@glassbeam.com] *Sent:* 20 June 2015 17:27 *To:* shahid ashraf *Cc:* Matthew Johnson; user@spark.apache.org *Subject:* RE: Code review - Spark SQL command-line client for Cassandra It is a simple Play-based web application. It exposes an URI for submitting a SQL query. It then

RE: Code review - Spark SQL command-line client for Cassandra

2015-06-20 Thread Mohammed Guller
:52 AM To: Mohammed Guller Cc: Matthew Johnson; user@spark.apache.org Subject: RE: Code review - Spark SQL command-line client for Cassandra Hi Mohammad Can you provide more info about the Service u developed On Jun 20, 2015 7:59 AM, "Mohammed Guller" mailto:moham...@glassbeam.com&g

RE: Code review - Spark SQL command-line client for Cassandra

2015-06-20 Thread shahid ashraf
*From:* Matthew Johnson [mailto:matt.john...@algomi.com] > *Sent:* Friday, June 19, 2015 2:20 AM > *To:* user@spark.apache.org > *Subject:* Code review - Spark SQL command-line client for Cassandra > > > > Hi all, > > > > I have been struggling with Cassandra’s lack of

RE: Code review - Spark SQL command-line client for Cassandra

2015-06-19 Thread Mohammed Guller
there. This model works only if people give you the queries to execute. Mohammed From: Matthew Johnson [mailto:matt.john...@algomi.com] Sent: Friday, June 19, 2015 2:20 AM To: user@spark.apache.org Subject: Code review - Spark SQL command-line client for Cassandra Hi all, I have been struggling

Code review - Spark SQL command-line client for Cassandra

2015-06-19 Thread Matthew Johnson
Hi all, I have been struggling with Cassandra’s lack of adhoc query support (I know this is an anti-pattern of Cassandra, but sometimes management come over and ask me to run stuff and it’s impossible to explain that it will take me a while when it would take about 10 seconds in MySQL) so I have