如何增加CodedInputStream.setSizeLimit()

时间:2015-07-23 14:35:33

标签: java hive inputstream reader orc

我正在尝试使用

读取Java中的ORC文件
Configuration conf = new Configuration();
Reader createReader = OrcFile.createReader( new Path("/a"), OrcFile.readerOptions(conf));

我收到以下错误

  

com.google.protobuf.InvalidProtocolBufferException:协议消息   太大了可能是恶意的。使用CodedInputStream.setSizeLimit()   增加尺寸限制。

此问题已在此处针对其他程序解决。 https://code.google.com/p/protobufeditor/issues/detail?id=2

但我不确定他们是怎么做到的。 你可以帮帮我吗。

1 个答案:

答案 0 :(得分:0)

我觉得你在这里遗漏了很多东西 也许这可以帮助你OrcNewInputFormat Test