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
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,