<?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: Sqoop connector for Microsoft SQL Server in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-connector-for-Microsoft-SQL-Server/m-p/95854#M9234</link>
    <description>&lt;P&gt;download it here &lt;A target="_blank" href="http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;amp;id=11774"&gt;http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;amp;id=11774&lt;/A&gt;, you need the tar.gz file, extract and place in sqoop lib folder.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Oct 2015 08:30:12 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2015-10-23T08:30:12Z</dc:date>
    <item>
      <title>Sqoop connector for Microsoft SQL Server</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-connector-for-Microsoft-SQL-Server/m-p/95852#M9232</link>
      <description>&lt;P&gt;Microsoft says that the Sqoop connector for Hadoop is now included in Sqoop 1.4 and no longer provides a direct download, but I can't seem to find it. Which jar should I be using, and do I need to manually specify a JDBC driver class?&lt;/P&gt;&lt;P&gt;Running "sqoop list-databases --connect jdbc:sqlserver://&amp;lt;IP Address&amp;gt;:&amp;lt;Port Number&amp;gt; --username &amp;lt;Username&amp;gt; --password &amp;lt;Password&amp;gt;" results in "RuntimeException: Could not load db driver class: com.microsoft.sqlserver.jdbc.SQLServerDriver". This is with Sqoop 1.4.6.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 05:46:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-connector-for-Microsoft-SQL-Server/m-p/95852#M9232</guid>
      <dc:creator>mriggs1</dc:creator>
      <dc:date>2015-10-23T05:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop connector for Microsoft SQL Server</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-connector-for-Microsoft-SQL-Server/m-p/95853#M9233</link>
      <description>&lt;P&gt;You can use the sqljdbc4.jar that ships under the windows install of HDP at &amp;lt;OOZIE_HOME&amp;gt;/extra_libs.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 06:41:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-connector-for-Microsoft-SQL-Server/m-p/95853#M9233</guid>
      <dc:creator>deepesh1</dc:creator>
      <dc:date>2015-10-23T06:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop connector for Microsoft SQL Server</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-connector-for-Microsoft-SQL-Server/m-p/95854#M9234</link>
      <description>&lt;P&gt;download it here &lt;A target="_blank" href="http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;amp;id=11774"&gt;http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;amp;id=11774&lt;/A&gt;, you need the tar.gz file, extract and place in sqoop lib folder.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 08:30:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-connector-for-Microsoft-SQL-Server/m-p/95854#M9234</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2015-10-23T08:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop connector for Microsoft SQL Server</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-connector-for-Microsoft-SQL-Server/m-p/95855#M9235</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt;, @Deepesh, @Mike Riggs&lt;/P&gt;&lt;P&gt;I'm trying this in HDP 2.4 sandbox with SQL Server Express 2014. Connectivity is ok.&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;&lt;/A&gt;Even you add it to /var/lib/sqoop/lib/ or /usr/lib/sqoop/lib folder, how do you get past that a connection-manager needs to be set to use a factory class in order to use the Microsoft driver? The error (even is shown as a WARN) is: &lt;/P&gt;&lt;P&gt;WARN sqoop.ConnFactory: Parameter --driver is set to an explicit driver however appropriate connection manager is not being set (via --connection-manager). Sqoop is going to fall back to org.apache.sqoop.manager.GenericJdbcManager. Please specify explicitly which connection manager should be used next time.&lt;/P&gt;&lt;P&gt;Due to this, the command does not work.&lt;/P&gt;&lt;P&gt;This error is thrown after executing a command like this:&lt;/P&gt;&lt;P&gt; sqoop list-databases --driver com.microsoft.sqlserver.jdbc.SQLServerDriver --connect jdbc:sqlserver://10.226.170.191\poc:1433 --username WHATEVERUSER --password WHATEVERPASSWORD&lt;/P&gt;&lt;P&gt;--connection-manager directive seems to be needed. What needs to be added? &lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2016 05:46:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-connector-for-Microsoft-SQL-Server/m-p/95855#M9235</guid>
      <dc:creator>cstanca</dc:creator>
      <dc:date>2016-06-12T05:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop connector for Microsoft SQL Server</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-connector-for-Microsoft-SQL-Server/m-p/95856#M9236</link>
      <description>&lt;P&gt;Why is there a forward slash in jdbc string?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2016 06:47:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-connector-for-Microsoft-SQL-Server/m-p/95856#M9236</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-06-12T06:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop connector for Microsoft SQL Server</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-connector-for-Microsoft-SQL-Server/m-p/95857#M9237</link>
      <description>&lt;P&gt;I am using HDP sandbox and not sure where is the sqoop lib folder. I see this file path /hdp/apps/2.4.0.0-169/sqoop and I placed the sqljdbc.jar file here:, but still get the same error. Is there some other place the file needs to be placed? Also, the sqoop.tar.gz file is also present in the same file path [it came with the package]. Does that also have to be extracted and placed elsewhere? Thank you for your help. &lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2016 05:48:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-connector-for-Microsoft-SQL-Server/m-p/95857#M9237</guid>
      <dc:creator>kkunjan</dc:creator>
      <dc:date>2016-07-09T05:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop connector for Microsoft SQL Server</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-connector-for-Microsoft-SQL-Server/m-p/95858#M9238</link>
      <description>&lt;P&gt;Copy sqljdbc42.jar  to following location /usr/hdp/current/sqoop-client/lib/ and try&lt;/P&gt;&lt;P&gt;Don't even need to use --driver option&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2017 02:32:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-connector-for-Microsoft-SQL-Server/m-p/95858#M9238</guid>
      <dc:creator>rkandula</dc:creator>
      <dc:date>2017-01-07T02:32:03Z</dc:date>
    </item>
  </channel>
</rss>

