idea导入hadoop源码后有个
ClientNamenodeProtocolProtos的类,
报:the file size exceeds configured limit
在idea的bin目录下找到 idea.properties配置文件,将
默认的如下配置:
idea.max.intellisense.filesize=2500
改的大一些就OK了.

idea导入hadoop源码后有个
ClientNamenodeProtocolProtos的类,
报:the file size exceeds configured limit
在idea的bin目录下找到 idea.properties配置文件,将
默认的如下配置:
idea.max.intellisense.filesize=2500
改的大一些就OK了.