I am Trying to read an ORC file in Java using
Configuration conf = new Configuration();
Reader createReader = OrcFile.createReader( new Path("/a"), OrcFile.readerOptions(conf));
I am getting the following Error
com.google.protobuf.InvalidProtocolBufferException: プロトコル メッセージが大きすぎます。悪意がある可能性があります。CodedInputStream.setSizeLimit() を使用して、サイズ制限を増やします。
この問題は、別のプログラムで解決されています。https://code.google.com/p/protobufeditor/issues/detail?id=2
しかし、彼らがどのようにそれをしたかはわかりません。助けてください。