<?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 Re: Error while running sqoop using talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220115#M14665</link>
    <description>My Talend studio is installed on other machine than the cluster.
&lt;BR /&gt;I have also edited the core-site.xml , replacing the localhost to ip- address</description>
    <pubDate>Thu, 06 Mar 2014 10:04:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-06T10:04:28Z</dc:date>
    <item>
      <title>Error while running sqoop using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220110#M14660</link>
      <description>I am using Talend 5.3.1 open studio for big data.I am trying to import data from SQL server to HDFS using sqoop
&lt;BR /&gt;but when i am running the job i get the following error
&lt;BR /&gt;"ERROR security.UserGroupInformation: PriviledgedActionException "
&lt;BR /&gt;How to solve this error?
&lt;BR /&gt;I have face this same problem when i was running MR jobs using eclipse so when i used the below code the error was resolved.
&lt;BR /&gt;"UserGroupInformation ugi = UserGroupInformation.createRemoteUser("hduser");"
&lt;BR /&gt;So is there any option to create remote user.</description>
      <pubDate>Sat, 16 Nov 2024 11:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220110#M14660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running sqoop using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220111#M14661</link>
      <description>Hello,
&lt;BR /&gt;Don't you have a more detailed exception?
&lt;BR /&gt;What is the confirguration of your Sqoop component? Which Sqoop component do you use?
&lt;BR /&gt;Cheers,</description>
      <pubDate>Tue, 04 Mar 2014 22:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220111#M14661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-04T22:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running sqoop using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220112#M14662</link>
      <description>I am using CDH4.5 Sqoop component the the detailed error is 
&lt;BR /&gt;"14/03/03 17:22:02 ERROR security.UserGroupInformation: PriviledgedActionException as:296922 (auth 
&lt;IMG id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;IMPLE) cause:java.net.ConnectException: Call From INFPH01332/localhost to localhost:8021 failed on connection exception: java.net.ConnectException: Connection refused: no further information; For more details see: 
&lt;A href="http://wiki.apache.org/hadoop/ConnectionRefused" rel="nofollow noopener noreferrer"&gt;http://wiki.apache.org/hadoop/ConnectionRefused&lt;/A&gt; 
&lt;BR /&gt;14/03/03 17:22:02 ERROR tool.ImportTool: Encountered IOException running import job: java.net.ConnectException: Call From INFPH01332/localhost to localhost:8021 failed on connection exception: java.net.ConnectException: Connection refused: no further information; For more details see: 
&lt;A href="http://wiki.apache.org/hadoop/ConnectionRefused" rel="nofollow noopener noreferrer"&gt;http://wiki.apache.org/hadoop/ConnectionRefused&lt;/A&gt; 
&lt;BR /&gt; at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:727) 
&lt;BR /&gt; at org.apache.hadoop.ipc.Client.call(Client.java:1165) 
&lt;BR /&gt; at org.apache.hadoop.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngine.java:224) 
&lt;BR /&gt; at org.apache.hadoop.mapred.$Proxy11.getStagingAreaDir(Unknown Source) 
&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient.getStagingAreaDir(JobClient.java:1223) 
&lt;BR /&gt; at org.apache.hadoop.mapreduce.JobSubmissionFiles.getStagingDir(JobSubmissionFiles.java:102) 
&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:850) 
&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:844) 
&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method) 
&lt;BR /&gt; at javax.security.auth.Subject.doAs(Subject.java:396) 
&lt;BR /&gt; at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1232) 
&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:844) 
&lt;BR /&gt; at org.apache.hadoop.mapreduce.Job.submit(Job.java:481) 
&lt;BR /&gt; at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:511) 
&lt;BR /&gt; at org.apache.sqoop.mapreduce.ImportJobBase.doSubmitJob(ImportJobBase.java:163) 
&lt;BR /&gt; at org.apache.sqoop.mapreduce.ImportJobBase.runJob(ImportJobBase.java:141) 
&lt;BR /&gt; at org.apache.sqoop.mapreduce.ImportJobBase.runImport(ImportJobBase.java:211) 
&lt;BR /&gt; at org.apache.sqoop.manager.SqlManager.importTable(SqlManager.java:465) 
&lt;BR /&gt; at org.apache.sqoop.manager.SQLServerManager.importTable(SQLServerManager.java:99) 
&lt;BR /&gt; at org.apache.sqoop.tool.ImportTool.importTable(ImportTool.java:403) 
&lt;BR /&gt; at org.apache.sqoop.tool.ImportTool.run(ImportTool.java:476) 
&lt;BR /&gt; at org.apache.sqoop.Sqoop.run(Sqoop.java:145) 
&lt;BR /&gt; at sampleproj.sqoopconnect_0_1.SqoopConnect.tSqoopImport_2Process(SqoopConnect.java:641) 
&lt;BR /&gt; at sampleproj.sqoopconnect_0_1.SqoopConnect.tLibraryLoad_2Process(SqoopConnect.java:563) 
&lt;BR /&gt; at sampleproj.sqoopconnect_0_1.SqoopConnect.runJobInTOS(SqoopConnect.java:877) 
&lt;BR /&gt; at sampleproj.sqoopconnect_0_1.SqoopConnect.main(SqoopConnect.java:743) 
&lt;BR /&gt;Caused by: java.net.ConnectException: Connection refused: no further information 
&lt;BR /&gt; at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) 
&lt;BR /&gt; at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567) 
&lt;BR /&gt; at org.apache.hadoop.net.SocketIOWithTimeout.connect(SocketIOWithTimeout.java:206) 
&lt;BR /&gt; at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:524) 
&lt;BR /&gt; at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:489) 
&lt;BR /&gt; at org.apache.hadoop.ipc.Client$Connection.setupConnection(Client.java:472) 
&lt;BR /&gt; at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:566) 
&lt;BR /&gt; at org.apache.hadoop.ipc.Client$Connection.access$2000(Client.java:215) 
&lt;BR /&gt; at org.apache.hadoop.ipc.Client.getConnection(Client.java:1271) 
&lt;BR /&gt; at org.apache.hadoop.ipc.Client.call(Client.java:1141) 
&lt;BR /&gt; ... 24 more 
&lt;BR /&gt;Exception in component tSqoopImport_2 
&lt;BR /&gt;java.lang.Exception: The Sqoop import job has failed 
&lt;BR /&gt; at sampleproj.sqoopconnect_0_1.SqoopConnect.tSqoopImport_2Process(SqoopConnect.java:643) 
&lt;BR /&gt; at sampleproj.sqoopconnect_0_1.SqoopConnect.tLibraryLoad_2Process(SqoopConnect.java:563) 
&lt;BR /&gt; at sampleproj.sqoopconnect_0_1.SqoopConnect.runJobInTOS(SqoopConnect.java:877) 
&lt;BR /&gt; at sampleproj.sqoopconnect_0_1.SqoopConnect.main(SqoopConnect.java:743)"</description>
      <pubDate>Wed, 05 Mar 2014 03:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220112#M14662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-05T03:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running sqoop using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220113#M14663</link>
      <description>Hi,&lt;BR /&gt;Your Talend studio is installed on the same machine than the cluster?</description>
      <pubDate>Wed, 05 Mar 2014 12:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220113#M14663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-05T12:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running sqoop using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220114#M14664</link>
      <description>Hi, 
&lt;BR /&gt;I have recently resolved this issue with my sqoopimport in talend. 
&lt;BR /&gt;This issue is coming when your jobtracker is not able to communicate to namenode. 
&lt;BR /&gt;is your hadoop cluster a single node cluster or multiple node? 
&lt;BR /&gt;can you locate your core-site.xml file?. as i have installed cloudera manager my core-site.xml was existing in 
&lt;BR /&gt;/opt/cloudera/parcels/CDH-4.5.0-1.cdh4.5.0.p0.30/lib/hadoop-0.20-mapreduce/example-confs/conf.pseudo/core-site.xml 
&lt;BR /&gt;edit the above file. by default the fs.defaultname is always hdfs://localhost:8020. 
&lt;BR /&gt;change it to the ipaddress of your namenode. 
&lt;BR /&gt; &amp;lt;property&amp;gt; 
&lt;BR /&gt; &amp;lt;name&amp;gt;fs.default.name&amp;lt;/name&amp;gt; 
&lt;BR /&gt; &amp;lt;value&amp;gt;hdfs://10.176.381.211:8020&amp;lt;/value&amp;gt; 
&lt;BR /&gt; &amp;lt;/property&amp;gt; 
&lt;BR /&gt;restart your hdfs from cloudera manager. 
&lt;BR /&gt;This should resolve the connection refused error and at least move you forward. 
&lt;BR /&gt;Regards 
&lt;BR /&gt; Gokul</description>
      <pubDate>Wed, 05 Mar 2014 16:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220114#M14664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-05T16:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running sqoop using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220115#M14665</link>
      <description>My Talend studio is installed on other machine than the cluster.
&lt;BR /&gt;I have also edited the core-site.xml , replacing the localhost to ip- address</description>
      <pubDate>Thu, 06 Mar 2014 10:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220115#M14665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-06T10:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running sqoop using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220116#M14666</link>
      <description>Hi,&lt;BR /&gt;after the changes are you still getting the same error?&lt;BR /&gt;how you are executing your job?&lt;BR /&gt;can you use the oozie tab in talend to run the job on the hadoop cluster? &lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 06 Mar 2014 18:52:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220116#M14666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-06T18:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running sqoop using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220117#M14667</link>
      <description>Hi Team,&amp;nbsp; 
&lt;BR /&gt;I am facing the below error when i am trying to sqoop data from MySQL DB to HDFS (Cloudera quickstart for cdh5.8) which is a single node cluster. Version is TOS_BD-V6.3.0. Had tried using both JAVA API and Commandline options but no luck. Connections with HDFS, Hive and MySQL DB are successful. 
&lt;BR /&gt;My job is as follows : tLibraryLoad --&amp;gt; tSqoopImport 
&lt;BR /&gt; 
&lt;B&gt;When i use JAVA API &lt;/B&gt;: : org.apache.sqoop.tool.ImportTool - Encountered IOException running import job: java.io.IOException: Job status not available 
&lt;BR /&gt; 
&lt;B&gt;When i use Command line &lt;/B&gt;:: java.io.IOException: Cannot run program "sqoop": CreateProcess error=2, The system cannot find the file specified</description>
      <pubDate>Fri, 17 Feb 2017 12:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220117#M14667</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2017-02-17T12:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running sqoop using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220118#M14668</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hi,&lt;BR /&gt;Your Talend studio is installed on the same machine than the cluste&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;I installed Hadoop 1.1.2 and Hive 0.9.0. I didn't set username and password when i installed Hive.What can i set in the &amp;nbsp;username and password part?&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 22 Feb 2017 05:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-while-running-sqoop-using-talend/m-p/2220118#M14668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T05:08:43Z</dc:date>
    </item>
  </channel>
</rss>

