Try setting it to handle incremental compilation of Scala by itself
(IntelliJ) and to run its own compile server. This is in global
settings, under the Scala settings. It seems to compile incrementally
for me when I change a file or two.

On Mon, Aug 11, 2014 at 8:57 PM, Ron's Yahoo!
<zlgonza...@yahoo.com.invalid> wrote:
> Hi,
>   I’ve been able to get things compiled on my environment, but I’m noticing 
> that it’s been quite difficult in IntelliJ. It always recompiles everything 
> when I try to run one test like BroadcastTest, for example, despite having 
> compiled make-distribution previously. In eclipse, I have no such 
> recompilation issues. IntelliJ unfortunately does not support auto 
> compilation for Scala. It also doesn’t seem as if IntelliJ knows that that 
> there are classes that have already been compiled since it always opts to 
> recompile everything. I’m new to IntelliJ so it might really just be a lack 
> of knowledge on my part.
>   Can anyone share any tips on how they are productive compiling against the 
> Spark code base using IntelliJ?
>
> Thanks,
> Ron
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
> For additional commands, e-mail: dev-h...@spark.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org

Reply via email to