我正在使用hadoop-2.0.5-alpha
. 我的代码如下所示:
FileSystem fileSystem = FileSystem.get(conf);
Path path = new Path("/tmp/sample.txt");
System.out.println(fileSystem.exists(path));
但我得到一个例外
com.google.protobuf.InvalidProtocolBufferException: Message missing required fields: callId, status
我无法找到导致此错误的原因。有什么想法吗?