Re: Tableau beta connector

2015-02-19 Thread Ashutosh Trivedi (MT2013030)
Thanks Todd. great stuff :) Regards, Ashu From: Todd Nist Sent: Thursday, February 19, 2015 7:46 PM To: Ashutosh Trivedi (MT2013030) Cc: user@spark.apache.org Subject: Re: Tableau beta connector I am able to connect by doing the following using the Tableau

Re: Tableau beta connector

2015-02-19 Thread Todd Nist
-- > *From:* ganterm [via Apache Spark User List] <http:///user/SendEmail.jtp?type=node&node=21719&i=0>> > *Sent:* Thursday, February 19, 2015 12:49 AM > *To:* Ashutosh Trivedi (MT2013030) > *Subject:* Re: Tableau beta connector > > Ashutosh, >

Re: Tableau beta connector

2015-02-19 Thread Ashutosh Trivedi (MT2013030)
: ganterm [via Apache Spark User List] Sent: Thursday, February 19, 2015 12:49 AM To: Ashutosh Trivedi (MT2013030) Subject: Re: Tableau beta connector Ashutosh, Were you able to figure this out? I am having the exact some question. I think the answer is to use Spark SQL to create/load a table in Hive

Re: Tableau beta connector

2015-02-18 Thread ganterm
Ashutosh, Were you able to figure this out? I am having the exact some question. I think the answer is to use Spark SQL to create/load a table in Hive (e.g. execute the HiveQL CREATE TABLE statement) but I am not sure. Hoping for something more simple than that. Anybody? Thanks! -- View

Re: Tableau beta connector

2015-02-05 Thread Denny Lee
bruary 5, 2015 1:27 PM > *To:* Ashutosh Trivedi (MT2013030); İsmail Keskin > *Cc:* user@spark.apache.org > *Subject:* Re: Tableau beta connector > The context is that you would create your RDDs and then persist them in > Hive. Once in Hive, the data is accessible from the Tableau

Re: Tableau beta connector

2015-02-05 Thread Ashutosh Trivedi (MT2013030)
Keskin Cc: user@spark.apache.org Subject: Re: Tableau beta connector The context is that you would create your RDDs and then persist them in Hive. Once in Hive, the data is accessible from the Tableau extract through Spark thrift server. On Wed, Feb 4, 2015 at 23:36 Ashutosh Trivedi (MT2013030

Re: Tableau beta connector

2015-02-04 Thread Denny Lee
rrect me if I am wrong. > > > I guess I have to look at how thrift server works. > -- > *From:* Denny Lee > *Sent:* Thursday, February 5, 2015 12:20 PM > *To:* İsmail Keskin; Ashutosh Trivedi (MT2013030) > *Cc:* user@spark.apache.org > *Subjec

Re: Tableau beta connector

2015-02-04 Thread Ashutosh Trivedi (MT2013030)
look at how thrift server works. From: Denny Lee Sent: Thursday, February 5, 2015 12:20 PM To: İsmail Keskin; Ashutosh Trivedi (MT2013030) Cc: user@spark.apache.org Subject: Re: Tableau beta connector Some quick context behind how Tableau interacts with Spark /

Re: Tableau beta connector

2015-02-04 Thread Denny Lee
Some quick context behind how Tableau interacts with Spark / Hive can also be found at https://www.concur.com/blog/en-us/connect-tableau-to-sparksql - its for how to connect from Tableau to the thrift server before the official Tableau beta connector but should provide some of the additional conte

Re: Tableau beta connector

2015-02-04 Thread İsmail Keskin
Tableau connects to Spark Thrift Server via an ODBC driver. So, none of the RDD stuff applies, you just issue SQL queries from Tableau. The table metadata can come from Hive Metastore if you place your hive-site.xml to configuration directory of Spark. On Thu, Feb 5, 2015 at 8:11 AM, ashu wrote: