Andrew Otto
Andrew Otto
I've successfully launched ammonite-spark in local mode with hive support enabled. I've done so with the following script and predef files: https://gist.github.com/ottomata/f63bd89ca2acbe9a9d26d3226eaf3405 (I can't remember where I got this predef...
As yall know, we are planning to decomission the socket.io based RCStream service in July this year. We've built a new service called EventStreams that takes its place. - https://blog.wikimedia.org/2017/03/20/eventstreams/...
Hello! It would be nice if the python package version changed when the linked uap-core submodule was updated. uap-core has been updated several times in master since 0.8.0 has been...
Currently, a new producer needs to be instantiated for each topic that you want to produce to. I am working on a service that intakes messages from many producers, and...
The examples of how to add a custom uuid function dynamicDefaults wrap `uuid.v4()`. However, I'd expect to be able to use either just `uuid` (which calls `uuid.v4`) or `uuid.v4` itself,...
Hi! I just wanted to note somewhere that I am maintaining a fork of logster for the Wikimedia Foundation over at https://github.com/wikimedia/operations-debs-logster. I've made a few changes and fixes as...
Hiya, I'm [researching](https://phabricator.wikimedia.org/T243460) replacing Wikimedia's usage of hadoop-fuse-dfs (from Cloudera?) with something more reliable. Most of the options out there are relatively old, and hadoofus seems to have a lot...
I need the ability to set charset to utf-8 in the Content-Type, and this will allow for more flexible header settings. See: https://phabricator.wikimedia.org/T154328
If there is no new input on a configured piped input, kafkatee will hang on an `fgets()` call in input.c This causes kafkatee to not clean up children and pidfile...
Hiya, I'm not sure if this should be in json-schema-merge-allof or just left up to me to write a custom resolver. When merging JSONSchemas, I think we can assume that...