<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Connecting BI tools to Spark in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117842#M55096</link>
    <description>&lt;P&gt;Yes, we could connect to Thrift Server via ODBC:&lt;/P&gt;&lt;P&gt;- Download and install ODBC driver for Spark from HDP downloads page.&lt;/P&gt;&lt;P&gt;- Make sure Thrift Server is up and running (default port 10015). Double check with telnet to that port, for instance.&lt;/P&gt;&lt;P&gt;- Configure ODBC driver like this:&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Driver=Hortonworks Spark ODBC Driver;Host=192.168.170.45;Port=10015;SparkServerType=3;AuthMech=2;ThriftTransport=1; &lt;/P&gt;&lt;P&gt;On the other hand, I still need to connect via JDBC -without the Simba commercial driver. How could you do this?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;</description>
    <pubDate>Wed, 08 Mar 2017 23:21:48 GMT</pubDate>
    <dc:creator>fernando_lopez</dc:creator>
    <dc:date>2017-03-08T23:21:48Z</dc:date>
    <item>
      <title>Connecting BI tools to Spark</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117836#M55090</link>
      <description>&lt;P&gt;We need to connect different BI reporting frontends to Spark / Spark SQL. Ideally, connecting via JDBC or ODBC would give us the broadest options. &lt;/P&gt;&lt;P&gt;We have already reviewed &lt;A href="https://community.hortonworks.com/articles/29110/querying-data-via-sparksql-with-odbc-tools.html"&gt;this question&lt;/A&gt;, but have not succeeded:&lt;/P&gt;&lt;P&gt;If you go spark/sbin/beeline and execute &lt;/P&gt;&lt;PRE&gt;!connect jdbc:hive2://localhost:10015 &lt;/PRE&gt;&lt;P&gt;you are asked for used and password, which we leave blank and enter.
However, when we try to access that host:port via ODBC from an outside application, we get SSL error.&lt;/P&gt;&lt;P&gt;On the other hand, I've noticed there is a commercial driver relased by Simba (and also promoted by Databricks) for achieving this.&lt;/P&gt;&lt;P&gt;Which is the recommended way to go? &lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 22:28:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117836#M55090</guid>
      <dc:creator>fernando_lopez</dc:creator>
      <dc:date>2017-02-21T22:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting BI tools to Spark</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117837#M55091</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/12839/fernandolopez.html"&gt;Fernando Lopez Bello&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As you look at that connection string, it shows JDBC, however, then you mention ODBC now working over that JDBC string. Please clarify that and what BI tool.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 05:42:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117837#M55091</guid>
      <dc:creator>cstanca</dc:creator>
      <dc:date>2017-02-22T05:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting BI tools to Spark</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117838#M55092</link>
      <description>&lt;P&gt;Sorry for the confusion. I tried both. My example refers to JDBC.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 09:28:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117838#M55092</guid>
      <dc:creator>fernando_lopez</dc:creator>
      <dc:date>2017-02-22T09:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting BI tools to Spark</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117839#M55093</link>
      <description>&lt;P&gt;The SparkSQL JDBC driver works, do you have a firewall or something blocking that port&lt;/P&gt;&lt;P&gt;1.  Make sure Spark Thrift server is running through Ambari&lt;/P&gt;&lt;P&gt;2.  Test Spark SQL from local spark shell&lt;/P&gt;&lt;P&gt;3.  Check from another machine, make sure firewall / networkign is not blocking that port.   Is this a sandbox?  local cluster?  cloud based?&lt;/P&gt;&lt;P&gt;can you post a screen shot of the tool you tried.&lt;/P&gt;&lt;P&gt;see:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_spark-component-guide/content/jdbc-odbc-access-sparksql.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_spark-component-guide/content/jdbc-odbc-access-sparksql.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which version of spark/hdp are you using?&lt;/P&gt;&lt;P&gt;do you see anything in the logs in your tool or on the server?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 01:54:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117839#M55093</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2017-02-28T01:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting BI tools to Spark</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117840#M55094</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/9304/tspann.html" nodeid="9304"&gt;@Timothy Spann&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Actually we missed docker firewall (we were trying on a sandbox), after modifying iptables it worked -we tried the *free* ODBC driver (could not find a free one for JDBC).&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 08:14:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117840#M55094</guid>
      <dc:creator>fernando_lopez</dc:creator>
      <dc:date>2017-03-04T08:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting BI tools to Spark</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117841#M55095</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12839/fernandolopez.html" nodeid="12839"&gt;@Fernando Lopez Bello&lt;/A&gt; did you find a solution for ODBC connections?  I can connect just fine with the JDBC connection using Beeline and port 10015, but ODBC driver fails.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 12:49:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117841#M55095</guid>
      <dc:creator>thayerw</dc:creator>
      <dc:date>2017-03-08T12:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting BI tools to Spark</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117842#M55096</link>
      <description>&lt;P&gt;Yes, we could connect to Thrift Server via ODBC:&lt;/P&gt;&lt;P&gt;- Download and install ODBC driver for Spark from HDP downloads page.&lt;/P&gt;&lt;P&gt;- Make sure Thrift Server is up and running (default port 10015). Double check with telnet to that port, for instance.&lt;/P&gt;&lt;P&gt;- Configure ODBC driver like this:&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Driver=Hortonworks Spark ODBC Driver;Host=192.168.170.45;Port=10015;SparkServerType=3;AuthMech=2;ThriftTransport=1; &lt;/P&gt;&lt;P&gt;On the other hand, I still need to connect via JDBC -without the Simba commercial driver. How could you do this?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 23:21:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117842#M55096</guid>
      <dc:creator>fernando_lopez</dc:creator>
      <dc:date>2017-03-08T23:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting BI tools to Spark</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117843#M55097</link>
      <description>&lt;P&gt;For JDBC, is the Simba commercial driver the only option?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 23:23:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117843#M55097</guid>
      <dc:creator>fernando_lopez</dc:creator>
      <dc:date>2017-03-08T23:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting BI tools to Spark</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117844#M55098</link>
      <description>&lt;P&gt;For JDBC there is a built-in jar for JDBC support. No need for Simba.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 02:54:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117844#M55098</guid>
      <dc:creator>bikas</dc:creator>
      <dc:date>2017-03-09T02:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting BI tools to Spark</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117845#M55099</link>
      <description>&lt;P&gt;Where can we find the referred jar? &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 11 Mar 2017 03:18:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Connecting-BI-tools-to-Spark/m-p/117845#M55099</guid>
      <dc:creator>fernando_lopez</dc:creator>
      <dc:date>2017-03-11T03:18:18Z</dc:date>
    </item>
  </channel>
</rss>

