<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Connecting SQL Server and Analysis Services to Hadoop Hive</title>
	<atom:link href="http://thinknook.com/connecting-sql-server-and-analysis-services-to-hadoop-hive-2013-07-09/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinknook.com/connecting-sql-server-and-analysis-services-to-hadoop-hive-2013-07-09/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=connecting-sql-server-and-analysis-services-to-hadoop-hive</link>
	<description>Because the world needs another Business Intelligence blog!</description>
	<lastBuildDate>Fri, 14 Sep 2018 19:30:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>By: Abhijeet Barbate</title>
		<link>http://thinknook.com/connecting-sql-server-and-analysis-services-to-hadoop-hive-2013-07-09/#comment-3433</link>
		<dc:creator><![CDATA[Abhijeet Barbate]]></dc:creator>
		<pubDate>Thu, 01 Sep 2016 07:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=1169#comment-3433</guid>
		<description><![CDATA[Hey Naji,

Thanks for your post it was really helpful.
In my case i was abel to create the Linked server but it giveing me an error in fetching the data using openquery.
My query is :- select * from  openquery([HADOOP],&#039;select * from rlo.abc;&#039;); 
where rlo is database name in hive &amp; abc is simple table with 2 columns of int ,int datatatypes.

It was giving error as below.

Error Desc:&#039; The OLE DB provider &quot;MSDASQL&quot; for linked server &quot;HADOOP&quot; indicates that either the object has no columns or the current user does not have permissions on that object.&#039;

Any help is appreciated in advance I am really stuck due to this.

thanks and regards
Abhijeet]]></description>
		<content:encoded><![CDATA[<p>Hey Naji,</p>
<p>Thanks for your post it was really helpful.<br />
In my case i was abel to create the Linked server but it giveing me an error in fetching the data using openquery.<br />
My query is :- select * from  openquery([HADOOP],&#8217;select * from rlo.abc;&#8217;);<br />
where rlo is database name in hive &amp; abc is simple table with 2 columns of int ,int datatatypes.</p>
<p>It was giving error as below.</p>
<p>Error Desc:&#8217; The OLE DB provider &#8220;MSDASQL&#8221; for linked server &#8220;HADOOP&#8221; indicates that either the object has no columns or the current user does not have permissions on that object.&#8217;</p>
<p>Any help is appreciated in advance I am really stuck due to this.</p>
<p>thanks and regards<br />
Abhijeet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links Naji</title>
		<link>http://thinknook.com/connecting-sql-server-and-analysis-services-to-hadoop-hive-2013-07-09/#comment-2841</link>
		<dc:creator><![CDATA[Links Naji]]></dc:creator>
		<pubDate>Mon, 05 Aug 2013 09:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=1169#comment-2841</guid>
		<description><![CDATA[Awesome! Thanks for flagging this up... I&#039;ve updated the post]]></description>
		<content:encoded><![CDATA[<p>Awesome! Thanks for flagging this up&#8230; I&#8217;ve updated the post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: itsejoke</title>
		<link>http://thinknook.com/connecting-sql-server-and-analysis-services-to-hadoop-hive-2013-07-09/#comment-2830</link>
		<dc:creator><![CDATA[itsejoke]]></dc:creator>
		<pubDate>Sun, 04 Aug 2013 21:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=1169#comment-2830</guid>
		<description><![CDATA[I think missing 2 quotes in step 2 : 

- After
- At the end

Like : 

EXEC master.dbo.sp_addlinkedserver  
  @server = &#039;[linked-server-name]&#039;
, @srvproduct=&#039;HIVE&#039;
, @provider=&#039;MSDASQL&#039;
, @datasrc=&#039;[hive-data-source]&#039;
, @provstr=&#039;Provider=MSDASQL.1;Persist Security Info=True;User ID=[username];&#039;]]></description>
		<content:encoded><![CDATA[<p>I think missing 2 quotes in step 2 : </p>
<p>&#8211; After<br />
&#8211; At the end</p>
<p>Like : </p>
<p>EXEC master.dbo.sp_addlinkedserver<br />
  @server = &#8216;[linked-server-name]&#8217;<br />
, @srvproduct=&#8217;HIVE&#8217;<br />
, @provider=&#8217;MSDASQL&#8217;<br />
, @datasrc='[hive-data-source]&#8217;<br />
, @provstr=&#8217;Provider=MSDASQL.1;Persist Security Info=True;User ID=[username];&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/


Served from: thinknook.com @ 2026-04-18 11:48:39 by W3 Total Cache
-->