Kenji Noguchi

Results 25 comments of Kenji Noguchi

Next step. Overlord seems to be the best candidate to provide the metrics endpoint. It already runs the HTTP server. Probably we need two endpoints: - metric collector endpoint that...

I tried upgrading the Druid version from 0.9.2 to 0.10.0. Noticed some keys are missing, and default behavior changed. For example the new key `druid.javascript.enabled` is default `false`. For a...

I think el7 works if you edit the config.mk, and replace "el7" for "el6" but I do not have a test environment. Please make sure Java is Java8.

Is the json output type planned but never implemented?

@davidmankin you can get SID by `import os; os.getsid(pid)`. Session ID is a PID(PGID) of the session leader. The concept was standardized by POSIX.1. SVR4, and BSD adopted it. So...