<?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 cannot load a driver class, SQL Server, when creating a connection in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/12996#M46891</link>
    <description>&lt;P&gt;Finally I got it working:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Lessons learned.....&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Import table to HDFS using sqoop2:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connection ….&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Connection1&lt;/LI&gt;&lt;LI&gt;JDBC &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver&lt;/LI&gt;&lt;LI&gt;JDBC &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Connection String: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; jdbc:sqlserver://192.168.1.9\DSSSQL2012&lt;/LI&gt;&lt;LI&gt;User Name: yourDBUsername&lt;/LI&gt;&lt;LI&gt;Password: YourDBPassword&lt;/LI&gt;&lt;/UL&gt;&lt;LI&gt;Create job, after clicking "Create Job" ….&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;Job Name: TableLoad&lt;/LI&gt;&lt;LI&gt;Connection:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Connection1&lt;/LI&gt;&lt;LI&gt;Schema &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name: Leave&amp;nbsp;it blank/null&lt;/LI&gt;&lt;LI&gt;Table Name: DimAccount&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;U&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/U&gt;&lt;/EM&gt; Table &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL Statement: SELECT+*+FROM+DimAccount+where+${CONDITIONS}&lt;/LI&gt;&lt;LI&gt;Table&amp;nbsp;Column Name: AccountKey,AccountDescription,AccountType&lt;/LI&gt;&lt;LI&gt;Partition&amp;nbsp;Column Name: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AccountKey&lt;/LI&gt;&lt;LI&gt;Null in&amp;nbsp;Partition Column: No&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Boundary&amp;nbsp;Query: Select&amp;nbsp;min(AccountKey),max(AccountKey) from DimAccount&lt;/LI&gt;&lt;LI&gt;Storage&amp;nbsp;Type: HDFS&lt;/LI&gt;&lt;LI&gt;Output&amp;nbsp;Format: Text&amp;nbsp;File&lt;/LI&gt;&lt;LI&gt;Output&amp;nbsp;Directory:&amp;nbsp;&amp;nbsp;/tmp/sqoop2-outpout/&lt;U&gt;&lt;STRONG&gt;TableLoad1&lt;/STRONG&gt;&lt;/U&gt; ; This is a HDFS directory and you should not create&amp;nbsp;it.&amp;nbsp;The&amp;nbsp;job process will create the folder and related files. The node folder should not exist&lt;/LI&gt;&lt;LI&gt;Extractors:&amp;nbsp;&amp;nbsp;?? I don't what this is, and is not a show stopper&lt;/LI&gt;&lt;LI&gt;Loaders: ?? &amp;nbsp;I don't what this is, and is not a show stopper&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;Goodluck to the new explorers....&lt;/P&gt;</description>
    <pubDate>Fri, 30 May 2014 00:30:05 GMT</pubDate>
    <dc:creator>DrOwns</dc:creator>
    <dc:date>2014-05-30T00:30:05Z</dc:date>
    <item>
      <title>Sqoop cannot load a driver class, SQL Server, when creating a connection</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/12404#M46886</link>
      <description>&lt;P&gt;Hi Foks, I am not that savy in Linux.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to creat a new connection to SQL Server on my laptop and Cloud. Niether of them working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is what I have done:&lt;/P&gt;&lt;P&gt;- Using Quickstart VM CDH 4.6&lt;/P&gt;&lt;P&gt;- Usoing VMWare Player for quess session&lt;/P&gt;&lt;P&gt;- Installed/copied sqljdbc.jar in /usr/lib/sqoop/lib/&lt;/P&gt;&lt;P&gt;-&amp;nbsp;export CLASSPATH=/usr/lib/sqoop/lib/sqljdbc4.jar in a terminal&lt;/P&gt;&lt;P&gt;- run this command on the same terminal... $ sqoop eval --connect jdbc:sqlserver://XXXX.cloudapp.net,1433\\XXXX(instance name)&amp;nbsp;--username&amp;nbsp;&amp;lt;myuser&amp;gt; --password&amp;nbsp;&amp;lt;maypassword&amp;gt; --driver com.microsoft.sqlserver.jdbc.SQLServerDriver --query "SELECT * FROM [ContosoRetailDW].[dbo].[DimAccount]"&lt;/P&gt;&lt;P&gt;- I do the same for local machine, the host machine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the error i get for both cases:&lt;/P&gt;&lt;P&gt;&amp;nbsp;WARN tool.EvalSqlTool: SQL exception executing statement: com.microsoft.sqlserver.jdbc.SQLServerException: The connection to the host dssvmprod.cloudapp.net,1433, named instance DSSPRODDB failed. Error: "java.net.UnknownHostException: dssvmprod.cloudapp.net,1433". Verify the server and instance names and check that no firewall is blocking UDP traffic to port 1434.&amp;nbsp; For SQL Server 2005 or later, verify that the SQL Server Browser Service is running on the host.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Info...&lt;/P&gt;&lt;P&gt;I can connect to Cloud database from guess VM without any issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are my questions:&lt;/P&gt;&lt;P&gt;1- What am I doing wrong connecting from a terminal?&lt;/P&gt;&lt;P&gt;2- When I open another terminal the $CLASSPATH won't be recognized. How can I make the CLASSPATH perminant.&lt;/P&gt;&lt;P&gt;2- What should I do or set that the SQL Server driver can be loaded by&amp;nbsp;Sqoop2 user interface? Does sqoop2 interface uses $CLASSPATH?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for your help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 08:59:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/12404#M46886</guid>
      <dc:creator>DrOwns</dc:creator>
      <dc:date>2022-09-16T08:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop cannot load a driver class, SQL Server, when creating a connection</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/12592#M46887</link>
      <description>&lt;P&gt;Can you try using the ip address instead of the name? &amp;nbsp;See if that works... &amp;nbsp;I've noticed in our environment, it's more reliable to use the ip address rather than the name itself.&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2014 21:07:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/12592#M46887</guid>
      <dc:creator>Jason Freier</dc:creator>
      <dc:date>2014-05-21T21:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop cannot load a driver class, SQL Server, when creating a connection</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/12696#M46888</link>
      <description>&lt;P&gt;Thanks Jason for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After lots of trial and error, we got all the jinx out or sqoop functionality from terminal. We can import/export from table, database and with SQL scripts. However, we cannot do the same thing from sqoop UI.&amp;nbsp;In Hue/sqoop &amp;nbsp;interface, we can&amp;nbsp;create connection without any error; create a job without any error; running a job without any error; however, no outputs. As I have mentioned, we have created many outputs in /usr/Cloudera/{one folder for each job} when running sqoop from terminal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any&amp;nbsp;idea &amp;nbsp;where we should look for the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2014 12:16:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/12696#M46888</guid>
      <dc:creator>DrOwns</dc:creator>
      <dc:date>2014-05-23T12:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop cannot load a driver class, SQL Server, when creating a connection</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/12698#M46889</link>
      <description>&lt;P&gt;First, I'd log into Cloudera Manager, and go to the Diagnostics link at the top, and select logs.&amp;nbsp; Then deselect "select/check all" and then specifically select Sqoop.&amp;nbsp; Do a search on those logs at either the warning or error level. It should tell you what is happening while you're running the sqoop job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One thing to note, within the Sqoop UI (maybe there's a configuration setting somewhere) when you specify the output directory, it has to be a directory that doesn't already exist.&amp;nbsp; Every time the job runs it will try to create that directory, and if it exists it will err.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2014 14:21:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/12698#M46889</guid>
      <dc:creator>Jason Freier</dc:creator>
      <dc:date>2014-05-23T14:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop cannot load a driver class, SQL Server, when creating a connection</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/12990#M46890</link>
      <description>&lt;P&gt;FYI.... here is how one can get the logfile of the job; &lt;A href="http://localhost.localdomain:8888/logs" target="_blank"&gt;http://localhost.localdomain:8888/logs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will let you how I resolve the issue, if and when I do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2014 22:00:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/12990#M46890</guid>
      <dc:creator>DrOwns</dc:creator>
      <dc:date>2014-05-29T22:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop cannot load a driver class, SQL Server, when creating a connection</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/12996#M46891</link>
      <description>&lt;P&gt;Finally I got it working:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Lessons learned.....&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Import table to HDFS using sqoop2:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connection ….&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Connection1&lt;/LI&gt;&lt;LI&gt;JDBC &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver&lt;/LI&gt;&lt;LI&gt;JDBC &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Connection String: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; jdbc:sqlserver://192.168.1.9\DSSSQL2012&lt;/LI&gt;&lt;LI&gt;User Name: yourDBUsername&lt;/LI&gt;&lt;LI&gt;Password: YourDBPassword&lt;/LI&gt;&lt;/UL&gt;&lt;LI&gt;Create job, after clicking "Create Job" ….&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;Job Name: TableLoad&lt;/LI&gt;&lt;LI&gt;Connection:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Connection1&lt;/LI&gt;&lt;LI&gt;Schema &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name: Leave&amp;nbsp;it blank/null&lt;/LI&gt;&lt;LI&gt;Table Name: DimAccount&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;U&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/U&gt;&lt;/EM&gt; Table &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL Statement: SELECT+*+FROM+DimAccount+where+${CONDITIONS}&lt;/LI&gt;&lt;LI&gt;Table&amp;nbsp;Column Name: AccountKey,AccountDescription,AccountType&lt;/LI&gt;&lt;LI&gt;Partition&amp;nbsp;Column Name: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AccountKey&lt;/LI&gt;&lt;LI&gt;Null in&amp;nbsp;Partition Column: No&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Boundary&amp;nbsp;Query: Select&amp;nbsp;min(AccountKey),max(AccountKey) from DimAccount&lt;/LI&gt;&lt;LI&gt;Storage&amp;nbsp;Type: HDFS&lt;/LI&gt;&lt;LI&gt;Output&amp;nbsp;Format: Text&amp;nbsp;File&lt;/LI&gt;&lt;LI&gt;Output&amp;nbsp;Directory:&amp;nbsp;&amp;nbsp;/tmp/sqoop2-outpout/&lt;U&gt;&lt;STRONG&gt;TableLoad1&lt;/STRONG&gt;&lt;/U&gt; ; This is a HDFS directory and you should not create&amp;nbsp;it.&amp;nbsp;The&amp;nbsp;job process will create the folder and related files. The node folder should not exist&lt;/LI&gt;&lt;LI&gt;Extractors:&amp;nbsp;&amp;nbsp;?? I don't what this is, and is not a show stopper&lt;/LI&gt;&lt;LI&gt;Loaders: ?? &amp;nbsp;I don't what this is, and is not a show stopper&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;Goodluck to the new explorers....&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2014 00:30:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/12996#M46891</guid>
      <dc:creator>DrOwns</dc:creator>
      <dc:date>2014-05-30T00:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop cannot load a driver class, SQL Server, when creating a connection</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/64430#M46892</link>
      <description>&lt;P&gt;Which connector was used to solve this issue ? I am using the generic jdbc connector that came with my sqoop 1.99.5. I have no luck with the class name of the microsoft jdbc driver that you mentioned. It says the class is not found. I am assuming it has to do with the connector and not the driver. As I have placed my sqlserver jar file in sqoop library. However, in my cloudera quickstart terminal,when I list files in the sqoop library, I find that the "mysql-connector-java.jar" is color coded in blue and "sqljdbc41.jar" is color coded in red. Any light on what does this mean?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 19:42:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/64430#M46892</guid>
      <dc:creator>Tachyons</dc:creator>
      <dc:date>2018-02-07T19:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop cannot load a driver class, SQL Server, when creating a connection</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/64450#M46893</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/25890"&gt;@Tachyons&lt;/a&gt;&amp;nbsp;what database do you want to connect ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 03:55:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/64450#M46893</guid>
      <dc:creator>csguna</dc:creator>
      <dc:date>2018-02-08T03:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop cannot load a driver class, SQL Server, when creating a connection</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/64472#M46894</link>
      <description>&lt;P&gt;My database runs on Microsoft Sql Server.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 15:09:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/64472#M46894</guid>
      <dc:creator>Tachyons</dc:creator>
      <dc:date>2018-02-08T15:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop cannot load a driver class, SQL Server, when creating a connection</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/64483#M46895</link>
      <description>&lt;P&gt;Hello folks, I am&amp;nbsp;facing knowledge gap while trying to work with&amp;nbsp;Cloudera CHD with&amp;nbsp;AWS services . The issues enlisted down, I am pretty sure these have&amp;nbsp;been faced and resolved, given the popularity of cloud hosted ms-sql servers. Would be grateful to recieve help&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I was able to solve the "class not found"issue by downloading another jar file from this website :&amp;nbsp;&lt;A href="http://www.java2s.com/Code/Jar/s/Downloadsqljdbc420jar.htm" target="_blank" rel="noreferrer"&gt;&lt;SPAN class="TextRun SCXO35518375"&gt;&lt;SPAN class="NormalTextRun SCXO35518375"&gt;http://www.java2s.com/Code/Jar/s/Downloadsqljdbc420jar.htm&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN class="EOP SCXO35518375"&gt;&amp;nbsp; and added to the sqoop2 library. This is done with the Generic-jdbc- connector.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="EOP SCXO35518375"&gt;However, I am not able to establish the connection , and I suspect the problem is with the JDBC connection string.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="EOP SCXO35518375"&gt;I am supposed to connect&amp;nbsp; from the sqoop's Cloudera Quickstart VM to MS-SQL server that is running on the AWS RDS instance.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="EOP SCXO35518375"&gt;So the syntax&amp;nbsp; of the Connection string I have given is as follows:&lt;/SPAN&gt;&lt;SPAN class="EOP SCXO35518375"&gt;&amp;nbsp; &amp;nbsp;jdbc:sqlserver://&amp;lt;RDS end point DNS&amp;gt;:&amp;lt;Port Name&amp;gt;/&amp;lt;DataBase name&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;I have configured the security group of my RDS instance to allow outbound connections, so this could rule out the firewall issues(I suppose)&lt;/LI&gt;&lt;LI&gt;I have an understanding void with the&amp;nbsp; RDS end point DNS value being resolved into an IP address&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;The IP address the DNS lookup provides isn't static and tend to chane for failover reasons, could this be the issue to establish a connection?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thank you for your time.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 01:35:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-cannot-load-a-driver-class-SQL-Server-when-creating-a/m-p/64483#M46895</guid>
      <dc:creator>Tachyons</dc:creator>
      <dc:date>2018-02-09T01:35:54Z</dc:date>
    </item>
  </channel>
</rss>

