Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: increase intellisense.filesize (contributed by Ke-Yi Sung)

Ozone is a subproject of Apache Hadoop, as a main rule we follow all the practices which are defined by Hadoop project. But there are some subproject specific practices which are summarized in this page.

...

  1. There is a file under intellij – generally where you have installed/downloaded intellij.
  2. This file is called  /Applications/idea/idea.app/Contents/bin/idea.properties under MacOS and generally under your home directory if you are on Linux.
  3. Edit this file, there is a property called
  4. idea.max.intellisense.filesize=2500 -- set this value to 500010000 (or more if you still encounter problems)

  5. Restart Intellij, this assumes that your editor/ machine has enough RAM to process this file.

...