James Aley
James Aley
We've had some automated jobs silently failing due to exit code 0 being returned in these two error conditions: * Cluster provisioning with `aztk spark cluster create` failed due to...
I currently have issues with entire clusters failing to startup due to apt-get problems, presumably setting up the host: ``` E: Unable to locate package linux-image-extra-4.15.0-1013-azure E: Couldn't find any...
Since pulling from master (5761a3663adb261f49e0e7fc2301b327ee833c12), I can only see newly created clusters in `aztk spark cluster list`, but none of our long-running instances deployed with v0.6.0. If I checkout v0.6.0,...
In long-running jobs, I often see low priority nodes pre-empted, then return later, as expected. Usually, they come back up fine as a fresh node, but it's not uncommon to...
We're using `azure spark cluster submit ...` to run automated jobs from a VSTS release pipeline. Doing so means driver logs are streamed back to VSTS, which can be helpful...
There have been a couple of reports of cloc failing to launch with an OOM error. This is a bit surprising, as it really shouldn't be using much memory at...
Would be cool if there was a link to view the source for functions (from the the JARs) in the documentation pages.
The side-bar is a bit surprising to some users, because it instantly switches to the next view with no feedback. A slide animation to make it feel more like a...
Number of things that could do with a rework: - CLJS code is more side-effecty than it needs to be, - There's a little bit of server-side templating, which probably...
The search is currently using the simplest possible Lucene configuration. It should probably consider matches on the function names themselves to be more important than matches inside the doc strings,...