<?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 stuck at No connection paramenters specified. Using regular API for making connection. in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/335464#M231950</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;yes, we are trying that, on 'our' side -- the point is that the team is basically me, and I have to ask around for help, with parteners related to our organization&lt;BR /&gt;&lt;BR /&gt;best,&lt;BR /&gt;Gr&lt;BR /&gt;</description>
    <pubDate>Wed, 02 Feb 2022 08:28:22 GMT</pubDate>
    <dc:creator>grlzz</dc:creator>
    <dc:date>2022-02-02T08:28:22Z</dc:date>
    <item>
      <title>sqoop stuck at No connection paramenters specified. Using regular API for making connection.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/334573#M231819</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to run this import command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sqoop import --connect jdbc:postgresql://[host]:[port]/[db] --username [user] --password-file [path_to_pass] -table [table] --hive-import -hive-drop-import-delims --as-parquetfile --parquet-configurator-implementation hadoop --hive-table district_startdates_test --target-dir [target_with_db] -m 1 --hs2-url="jdbc:hive2://[cdp]/;ssl=true;transportMode=http;httpPath=[path_to_proxy];user=[user];password=[cluster_passw]" --verbose&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it gets stuck at&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;DEBUG manager.SqlManager: No connection paramenters specified. Using regular API for making connection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...any idea?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 12:34:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/334573#M231819</guid>
      <dc:creator>grlzz</dc:creator>
      <dc:date>2022-01-26T12:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop stuck at No connection paramenters specified. Using regular API for making connection.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/334648#M231845</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/92739"&gt;@grlzz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Have you verified the DB connection URL "&lt;SPAN&gt;jdbc:postgresql://[host]:[port]/[db]&amp;nbsp;" -&amp;nbsp;&lt;/SPAN&gt;is that working outside of sqoop? (with any external JDBC based tool)&lt;/P&gt;&lt;P&gt;Have you used the same PostgreSQL driver which is supposed to be present under /var/lib/sqoop?&lt;/P&gt;&lt;P&gt;Also if the sqoop command is really "stuck", please check in another terminal window where is it stuck with jstack:&lt;/P&gt;&lt;P&gt;1. Get the process id of the sqoop command&lt;/P&gt;&lt;P&gt;ps -ef | grep sqoop&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Collect the jstack output - with the same user as the sqoop import is running:&lt;/P&gt;&lt;P&gt;/usr/java/latest/bin/jstack $PID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This can help to understand what it is trying to do (for example it tries to connect to the database - but maybe the database is ssl enabled?)&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 13:04:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/334648#M231845</guid>
      <dc:creator>mszurap</dc:creator>
      <dc:date>2022-01-27T13:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop stuck at No connection paramenters specified. Using regular API for making connection.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/334680#M231863</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;I haven't checked other&amp;nbsp;JDBC tools yet, but I attach hereby the jstack output&amp;nbsp;&lt;/P&gt;&lt;P&gt;(by the way, it actually proceeded to another stage:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Heap
 PSYoungGen      total 147456K, used 76137K [0x000000071bb00000, 0x000000072db00000, 0x00000007c0000000)
  eden space 126464K, 60% used [0x000000071bb00000,0x000000072055a788,0x0000000723680000)
  from space 20992K, 0% used [0x0000000724b00000,0x0000000724b00000,0x0000000725f80000)
  to   space 20992K, 0% used [0x0000000723680000,0x0000000723680000,0x0000000724b00000)
 ParOldGen       total 192000K, used 9642K [0x00000005d3000000, 0x00000005deb80000, 0x000000071bb00000)
  object space 192000K, 5% used [0x00000005d3000000,0x00000005d396ab90,0x00000005deb80000)
 Metaspace       used 27157K, capacity 27412K, committed 27776K, reserved 1073152K
  class space    used 2984K, capacity 3100K, committed 3200K, reserved 1048576K
&lt;/LI-CODE&gt;&lt;P&gt;best,&lt;/P&gt;&lt;P&gt;Gr&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 15:19:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/334680#M231863</guid>
      <dc:creator>grlzz</dc:creator>
      <dc:date>2022-01-27T15:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop stuck at No connection paramenters specified. Using regular API for making connection.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/334681#M231864</link>
      <description>&lt;P&gt;...where it seems 'stuck' ... (the table is quite small, so I do not expect to take a lot of time -- I stopped after ~ 40 min)&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 15:21:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/334681#M231864</guid>
      <dc:creator>grlzz</dc:creator>
      <dc:date>2022-01-27T15:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop stuck at No connection paramenters specified. Using regular API for making connection.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/334684#M231866</link>
      <description>&lt;P&gt;Thanks for collecting and attaching the jstack. Yes, it confirms that Sqoop is trying to connect to the database, however that does not respond (the postgre driver is reading from the socket):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Thread 7658: (state = IN_NATIVE)
 - java.net.SocketInputStream.socketRead0(java.io.FileDescriptor, byte[], int, int, int) &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/79305"&gt;@BCI&lt;/a&gt;=0 (Interpreted frame)
...
 - org.postgresql.core.VisibleBufferedInputStream.readMore(int) &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/79305"&gt;@BCI&lt;/a&gt;=86, line=143 (Interpreted frame)
...
 - org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(org.postgresql.core.PGStream, java.lang.String, java.lang.String, java.util.Properties, org.postgresql.core.Logger) &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/79305"&gt;@BCI&lt;/a&gt;=10, line=376 (Interpreted frame)
 - org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(org.postgresql.util.HostSpec[], java.lang.String, java.lang.String, java.util.Properties, org.postgresql.core.Logger) &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/79305"&gt;@BCI&lt;/a&gt;=675, line=173 (Interpreted frame)
...
 - org.postgresql.Driver.makeConnection(java.lang.String, java.util.Properties) &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/79305"&gt;@BCI&lt;/a&gt;=18, line=393 (Interpreted frame)
 - org.postgresql.Driver.connect(java.lang.String, java.util.Properties) &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/79305"&gt;@BCI&lt;/a&gt;=165, line=267 (Interpreted frame)
 - java.sql.DriverManager.getConnection(java.lang.String, java.util.Properties, java.lang.Class) &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/79305"&gt;@BCI&lt;/a&gt;=171, line=664 (Interpreted frame)
 - java.sql.DriverManager.getConnection(java.lang.String, java.lang.String, java.lang.String) &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/79305"&gt;@BCI&lt;/a&gt;=37, line=247 (Interpreted frame)
 - org.apache.sqoop.manager.SqlManager.makeConnection() &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/79305"&gt;@BCI&lt;/a&gt;=182, line=888 (Interpreted frame)
 - org.apache.sqoop.manager.GenericJdbcManager.getConnection() &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/79305"&gt;@BCI&lt;/a&gt;=10, line=59 (Interpreted frame)
...
 - org.apache.sqoop.Sqoop.runSqoop(org.apache.sqoop.Sqoop, java.lang.String[]) &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/79305"&gt;@BCI&lt;/a&gt;=12, line=187 (Interpreted frame)
 &lt;/LI-CODE&gt;&lt;P&gt;Please verify if your connection string is correct with some 3rd party tool - or ask your DBA what is a correct JDBC connection string.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 16:37:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/334684#M231866</guid>
      <dc:creator>mszurap</dc:creator>
      <dc:date>2022-01-27T16:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop stuck at No connection paramenters specified. Using regular API for making connection.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/335043#M231920</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/92739"&gt;@grlzz&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 19:40:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/335043#M231920</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2022-01-31T19:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop stuck at No connection paramenters specified. Using regular API for making connection.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/335213#M231936</link>
      <description>Hi Diana,&lt;BR /&gt;&lt;BR /&gt;no, this issue is not solved yet&lt;BR /&gt;&lt;BR /&gt;best,&lt;BR /&gt;Gr&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Feb 2022 10:36:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/335213#M231936</guid>
      <dc:creator>grlzz</dc:creator>
      <dc:date>2022-02-01T10:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop stuck at No connection paramenters specified. Using regular API for making connection.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/335431#M231946</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/92739"&gt;@grlzz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry that this has not being resolved,&lt;/P&gt;
&lt;P&gt;Have you tried the fix above that&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/12885"&gt;@mszurap&lt;/a&gt;&amp;nbsp; provided?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please verify if your connection string is correct with some 3rd party tool - or ask your DBA what is a correct JDBC connection string.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;If you are still experiencing the issue, can you provide the information requested or additional details?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 00:30:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/335431#M231946</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2022-02-02T00:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop stuck at No connection paramenters specified. Using regular API for making connection.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/335464#M231950</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;yes, we are trying that, on 'our' side -- the point is that the team is basically me, and I have to ask around for help, with parteners related to our organization&lt;BR /&gt;&lt;BR /&gt;best,&lt;BR /&gt;Gr&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Feb 2022 08:28:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/335464#M231950</guid>
      <dc:creator>grlzz</dc:creator>
      <dc:date>2022-02-02T08:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop stuck at No connection paramenters specified. Using regular API for making connection.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/335563#M231980</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/92739"&gt;@grlzz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;As mentioned, to test the database connectivity you can use 3rd party tools, like&amp;nbsp;SQuirreL:&lt;/P&gt;&lt;P&gt;&lt;A href="http://squirrel-sql.sourceforge.net/" target="_blank"&gt;http://squirrel-sql.sourceforge.net/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The following page describes how to connect to Postgres with&amp;nbsp;Squirrel SQL Client:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cdata.com/kb/tech/postgresql-jdbc-squirrel-sql.rst" target="_blank"&gt;https://www.cdata.com/kb/tech/postgresql-jdbc-squirrel-sql.rst&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please check what's the Postgres DB version and check the corresponding documentation, this can be a good start how to assemble the JDBC connection string:&lt;/P&gt;&lt;P&gt;&lt;A href="https://jdbc.postgresql.org/documentation/80/connect.html" target="_blank"&gt;https://jdbc.postgresql.org/documentation/80/connect.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the connection string works in&amp;nbsp;Squirrel, then use the same connection string in Sqoop too.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Best regards, Miklos&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 09:25:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/335563#M231980</guid>
      <dc:creator>mszurap</dc:creator>
      <dc:date>2022-02-03T09:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop stuck at No connection paramenters specified. Using regular API for making connection.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/335564#M231981</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/12885"&gt;@mszurap&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the tool&lt;/P&gt;&lt;P&gt;So, somehow the connection is now working , namely the command we tried to cloudera support, like:&lt;/P&gt;&lt;P&gt;`sqoop eval --connect ...`&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&amp;nbsp;` sqoop list-databases --connect`&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;before running any sqoop command, we set up a ssh tunnel, with&amp;nbsp;&lt;/P&gt;&lt;P&gt;ssh -o ServerAliveInterval=60 -M -S mktemp -fN -L local_port:psql_fqdn:remote_p&amp;nbsp; user@host_IP&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(which I was doing also before, so not sure why now it works...&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will mark it now as solved&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks anyway,&lt;/P&gt;&lt;P&gt;Gr&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 09:43:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-stuck-at-No-connection-paramenters-specified-Using/m-p/335564#M231981</guid>
      <dc:creator>grlzz</dc:creator>
      <dc:date>2022-02-03T09:43:35Z</dc:date>
    </item>
  </channel>
</rss>

