Jonas Otten
Jonas Otten
Had the same issue, like @Pryz already mentioned it seems to be due to the outdated version in distro repos. If you're using ubuntu like I do (16.04 in my...
Is there a similar function available to translate user-space functions?
Hey @kckeiks, for these tests we generated artifical packets and used pre-determined timestamps rather than relying `bpf_ktime_get_ns()` to have full control over the simulation. [This](https://github.com/cloudflare/rakelimit/blob/master/src/rakelimit.c#L296-L326) might be a good reference....
According to the Skein documentation it is possible for a service to be run on node(s) with a specific yarn node_label (https://jcrist.github.io/skein/api.html?highlight=service#skein.Service), so maybe it would be possible to add...
I'd even prefer specifying hostnames, so no cluster configuration change is needed. I opened an issue in the skein Repo ( jcrist/skein#89 ) to check if this would be possible....
Thanks for your explanation! I'm running the Jupyter notebook directly on one of the spark nodes, so it would help to just be able to stick the scheduler to one...
Sorry for the super-late reply! Awesome that this is implemented now! Since the `node` option is really specific to the spark-cluster deployment IMO the best options would be 2 or...
Hey @janat08, the [example worker](https://github.com/sauercrowd/clojureworker/tree/main/example-worker) should be a fully working examples (it get's tested with github actions [here](https://github.com/sauercrowd/clojureworker/blob/main/.github/workflows/clojurescript-package.yml#L46) on every push). Does that example help you? Let me know if...
Could you share how you're starting the repl? It sounds like you're starting it from the command line, but that way we could double check the arguments provided on startup
Hey @janat08, I definitely recommend using node rather than the browser as I had issues with the browser version many times, however you should be able to run it with...