You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by Nicholas Chammas <ni...@gmail.com> on 2014/07/20 22:56:16 UTC

sbt/sbt test steals window focus on OS X

I just created SPARK-2602 <https://issues.apache.org/jira/browse/SPARK-2602> to
track this issue.

Are there others who can confirm this is an issue? Also, does this issue
extend to other OSes?

Nick

Re: sbt/sbt test steals window focus on OS X

Posted by Hari Shreedharan <hs...@cloudera.com>.
Add this to your .bash_profile (or .bashrc) - that will fix it.

export _JAVA_OPTIONS=-Djava.awt.headless=true


Hari


On Sun, Jul 20, 2014 at 1:56 PM, Nicholas Chammas <
nicholas.chammas@gmail.com> wrote:

> I just created SPARK-2602 <
> https://issues.apache.org/jira/browse/SPARK-2602> to
> track this issue.
>
> Are there others who can confirm this is an issue? Also, does this issue
> extend to other OSes?
>
> Nick
>