<?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>topic tSqoopImport error load java classes (TOS_BD 7.1.1.) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSqoopImport-error-load-java-classes-TOS-BD-7-1-1/m-p/2299256#M71616</link>
    <description>&lt;P&gt;Hi.&lt;/P&gt; 
&lt;P&gt;I have the problem, which is shown completely in the error log archive which is attached below and a sample of it in the text of this post.&lt;/P&gt; 
&lt;P&gt;I'm trying to import a table from PostgreSQL with component tSqoopImport and when run the job the log says:&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;[WARN ]: org.apache.hadoop.hdfs.shortcircuit.DomainSocketFactory - The short-circuit local reads feature cannot be used because UNIX Domain sockets are not available on Windows.&lt;BR /&gt;[WARN ]: org.apache.sqoop.ConnFactory - $SQOOP_CONF_DIR has not been set in the environment. Cannot check for additional configuration.&lt;BR /&gt;\tmp\sqoop-Roberto Alvarez\compile\3c0fcc15297a1402205e0dcdc88c14e7\QueryResult.java:7: error: package org.apache.hadoop.io does not exist&lt;BR /&gt;import org.apache.hadoop.io.BytesWritable;&lt;BR /&gt;^&lt;BR /&gt;\tmp\sqoop-Roberto Alvarez\compile\3c0fcc15297a1402205e0dcdc88c14e7\QueryResult.java:8: error: package org.apache.hadoop.io does not exist&lt;BR /&gt;import org.apache.hadoop.io.Text;&lt;BR /&gt;^&lt;BR /&gt;\tmp\sqoop-Roberto Alvarez\compile\3c0fcc15297a1402205e0dcdc88c14e7\QueryResult.java:9: error: package org.apache.hadoop.io does not exist&lt;BR /&gt;import org.apache.hadoop.io.Writable;&lt;/P&gt; 
&lt;P&gt;...&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Other classes like&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;import org.apache.hadoop.mapred.lib.db.DBWritable;&lt;BR /&gt;import com.cloudera.sqoop.lib.JdbcWritableBridge;&lt;BR /&gt;import com.cloudera.sqoop.lib.DelimiterSet;&lt;BR /&gt;import com.cloudera.sqoop.lib.FieldFormatter;&lt;BR /&gt;import com.cloudera.sqoop.lib.RecordParser;&lt;BR /&gt;import com.cloudera.sqoop.lib.BooleanParser;&lt;BR /&gt;import com.cloudera.sqoop.lib.BlobRef;&lt;BR /&gt;import com.cloudera.sqoop.lib.ClobRef;&lt;BR /&gt;import com.cloudera.sqoop.lib.LargeObjectLoader;&lt;BR /&gt;import com.cloudera.sqoop.lib.SqoopRecord;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;are correctly load but not the others. Why does this problem happen? How did the others members solve this?&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Version of the components:&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;TOS BD 7.1.1&lt;/P&gt; 
&lt;P&gt;CDH_5_14_4&lt;/P&gt; 
&lt;P&gt;JDK 1.8&lt;/P&gt; 
&lt;P&gt;Windows 10&lt;/P&gt; 
&lt;P&gt;PostgreSQL 9.4&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:53:31 GMT</pubDate>
    <dc:creator>roalro</dc:creator>
    <dc:date>2024-11-16T05:53:31Z</dc:date>
    <item>
      <title>tSqoopImport error load java classes (TOS_BD 7.1.1.)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSqoopImport-error-load-java-classes-TOS-BD-7-1-1/m-p/2299256#M71616</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt; 
&lt;P&gt;I have the problem, which is shown completely in the error log archive which is attached below and a sample of it in the text of this post.&lt;/P&gt; 
&lt;P&gt;I'm trying to import a table from PostgreSQL with component tSqoopImport and when run the job the log says:&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;[WARN ]: org.apache.hadoop.hdfs.shortcircuit.DomainSocketFactory - The short-circuit local reads feature cannot be used because UNIX Domain sockets are not available on Windows.&lt;BR /&gt;[WARN ]: org.apache.sqoop.ConnFactory - $SQOOP_CONF_DIR has not been set in the environment. Cannot check for additional configuration.&lt;BR /&gt;\tmp\sqoop-Roberto Alvarez\compile\3c0fcc15297a1402205e0dcdc88c14e7\QueryResult.java:7: error: package org.apache.hadoop.io does not exist&lt;BR /&gt;import org.apache.hadoop.io.BytesWritable;&lt;BR /&gt;^&lt;BR /&gt;\tmp\sqoop-Roberto Alvarez\compile\3c0fcc15297a1402205e0dcdc88c14e7\QueryResult.java:8: error: package org.apache.hadoop.io does not exist&lt;BR /&gt;import org.apache.hadoop.io.Text;&lt;BR /&gt;^&lt;BR /&gt;\tmp\sqoop-Roberto Alvarez\compile\3c0fcc15297a1402205e0dcdc88c14e7\QueryResult.java:9: error: package org.apache.hadoop.io does not exist&lt;BR /&gt;import org.apache.hadoop.io.Writable;&lt;/P&gt; 
&lt;P&gt;...&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Other classes like&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;import org.apache.hadoop.mapred.lib.db.DBWritable;&lt;BR /&gt;import com.cloudera.sqoop.lib.JdbcWritableBridge;&lt;BR /&gt;import com.cloudera.sqoop.lib.DelimiterSet;&lt;BR /&gt;import com.cloudera.sqoop.lib.FieldFormatter;&lt;BR /&gt;import com.cloudera.sqoop.lib.RecordParser;&lt;BR /&gt;import com.cloudera.sqoop.lib.BooleanParser;&lt;BR /&gt;import com.cloudera.sqoop.lib.BlobRef;&lt;BR /&gt;import com.cloudera.sqoop.lib.ClobRef;&lt;BR /&gt;import com.cloudera.sqoop.lib.LargeObjectLoader;&lt;BR /&gt;import com.cloudera.sqoop.lib.SqoopRecord;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;are correctly load but not the others. Why does this problem happen? How did the others members solve this?&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Version of the components:&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;TOS BD 7.1.1&lt;/P&gt; 
&lt;P&gt;CDH_5_14_4&lt;/P&gt; 
&lt;P&gt;JDK 1.8&lt;/P&gt; 
&lt;P&gt;Windows 10&lt;/P&gt; 
&lt;P&gt;PostgreSQL 9.4&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSqoopImport-error-load-java-classes-TOS-BD-7-1-1/m-p/2299256#M71616</guid>
      <dc:creator>roalro</dc:creator>
      <dc:date>2024-11-16T05:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: tSqoopImport error load java classes (TOS_BD 7.1.1.)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSqoopImport-error-load-java-classes-TOS-BD-7-1-1/m-p/2299257#M71617</link>
      <description>&lt;P&gt;Sorry. I need a response. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 11:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSqoopImport-error-load-java-classes-TOS-BD-7-1-1/m-p/2299257#M71617</guid>
      <dc:creator>roalro</dc:creator>
      <dc:date>2019-05-16T11:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: tSqoopImport error load java classes (TOS_BD 7.1.1.)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSqoopImport-error-load-java-classes-TOS-BD-7-1-1/m-p/2299258#M71618</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;We have replied to your another topic:&lt;A title="https://community.talend.com/t5/Design-and-Development/TOS-BD-Error-package-org-apache-hadoop-io-does-not-exist/m-p/160217/highlight/false#M97730" href="https://community.qlik.com/s/feed/0D73p000004kZWlCAM#M97730" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/TOS-BD-Error-package-org-apache-hadoop-io-does-not-exist/m-p/160217/highlight/false#M97730&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Could you please check it?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 09:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSqoopImport-error-load-java-classes-TOS-BD-7-1-1/m-p/2299258#M71618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-17T09:31:57Z</dc:date>
    </item>
  </channel>
</rss>

