Re: Spark + Tableau

2014-11-11 Thread Bojan Kostic
I finally solved issue with Spark Tableau connection.
Thanks Denny Lee for blog post:
https://www.concur.com/blog/en-us/connect-tableau-to-sparksql
Solution was to use Authentication type Username. And then use username for
metastore.

Best regards
Bojan



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Tableau-tp17720p18591.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org



Re: Spark + Tableau

2014-10-30 Thread Jimmy
What ODBC driver are you using? We recently got the Hortonworks JODBC drivers 
working on a Windows box but was having issues with Mac



Sent from my iPhone

 On Oct 30, 2014, at 4:23 AM, Bojan Kostic blood9ra...@gmail.com wrote:
 
 I'm testing beta driver from Databricks for Tableua.
 And unfortunately i encounter some issues.
 While beeline connection works without problems, Tableau can't connect to
 spark thrift server.
 
 Error from driver(Tableau):
 Unable to connect to the ODBC Data Source. Check that the necessary drivers
 are installed and that the connection properties are valid.
 [Simba][SparkODBC] (34) Error from Spark: ETIMEDOUT.
 
 Unable to connect to the server test.server.com. Check that the server is
 running and that you have access privileges to the requested database.
 Unable to connect to the server. Check that the server is running and that
 you have access privileges to the requested database.
 
 Exception on Thrift server:
 java.lang.RuntimeException: org.apache.thrift.transport.TTransportException
at
 org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:219)
at
 org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:189)
at
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
 Caused by: org.apache.thrift.transport.TTransportException
at
 org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:132)
at
 org.apache.thrift.transport.TTransport.readAll(TTransport.java:84)
at
 org.apache.thrift.transport.TSaslTransport.receiveSaslMessage(TSaslTransport.java:182)
at
 org.apache.thrift.transport.TSaslServerTransport.handleSaslStartMessage(TSaslServerTransport.java:125)
at
 org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:253)
at
 org.apache.thrift.transport.TSaslServerTransport.open(TSaslServerTransport.java:41)
at
 org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:216)
... 4 more
 
 Is there anyone else who's testing this driver, or did anyone saw this
 message?
 
 Best regards
 Bojan Kostić
 
 
 
 --
 View this message in context: 
 http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Tableau-tp17720.html
 Sent from the Apache Spark User List mailing list archive at Nabble.com.
 
 -
 To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
 For additional commands, e-mail: user-h...@spark.apache.org
 

-
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org



Re: Spark + Tableau

2014-10-30 Thread Bojan Kostic
I use beta driver SQL ODBC from Databricks.



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Tableau-tp17720p17727.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org



Re: Spark + Tableau

2014-10-30 Thread Denny Lee
When you are starting the thrift server service - are you connecting to it
locally or is this on a remote server when you use beeline and/or Tableau?

On Thu, Oct 30, 2014 at 8:00 AM, Bojan Kostic blood9ra...@gmail.com wrote:

 I use beta driver SQL ODBC from Databricks.



 --
 View this message in context:
 http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Tableau-tp17720p17727.html
 Sent from the Apache Spark User List mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
 For additional commands, e-mail: user-h...@spark.apache.org




Re: Spark + Tableau

2014-10-30 Thread Bojan Kostic
I'm  connecting to it remotly with tableau/beeline.

On Thu Oct 30 16:51:13 2014 GMT+0100, Denny Lee [via Apache Spark User List] 
wrote:
 
 
 When you are starting the thrift server service - are you connecting to it
 locally or is this on a remote server when you use beeline and/or Tableau?
 
 On Thu, Oct 30, 2014 at 8:00 AM, Bojan Kostic blood9ra...@gmail.com wrote:
 
  I use beta driver SQL ODBC from Databricks.
 
 
 
  --
  View this message in context:
  http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Tableau-tp17720p17727.html
  Sent from the Apache Spark User List mailing list archive at Nabble.com.
 
  -
  To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
  For additional commands, e-mail: user-h...@spark.apache.org
 
 
 
 
 
 
 ___
 If you reply to this email, your message will be added to the discussion 
 below:
 http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Tableau-tp17720p17734.html
 To start a new topic under Apache Spark User List, email 
 ml-node+s1001560n1...@n3.nabble.com
 To unsubscribe from Spark + Tableau, visit 
 http://apache-spark-user-list.1001560.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=17720code=Ymxvb2Q5cmF2ZW5AZ21haWwuY29tfDE3NzIwfDU5NzgxNDc0Ng=

-- 
Sent from my Jolla



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Tableau-tp17720p17737.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.