<?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 sqoop ERROR tool.ImportTool: Import failed: org.apache.hadoop.fs.UnsupportedFileSystemException: No FileSystem for scheme &amp;quot;null&amp;quot; in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/sqoop-ERROR-tool-ImportTool-Import-failed-org-apache-hadoop/m-p/236990#M198803</link>
    <description>&lt;P&gt;Trying to import data from oracle DB and getting error&lt;/P&gt;&lt;PRE&gt;.... 19/07/31 13:07:10 INFO orm.CompilationManager: Writing jar file: /tmp/sqoop-myuser/compile/375d3de163797c05cd7b480fddcfe58c/QueryResult.jar 19/07/31 13:07:10 ERROR tool.ImportTool: Import failed: org.apache.hadoop.fs.UnsupportedFileSystemException: No FileSystem for scheme "null" &amp;nbsp; &amp;nbsp; at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:3281) &amp;nbsp; &amp;nbsp; at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:3301) ....&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;My sqoop command looks like...&lt;/P&gt;&lt;PRE&gt;sqoop import \
&amp;nbsp; &amp;nbsp; -Dmapreduce.map.memory.mb=3144 -Dmapreduce.map.java.opts=-Xmx1048m \
&amp;nbsp; &amp;nbsp; -Dyarn.app.mapreduce.am.log.level=DEBUG \
&amp;nbsp; &amp;nbsp; -Dmapreduce.map.log.level=DEBUG \
&amp;nbsp; &amp;nbsp; -Dmapreduce.reduce.log.level=DEBUG \
&amp;nbsp; &amp;nbsp; -Dmapred.job.name="Ora import table $tablename" \
&amp;nbsp; &amp;nbsp; -Djava.security.egd=file:///dev/urandom \
&amp;nbsp; &amp;nbsp; -Djava.security.egd=file:///dev/urandom \
&amp;nbsp; &amp;nbsp; -Doraoop.timestamp.string=false \
&amp;nbsp; &amp;nbsp; -Dmapreduce.map.max.attempts=10 \
&amp;nbsp; &amp;nbsp; $oracle_cnxn_str \
&amp;nbsp; &amp;nbsp; --as-parquetfile \
&amp;nbsp; &amp;nbsp; --target-dir /some/hdfs/path \
&amp;nbsp; &amp;nbsp; -query "$sqoop_query" \
&amp;nbsp; &amp;nbsp; --split-by $splitby \
&amp;nbsp; &amp;nbsp; --where "1=1" \
&amp;nbsp; &amp;nbsp; --num-mappers 12 \
&amp;nbsp; &amp;nbsp; --delete-target-dir&lt;/PRE&gt;&lt;P&gt;Not sure what to make of this error message. Any debugging suggestions or fixes?&lt;/P&gt;</description>
    <pubDate>Thu, 01 Aug 2019 06:12:17 GMT</pubDate>
    <dc:creator>rvillanueva</dc:creator>
    <dc:date>2019-08-01T06:12:17Z</dc:date>
    <item>
      <title>sqoop ERROR tool.ImportTool: Import failed: org.apache.hadoop.fs.UnsupportedFileSystemException: No FileSystem for scheme "null"</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-ERROR-tool-ImportTool-Import-failed-org-apache-hadoop/m-p/236990#M198803</link>
      <description>&lt;P&gt;Trying to import data from oracle DB and getting error&lt;/P&gt;&lt;PRE&gt;.... 19/07/31 13:07:10 INFO orm.CompilationManager: Writing jar file: /tmp/sqoop-myuser/compile/375d3de163797c05cd7b480fddcfe58c/QueryResult.jar 19/07/31 13:07:10 ERROR tool.ImportTool: Import failed: org.apache.hadoop.fs.UnsupportedFileSystemException: No FileSystem for scheme "null" &amp;nbsp; &amp;nbsp; at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:3281) &amp;nbsp; &amp;nbsp; at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:3301) ....&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;My sqoop command looks like...&lt;/P&gt;&lt;PRE&gt;sqoop import \
&amp;nbsp; &amp;nbsp; -Dmapreduce.map.memory.mb=3144 -Dmapreduce.map.java.opts=-Xmx1048m \
&amp;nbsp; &amp;nbsp; -Dyarn.app.mapreduce.am.log.level=DEBUG \
&amp;nbsp; &amp;nbsp; -Dmapreduce.map.log.level=DEBUG \
&amp;nbsp; &amp;nbsp; -Dmapreduce.reduce.log.level=DEBUG \
&amp;nbsp; &amp;nbsp; -Dmapred.job.name="Ora import table $tablename" \
&amp;nbsp; &amp;nbsp; -Djava.security.egd=file:///dev/urandom \
&amp;nbsp; &amp;nbsp; -Djava.security.egd=file:///dev/urandom \
&amp;nbsp; &amp;nbsp; -Doraoop.timestamp.string=false \
&amp;nbsp; &amp;nbsp; -Dmapreduce.map.max.attempts=10 \
&amp;nbsp; &amp;nbsp; $oracle_cnxn_str \
&amp;nbsp; &amp;nbsp; --as-parquetfile \
&amp;nbsp; &amp;nbsp; --target-dir /some/hdfs/path \
&amp;nbsp; &amp;nbsp; -query "$sqoop_query" \
&amp;nbsp; &amp;nbsp; --split-by $splitby \
&amp;nbsp; &amp;nbsp; --where "1=1" \
&amp;nbsp; &amp;nbsp; --num-mappers 12 \
&amp;nbsp; &amp;nbsp; --delete-target-dir&lt;/PRE&gt;&lt;P&gt;Not sure what to make of this error message. Any debugging suggestions or fixes?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 06:12:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-ERROR-tool-ImportTool-Import-failed-org-apache-hadoop/m-p/236990#M198803</guid>
      <dc:creator>rvillanueva</dc:creator>
      <dc:date>2019-08-01T06:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop ERROR tool.ImportTool: Import failed: org.apache.hadoop.fs.UnsupportedFileSystemException: No FileSystem for scheme "null"</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-ERROR-tool-ImportTool-Import-failed-org-apache-hadoop/m-p/236991#M198804</link>
      <description>&lt;P&gt;Issue was that the --target-dir path included some variables in the start of the path and ended up with the path looking like&lt;/P&gt;&lt;P&gt;//some/hdfs/path&lt;/P&gt;&lt;P&gt;and the "empty" // was confusing sqoop.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 06:28:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-ERROR-tool-ImportTool-Import-failed-org-apache-hadoop/m-p/236991#M198804</guid>
      <dc:creator>rvillanueva</dc:creator>
      <dc:date>2019-08-01T06:28:30Z</dc:date>
    </item>
  </channel>
</rss>

