Ryan Williams
Ryan Williams
This is really cool Erik, thanks, will look into it shortly! On Thu, Feb 9, 2017, 3:28 PM Erik Erlandson wrote: > An issue for scanLeft and parallell scan for...
Hi @erikerlandson, unfortunately I've not; I'd still like to but in the meantime if you want to send a PR that is more than welcome.
Hoping to breathe some life into this, I've been increasingly wanting this recently! Specifically, I keep trying to repro external guacamole users' local runs, e.g. https://github.com/hammerlab/guacamole/issues/572, and I do it...
Good idea! I've never actually run Spark on Mesos so someone who has will probably be better suited to taking this on.
excellent, thanks for your help
Good question @seregasheypak. It seems like it should be straightforward to make a request to Spark history server instead of YARN RM, and scrape the results. Alternatively, once [Spark-4435](https://github.com/apache/spark/pull/4435) goes...
Ah, thanks for the info! [Here's the output I see with logging on](https://gist.github.com/ryan-williams/0235a3924371edac0715ccd6539420ce); relevant last bit: ``` DEBUG:gcsfs.gcsfuse:read(args=('/hca/immune-cell-census/ica_cord_blood_h5.h5', 4096, 67108864, 0), kwargs={}) INFO:gcsfs.gcsfuse:read #0 (ll-sc-data/hca/immune-cell-census/ica_cord_blood_h5.h5) offset: 67108864, size: 4096 INFO:gcsfs.gcsfuse:cache...
@smondet introduced me to hscrypt a few years back, and I riffed on it a bit at https://github.com/hscrypt: - [hscrypt/demos](https://github.com/hscrypt/demos) has some docs/demos - [hscrypt/webpack-plugin](https://github.com/hscrypt/webpack-plugin) lets the ciphertext site be...
In the meantime, I'm using a spacer element like: ```html ``` While debugging, a border is helpful: ```html ```
Will try to add more details later but 2 things that seem to help: Skip this `npm i` in the Dockerfile: ```diff -RUN cd /src/duckdb-utils/dist && npm i +RUN cd...