yaooqinn commented on code in PR #654: URL: https://github.com/apache/spark-website/pull/654#discussion_r2647430057
########## developer-tools.md: ########## @@ -352,17 +352,32 @@ By default, this script will format files that differ from git master. For more <h3>IDE setup</h3> +Make sure you have a clean start before setting up the IDE: A clean git clone of the Spark repo, install the latest +version of the IDE. If something goes wrong, clear the build outputs by `./build/sbt clean` and `./build/mvn clean`, +clear the m2 cache by `rm -rf ~/.m2/repository/*`, remove the IDE folder such as `.idea`, re-import the project into Review Comment: Looks it's IDEA-specific, can we move this to IntelliJ section? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
