Created on 12-19-2016 01:40 PM - edited 08-18-2019 04:37 AM
Hi,
I started to create my first job, and i load correctly 2 files (director.txt ans movies.csv) as indicated in the tutoriel. But when i execute my job, i receive some error and after that i notice what is mentioned in the figure ( they load only the name of file and not the contents). What i must do here?
Thank you
Created 12-20-2016 02:13 PM
This is interesting. If the file is uploaded, that means your action is correct, why this error message come out. Could you please double check whether this message is generated after the fix or before the fix?
Created 12-19-2016 01:50 PM
Can you share a link to the tutorial you were working on?
Created 12-19-2016 02:15 PM
Created 12-19-2016 03:33 PM
you mentioned that you received errors during the job running, if there is error, that might be prevent to creating correct files. Could you please share what kind of errors it produced?
Created on 12-19-2016 05:42 PM - edited 08-18-2019 04:37 AM
Here, you find the total execution code, in picture i put the wrong line.
I hope to receive a solution for this. I m blocked here.
Thank you.
Created 12-19-2016 08:14 PM
Looks to me that you are running hadoop on windows, and you are missing the winutil.exe. Can you try this:
Created 12-20-2016 08:45 PM
@Asma Dhaouadi, can you confirm the issue is solved? If yes, could you please accept my answer.
Created 12-19-2016 06:39 PM
Thanks for the screen shots. It looks like your datanode is not fully operational. Can you please check the Namenode UI or Ambari (if you are using one to make sure that your datanode is up). if you have Ambari, log in and check the HDFS status page. If you are using HDFS without Ambari, connect to the Namenode UI http port ( 50070 : if you are using a version less that Hadoop 3.0) and you can connect to Datanode HTTP port at DatanodeIP:50075 ( again assuming that you are not running hadoop 3.0)
Created on 12-19-2016 07:40 PM - edited 08-18-2019 04:37 AM
Thank you for you replie,
i think that my Namenode URI it is good.
In the first picture you find my Namenode according by the configuration (but with this value i receive a error when i check service (picture 2))
for this reason i replaced it with my ip address 192.168.43.73 (in my case). Here (picture 3-4 ) i correct error.
And according "Datanode Information" , is in service (figure 5)
So, what do you think here ?
Thank you
Created on 12-20-2016 09:37 AM - edited 08-18-2019 04:37 AM
Hi @Frank Lu,
thank you for your patience , i downloaded the winutils.exe and i created a HADOOP_HOME and i put it in Path.
When i executed my job, they load my files and full this time but i receive these two error lines.
So, I hope they will not have any disadvantage at following, and how I precede to eliminate them ?
thank you