Re: Master compilation with sbt

2014-07-20 Thread Debasish Das
I figured out the cause...brew is updated to scala 2.11 and I got the latest scala version... Once I reverted back to 2.10.4, HEAD and 1.0.1 tag compiles fine... On Sat, Jul 19, 2014 at 1:24 PM, Chester Chen ches...@alpinenow.com wrote: Works for me as well: git branch branch-0.9

Re: Pull requests will be automatically linked to JIRA when submitted

2014-07-20 Thread Nan Zhu
Awesome! On Saturday, July 19, 2014, Patrick Wendell pwend...@gmail.com wrote: Just a small note, today I committed a tool that will automatically mirror pull requests to JIRA issues, so contributors will no longer have to manually post a pull request on the JIRA when they make one. It will

Re: Pull requests will be automatically linked to JIRA when submitted

2014-07-20 Thread Nicholas Chammas
That's pretty neat. How does it work? Do we just need to put the issue ID (e.g. SPARK-1234) anywhere in the pull request? Nick On Sat, Jul 19, 2014 at 11:10 PM, Patrick Wendell pwend...@gmail.com wrote: Just a small note, today I committed a tool that will automatically mirror pull requests

Re: Pull requests will be automatically linked to JIRA when submitted

2014-07-20 Thread Patrick Wendell
Yeah it needs to have SPARK-XXX in the title (this is the format we request already). It just works with small synchronization script I wrote that we run every five minutes on Jeknins that uses the Github and Jenkins API:

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

2014-07-20 Thread Hari Shreedharan
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.cham...@gmail.com wrote: I just created SPARK-2602 https://issues.apache.org/jira/browse/SPARK-2602 to track this