Tableau beta connector

2015-02-04 Thread ashu
Hi, I am trying out the tableau beta connector to Spark SQL. I have few basics question: Will this connector be able to fetch the schemaRDDs into tableau. Will all the schemaRDDs be exposed to tableau? Basically I am not getting what tableau will fetch at data-source? Is it existing files in HDFS

Re: Tableau beta connector

2015-02-04 Thread İsmail Keskin
: > Hi, > I am trying out the tableau beta connector to Spark SQL. I have few basics > question: > Will this connector be able to fetch the schemaRDDs into tableau. > Will all the schemaRDDs be exposed to tableau? > Basically I am not getting what tableau will fetch at data-source

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

Re: Tableau beta connector

2015-02-04 Thread Ashutosh Trivedi (MT2013030)
Thanks Denny and Ismail. Denny ,I went through your blog, It was great help. I guess tableau beta connector also following the same procedure,you described in blog. I am building the Spark now. Basically what I don't get is, where to put my data so that tableau can extract. So Ismai

Re: Tableau beta connector

2015-02-04 Thread Denny Lee
nd Ismail. > > > Denny ,I went through your blog, It was great help. I guess tableau beta > connector also following the same procedure,you described in blog. I am > building the Spark now. > > Basically what I don't get is, where to put my data so that tableau can > extract

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-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-18 Thread ganterm
this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Tableau-beta-connector-tp21512p21709.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user

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-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)
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