eclipse 远程连接hadoop的问题

图片说明
这样是不是说明连接没问题?可以上传文件 删除文件

但是编译就报这些错误是怎么回事?新手,求解答

Exception in thread "main" java.lang.Error: Unresolved compilation problems:
Configuration cannot be resolved to a type
Configuration cannot be resolved to a type
GenericOptionsParser cannot be resolved to a type
GenericOptionsParser cannot be resolved to a type
Job cannot be resolved to a type
Job cannot be resolved to a type
Text cannot be resolved to a type
IntWritable cannot be resolved to a type
FileInputFormat cannot be resolved
Path cannot be resolved to a type
FileOutputFormat cannot be resolved
Path cannot be resolved to a type

at WordCount.main(WordCount.java:50)
不知道你这个问题是否已经解决, 如果还没有解决的话:

如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 写成博客, 将相关链接放在评论区, 以帮助更多的人 ^-^