Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

TpigStoreResult failed (bigdata)

Hi
i m try to user TPigStoreResult to store file in hdfs. But i had an error :
Thks for your response :
I use Hortonwork sandbox 2.0 / Talend TOS BigData 5.4.1
connecting to socket on port 3862
connected
: org.apache.hadoop.conf.Configuration.deprecation - fs.default.name is deprecated. Instead, use fs.defaultFS
: org.apache.hadoop.conf.Configuration.deprecation - mapred.job.tracker is deprecated. Instead, use mapreduce.jobtracker.address
: org.apache.pig.backend.hadoop.executionengine.HExecutionEngine - Connecting to hadoop file system at: hdfs://192.168.235.129:8020
: org.apache.hadoop.util.NativeCodeLoader - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
: org.apache.hadoop.util.Shell - Failed to locate the winutils binary in the hadoop binary path
java.io.IOException: Could not locate executable null\bin\winutils.exe in the Hadoop binaries. a

To see the whole post, download it here
Labels (5)
5 Replies
Anonymous
Not applicable

Hello,
Your Talend client is on Windows, the cluster is on Linux, you are facing this YARN issue: https://issues.apache.org/jira/browse/YARN-1298.
It's a Hadoop bug which is not yet fixed. Try to execute the same job from Linux and it will work.
Cheers,
janhess
Creator II
Creator II

https://issues.apache.org/jira/browse/YARN-1298.
Issue does not exist on Apache
Anonymous
Not applicable

You should remove the "dot" at the end of the URL.
janhess
Creator II
Creator II

Missed that.
_AnonymousUser
Specialist III
Specialist III
Author

Hi,
thks for response.
I had download sandbox 1.3 and now everything is ok.