<?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 fails with &amp;quot;Unsupported startup parameter: extra_float_digits&amp;quot; error in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-fails-with-quot-Unsupported-startup-parameter-extra/m-p/142279#M32125</link>
    <description>&lt;P&gt;Thank you for advise, but it does not work too... The same error.&lt;/P&gt;&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/5354/dchiguruvada.html" nodeid="5354"&gt;@Dileep Kumar Chiguruvada&lt;/A&gt;`s answer resolves this issue.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jun 2016 16:32:04 GMT</pubDate>
    <dc:creator>ro_v_boyko</dc:creator>
    <dc:date>2016-06-17T16:32:04Z</dc:date>
    <item>
      <title>sqoop fails with "Unsupported startup parameter: extra_float_digits" error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-fails-with-quot-Unsupported-startup-parameter-extra/m-p/142274#M32120</link>
      <description>&lt;P&gt;Hello all!&lt;/P&gt;&lt;P&gt;I`m trying to use sqoop with postgresql connector:&lt;/P&gt;&lt;PRE&gt;sqoop list-tables --connect jdbc:postgresql://my.server.com:6543/abserver-bigdata --username bigdata --password xxxxx&lt;/PRE&gt;&lt;P&gt;And it returns me an error:&lt;/P&gt;&lt;PRE&gt;Warning: /usr/hdp/2.2.8.0-3150/accumulo does not exist! Accumulo imports will fail.
Please set $ACCUMULO_HOME to the root of your Accumulo installation.
16/06/16 13:36:24 INFO sqoop.Sqoop: Running Sqoop version: 1.4.5.2.2.8.0-3150
16/06/16 13:36:24 WARN tool.BaseSqoopTool: Setting your password on the command-line is insecure. Consider using -P instead.
16/06/16 13:36:25 INFO manager.SqlManager: Using default fetchSize of 1000
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/hdp/2.2.8.0-3150/hadoop/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/hdp/2.2.8.0-3150/zookeeper/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/hdp/2.2.8.0-3150/hive/lib/hive-jdbc-0.14.0.2.2.8.0-3150-standalone.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See &lt;A href="http://www.slf4j.org/codes.html#multiple_bindings" target="_blank"&gt;http://www.slf4j.org/codes.html#multiple_bindings&lt;/A&gt; for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
16/06/16 13:36:25 ERROR manager.CatalogQueryManager: Failed to list tables
org.postgresql.util.PSQLException: ERROR: Unsupported startup parameter: extra_float_digits
	at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:398)
	at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:173)
	at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:64)
	at org.postgresql.jdbc2.AbstractJdbc2Connection.&amp;lt;init&amp;gt;(AbstractJdbc2Connection.java:136)
	at org.postgresql.jdbc3.AbstractJdbc3Connection.&amp;lt;init&amp;gt;(AbstractJdbc3Connection.java:29)
	at org.postgresql.jdbc3g.AbstractJdbc3gConnection.&amp;lt;init&amp;gt;(AbstractJdbc3gConnection.java:21)
	at org.postgresql.jdbc4.AbstractJdbc4Connection.&amp;lt;init&amp;gt;(AbstractJdbc4Connection.java:31)
	at org.postgresql.jdbc4.Jdbc4Connection.&amp;lt;init&amp;gt;(Jdbc4Connection.java:24)
	at org.postgresql.Driver.makeConnection(Driver.java:397)
	at org.postgresql.Driver.connect(Driver.java:267)
	at java.sql.DriverManager.getConnection(DriverManager.java:571)
	at java.sql.DriverManager.getConnection(DriverManager.java:215)
	at org.apache.sqoop.manager.SqlManager.makeConnection(SqlManager.java:877)
	at org.apache.sqoop.manager.GenericJdbcManager.getConnection(GenericJdbcManager.java:52)
	at org.apache.sqoop.manager.CatalogQueryManager.listTables(CatalogQueryManager.java:102)
	at org.apache.sqoop.tool.ListTablesTool.run(ListTablesTool.java:49)
	at org.apache.sqoop.Sqoop.run(Sqoop.java:148)
	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
	at org.apache.sqoop.Sqoop.runSqoop(Sqoop.java:184)
	at org.apache.sqoop.Sqoop.runTool(Sqoop.java:226)
	at org.apache.sqoop.Sqoop.runTool(Sqoop.java:235)
	at org.apache.sqoop.Sqoop.main(Sqoop.java:244)
16/06/16 13:36:25 ERROR sqoop.Sqoop: Got exception running Sqoop: java.lang.RuntimeException: org.postgresql.util.PSQLException: ERROR: Unsupported startup parameter: extra_float_digits
java.lang.RuntimeException: org.postgresql.util.PSQLException: ERROR: Unsupported startup parameter: extra_float_digits
	at org.apache.sqoop.manager.CatalogQueryManager.listTables(CatalogQueryManager.java:118)
	at org.apache.sqoop.tool.ListTablesTool.run(ListTablesTool.java:49)
	at org.apache.sqoop.Sqoop.run(Sqoop.java:148)
	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
	at org.apache.sqoop.Sqoop.runSqoop(Sqoop.java:184)
	at org.apache.sqoop.Sqoop.runTool(Sqoop.java:226)
	at org.apache.sqoop.Sqoop.runTool(Sqoop.java:235)
	at org.apache.sqoop.Sqoop.main(Sqoop.java:244)
Caused by: org.postgresql.util.PSQLException: ERROR: Unsupported startup parameter: extra_float_digits
	at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:398)
	at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:173)
	at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:64)
	at org.postgresql.jdbc2.AbstractJdbc2Connection.&amp;lt;init&amp;gt;(AbstractJdbc2Connection.java:136)
	at org.postgresql.jdbc3.AbstractJdbc3Connection.&amp;lt;init&amp;gt;(AbstractJdbc3Connection.java:29)
	at org.postgresql.jdbc3g.AbstractJdbc3gConnection.&amp;lt;init&amp;gt;(AbstractJdbc3gConnection.java:21)
	at org.postgresql.jdbc4.AbstractJdbc4Connection.&amp;lt;init&amp;gt;(AbstractJdbc4Connection.java:31)
	at org.postgresql.jdbc4.Jdbc4Connection.&amp;lt;init&amp;gt;(Jdbc4Connection.java:24)
	at org.postgresql.Driver.makeConnection(Driver.java:397)
	at org.postgresql.Driver.connect(Driver.java:267)
	at java.sql.DriverManager.getConnection(DriverManager.java:571)
	at java.sql.DriverManager.getConnection(DriverManager.java:215)
	at org.apache.sqoop.manager.SqlManager.makeConnection(SqlManager.java:877)
	at org.apache.sqoop.manager.GenericJdbcManager.getConnection(GenericJdbcManager.java:52)
	at org.apache.sqoop.manager.CatalogQueryManager.listTables(CatalogQueryManager.java:102)
	... 7 more
&lt;/PRE&gt;&lt;P&gt;I`m using:&lt;/P&gt;&lt;P&gt;HDP 2.2.8.0-3150&lt;/P&gt;&lt;P&gt;Sqoop 1.4.5.2.2&lt;/P&gt;&lt;P&gt;postgresql-9.4.1208.jre7.jar as jdbc-connector&lt;/P&gt;&lt;P&gt;java 1.7.0_55&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:05:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-fails-with-quot-Unsupported-startup-parameter-extra/m-p/142274#M32120</guid>
      <dc:creator>ro_v_boyko</dc:creator>
      <dc:date>2016-06-16T18:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop fails with "Unsupported startup parameter: extra_float_digits" error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-fails-with-quot-Unsupported-startup-parameter-extra/m-p/142275#M32121</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2582/rovboyko.html" nodeid="2582"&gt;@Roman Boyko&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ca you please try with this connector?&lt;/P&gt;&lt;P&gt;&lt;A href="https://jdbc.postgresql.org/download/postgresql-9.1-903.jdbc4.jar" target="_blank"&gt;https://jdbc.postgresql.org/download/postgresql-9.1-903.jdbc4.jar&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:11:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-fails-with-quot-Unsupported-startup-parameter-extra/m-p/142275#M32121</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-06-16T18:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop fails with "Unsupported startup parameter: extra_float_digits" error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-fails-with-quot-Unsupported-startup-parameter-extra/m-p/142276#M32122</link>
      <description>&lt;P&gt;I tried all this connectors:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;postgresql-9.1-901-1.jdbc4.jar&lt;/LI&gt;&lt;LI&gt;postgresql-9.1-903.jdbc4.jar
&lt;/LI&gt;&lt;LI&gt;postgresql-9.2-1004.jdbc41.jar
&lt;/LI&gt;&lt;LI&gt;postgresql-9.4.1208.jar
&lt;/LI&gt;&lt;LI&gt;postgresql-9.4.1208.jre7.jar&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;But I had the same error with each of them&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:24:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-fails-with-quot-Unsupported-startup-parameter-extra/m-p/142276#M32122</guid>
      <dc:creator>ro_v_boyko</dc:creator>
      <dc:date>2016-06-16T18:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop fails with "Unsupported startup parameter: extra_float_digits" error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-fails-with-quot-Unsupported-startup-parameter-extra/m-p/142277#M32123</link>
      <description>&lt;P&gt;can you try like this?&lt;/P&gt;&lt;PRE&gt;sqoop list-tables -Dignore_startup_parameters=extra_float_digits --connect jdbc:postgresql://my.server.com:6543/abserver-bigdata --username bigdata --password xxxxx

&lt;/PRE&gt;&lt;P&gt;Looks like it&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:41:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-fails-with-quot-Unsupported-startup-parameter-extra/m-p/142277#M32123</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-06-16T18:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop fails with "Unsupported startup parameter: extra_float_digits" error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-fails-with-quot-Unsupported-startup-parameter-extra/m-p/142278#M32124</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2582/rovboyko.html" nodeid="2582"&gt;@Roman Boyko&lt;/A&gt;&lt;P&gt; By chance is the pgBouncer (lightweight connection pooler for PostgreSQL) installed along with yout Postgress Install.&lt;/P&gt;&lt;P&gt;If so set this param ignore_startup_parameters = extra_float_digits  in pgbouncer.ini (/etc/pgbouncer/pgbouncer.ini)&lt;/P&gt;&lt;P&gt;&lt;A href="http://lists.pgfoundry.org/pipermail/pgbouncer-general/2011-July/000830.html" target="_blank"&gt;http://lists.pgfoundry.org/pipermail/pgbouncer-general/2011-July/000830.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:53:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-fails-with-quot-Unsupported-startup-parameter-extra/m-p/142278#M32124</guid>
      <dc:creator>dchiguruvad</dc:creator>
      <dc:date>2016-06-16T18:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop fails with "Unsupported startup parameter: extra_float_digits" error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-fails-with-quot-Unsupported-startup-parameter-extra/m-p/142279#M32125</link>
      <description>&lt;P&gt;Thank you for advise, but it does not work too... The same error.&lt;/P&gt;&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/5354/dchiguruvada.html" nodeid="5354"&gt;@Dileep Kumar Chiguruvada&lt;/A&gt;`s answer resolves this issue.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2016 16:32:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-fails-with-quot-Unsupported-startup-parameter-extra/m-p/142279#M32125</guid>
      <dc:creator>ro_v_boyko</dc:creator>
      <dc:date>2016-06-17T16:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop fails with "Unsupported startup parameter: extra_float_digits" error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-fails-with-quot-Unsupported-startup-parameter-extra/m-p/142280#M32126</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5354/dchiguruvada.html" nodeid="5354"&gt;@Dileep Kumar Chiguruvada&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Yes, you are right!&lt;/P&gt;&lt;P&gt;Thank you very match!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2016 16:33:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-fails-with-quot-Unsupported-startup-parameter-extra/m-p/142280#M32126</guid>
      <dc:creator>ro_v_boyko</dc:creator>
      <dc:date>2016-06-17T16:33:39Z</dc:date>
    </item>
  </channel>
</rss>

