Ryan Williams

Results 184 comments of Ryan Williams

cool, just booted up SN server with `EXTRA_CLASSPATH=/my/jar` and it seems to work! added `spark.extraListeners` to my notebook's config and I'm all set

yea, sounds like for my purposes it was just a doc issue. however, letting users add this per-notebook also seems reasonable

related to this, I want to pass `--driver-java-options "-XX:+PrintGCDetails -XX:+PrintGCTimeStamps"` to my spark apps; is there any way to do that?

hm ok, I added this to my notebook config: ``` "customArgs": [ "-XX:+PrintGCDetails", "-XX:+PrintGCTimeStamps" ], ``` but i'm not seeing driver GC info in my browser console or the SN's...

Following up here since I'm still missing the ability to get GC stats logged from my executors. I dug through the AM logs for a recent app where I added...

just rebased and addressed the comment, gonna try to resuscitate a few of these, thanks for your patience

Just rebased this, not sure what [this failure](https://github.com/Netflix/metaflow/runs/4728162519?check_suite_focus=true#step:7:60) in "R tests on macos-latest" is about: ``` ==> Pouring checkbashisms--2.21.7.all.bottle.tar.gz installer: Package name is gfortran installer: Installing at base path /...

I think the above was a spurious failure, fwiw; I tweaked this PR once more to alphabetize `requirements-test.txt`, mostly just to get the CI to run again, and it passed....

thanks @savingoyal 🙏 looks like this is good to merge?

Not sure how to parse "Testing[44] had 3 FAILURES." above. Where does that CI run?