You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run the sample program that calculates average pixel values on Hadoop 2.7.3
I'm not getting any error but just one warning:
WARN mapreduce.JobResourceUploader: Hadoop command-line option parsing not performed. Implement the Tool interface and execute your application with ToolRunner to remedy this.
I don't know whether this is what causing the part-r-00000 file to be empty. But somehow I'm getting the part-r-00000 file empty. There is also _SUCCESS file generated in Hadoop file system.
The text was updated successfully, but these errors were encountered:
I'm trying to run the sample program that calculates average pixel values on Hadoop 2.7.3
I'm not getting any error but just one warning:
WARN mapreduce.JobResourceUploader: Hadoop command-line option parsing not performed. Implement the Tool interface and execute your application with ToolRunner to remedy this.
I don't know whether this is what causing the part-r-00000 file to be empty. But somehow I'm getting the part-r-00000 file empty. There is also _SUCCESS file generated in Hadoop file system.
The text was updated successfully, but these errors were encountered: