RE: tableau spark sql cassandra

2014-11-21 Thread jererc
Hi! Sure, I'll post the info I grabbed once the cassandra tables values appear in Tableau. Best, Jerome -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/tableau-spark-sql-cassandra-tp19282p19480.html Sent from the Apache Spark User List mailing list

RE: tableau spark sql cassandra

2014-11-21 Thread Mohammed Guller
Tableau's Spark connector. Where did you download it from? Mohammed -Original Message- From: jererc [mailto:jer...@gmail.com] Sent: Friday, November 21, 2014 5:27 AM To: u...@spark.incubator.apache.org Subject: RE: tableau spark sql cassandra Hi! Sure, I'll post the info I grabbed

Re: tableau spark sql cassandra

2014-11-20 Thread jererc
Hi! The hive table is an external table, which I created like this: CREATE EXTERNAL TABLE MyHiveTable ( id int, data string ) STORED BY 'org.apache.hadoop.hive.cassandra.cql.CqlStorageHandler' TBLPROPERTIES (cassandra.host = 10.194.30.2, cassandra.ks.name = test ,

Re: tableau spark sql cassandra

2014-11-20 Thread jererc
I finally solved this problem. The org.apache.hadoop.mapreduce.JobContext is a class in hadoop 2.0 and is an interface in hadoop = 2.0. I have to use a spark build for hadoop v1. So spark-sql seems fine. But, the thriftserver does not work with my config! Here is my spark-env.sh:

Re: tableau spark sql cassandra

2014-11-20 Thread jererc
Well, after many attempts I can now successfully run the thrift server using root@cdb-01:~/spark# ./sbin/start-thriftserver.sh --master spark://10.194.30.2:7077 --hiveconf hive.server2.thrift.bind.host 0.0.0.0 --hiveconf hive.server2.thrift.port 1 (the command was failing because of the

RE: tableau spark sql cassandra

2014-11-20 Thread Ashic Mahtab
Hi Jerome, I've been trying to get this working as well... Where are you specifying cassandra parameters (i.e. seed nodes, consistency levels, etc.)? -Ashic. Date: Thu, 20 Nov 2014 10:34:58 -0700 From: jer...@gmail.com To: u...@spark.incubator.apache.org Subject: Re: tableau spark sql

RE: tableau spark sql cassandra

2014-11-20 Thread Mohammed Guller
Subject: RE: tableau spark sql cassandra Hi Jerome, I've been trying to get this working as well... Where are you specifying cassandra parameters (i.e. seed nodes, consistency levels, etc.)? -Ashic. Date: Thu, 20 Nov 2014 10:34:58 -0700 From: jer...@gmail.commailto:jer...@gmail.com To: u

Re: tableau spark sql cassandra

2014-11-19 Thread Michael Armbrust
The whole stacktrack/exception would be helpful. Hive is an optional dependency of Spark SQL, but you will need to include it if you are planning to use the thrift server to connect to Tableau. You can enable it by add -Phive when you build Spark. You might also try asking on the cassandra