You should add the hub command line wrapper of git for github to that wiki
page: https://github.com/github/hub -- doesn't look like I have edit access
to the wiki, or I've forgotten a password, or something....

Once you've got hub installed and aliased, you've got some nice additional
options, such as checking out a PR with just `git checkout
https://github.com/apache/spark/pull/457`, for example.


On Sun, Apr 20, 2014 at 9:01 PM, Patrick Wendell <pwend...@gmail.com> wrote:

> I put some notes in this doc:
> https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools
>
>
> On Sun, Apr 20, 2014 at 8:58 PM, Arun Ramakrishnan <
> sinchronized.a...@gmail.com> wrote:
>
>> I would like to run some of the tests selectively. I am in branch-1.0
>>
>> Tried the following two commands. But, it seems to run everything.
>>
>>  ./sbt/sbt testOnly org.apache.spark.rdd.RDDSuite
>>
>>  ./sbt/sbt test-only org.apache.spark.rdd.RDDSuite
>>
>>
>> Also, how do I run tests of only one of the subprojects.
>>
>> I tried
>>
>> $cd core; sbt test
>>
>> But, things fail to compile properly.
>>
>>
>> thanks
>>
>> Arun
>>
>
>

Reply via email to