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
Mohammed Guller; shahid ashraf Cc: user@spark.apache.org<mailto:user@spark.apache.org> Subject: RE: Code review - Spark SQL command-line client for Cassandra Thanks Mohammed, it’s good to know I’m not alone! How easy is it to integrate Zeppelin with Spark on Cassandra? It looks like it would o

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
Hi Mohammad Can you provide more info about the Service u developed On Jun 20, 2015 7:59 AM, "Mohammed Guller" wrote: > Hi Matthew, > > It looks fine to me. I have built a similar service that allows a user to > submit a query from a browser and returns the result in JSON format. > > > > Another

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

2015-06-19 Thread Mohammed Guller
Hi Matthew, It looks fine to me. I have built a similar service that allows a user to submit a query from a browser and returns the result in JSON format. Another alternative is to leave a Spark shell or one of the notebooks (Spark Notebook, Zeppelin, etc.) session open and run queries from ther