admin管理员组

文章数量:1122846

I am using this command for word count in Command Prompt in Windows

hadoop jar "C:\hadoop\share\hadoop\mapreduce\hadoop-mapreduce-examples-3.4.0.jar" wordcount /newdir/HadoopSmall.txt /newdir/smallword

and getting this error

Exception in thread "main" java.lang.UnsupportedOperationException: 'posix:permissions' not supported as initial attribute 

My Hadoop Version is 3.4.0 Java Version JDK 1.8.*

本文标签: