Exception while submitting a mapreduce job from remote system
问题 I got an exception while submitting a mapreduce job from remote system 13/10/28 18:49:52 ERROR security.UserGroupInformation: PriviledgedActionException as:root cause:org.apache.hadoop.mapred.InvalidInputException: Input path does not exist: file:/F:/Workspaces/Test/Hadoop/test My hadoop and mapreduce envirnment is configured on a linux machine. I submit the wordcount job from a local Windows PC as follows: public static void main(String[] args) throws Exception { UserGroupInformation ugi =