[06:15:58] Does anyone have R programming experience [06:16:00] ? [06:16:22] for analytics...data mining and analytics [06:33:38] (CR) QChris: Adding camus-wmf subproject and setting wmf version to -wmf3 (1 comment) [analytics/camus] (wmf) - https://gerrit.wikimedia.org/r/122563 (owner: Ottomata) [06:37:18] Pranjal: Some people in this channel use R, but most of the ones I know seem away. [06:37:57] I suppose they'll go online in like 12 hours. [06:54:54] okay...but after 12 hours it will be night here in my place.(India) [06:55:44] (CR) QChris: Adding README, Kraken submodule, and setting up for git-fat (1 comment) [analytics/kraken/deploy] - https://gerrit.wikimedia.org/r/122427 (owner: Ottomata) [06:57:58] Pranjal: I am sorry. [06:58:08] Maybe some R expert turns up before then. [06:58:37] But I would not count on it. [06:58:56] hmm..it okay man,,,i will wait [06:59:01] (CR) QChris: [C: 2 V: 2] Adding README, Kraken submodule, and setting up for git-fat [analytics/kraken/deploy] - https://gerrit.wikimedia.org/r/122427 (owner: Ottomata) [09:11:32] (CR) QChris: [C: -1] "Mostly nits." (17 comments) [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/120542 (owner: Nuria) [09:13:32] (CR) QChris: Adding camus wrapper script and camus properties file (2 comments) [analytics/kraken] - https://gerrit.wikimedia.org/r/121531 (owner: Ottomata) [10:10:25] (PS5) Nuria: Adding coding guidelines to README.md file [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/120542 [10:12:24] (CR) Nuria: "I have addressed all comments plus setup a vagrant environment from scratch to verify issue with coverage disappears by pip installing cov" (12 comments) [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/120542 (owner: Nuria) [12:11:46] (PS1) Nuria: Fixing bug with alembic migration script regarding configuration. [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/123209 [14:23:50] hi, didn't attend standup, was attempting to scan a few things over here, and had trouble with my scanner & xsane [14:24:08] it worked eventually [14:56:11] (CR) Milimetric: [C: 2] Fixing bug with alembic migration script regarding configuration. [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/123209 (owner: Nuria) [15:10:25] milimetric: hi, last week you told me about some repository in need of jenkins jobs, do you remember which one ? [15:10:55] hashar: analitycs/* :-) [15:10:59] :-D [15:12:44] guess I should train you guys to edit Jenkins jobs [15:14:48] Training is only half the rent. [15:14:58] Make our days longer! [15:15:03] That would help. [15:18:09] !log stopping puppet on stat1 [15:18:52] ottomata: does log work in the analytics channel? [15:20:32] oops [15:20:36] 1. it should [15:20:40] but 2. meant that for ops [15:30:11] Do we have the meeting in the appear.in batcave? [15:32:29] hi hashar: it was limn-mobile-data [15:32:40] this one happens to not be analytics [15:33:27] milimetric: wanna pair up together during your morning so we get jenkins jobs added? [15:33:41] tox based jobs are veeaaaary easy [15:34:05] cool hashar, let's set a date for tomorrow at 09:00 my time, 15:00 yours? [15:34:10] sold [15:34:12] or is it 14:00 yours because of daylight savings? [15:34:24] just send an invite via gmail :-] [15:34:26] k [15:34:27] :) [15:34:55] unsurprisingly google is smarter than us at figuring DST changes across the world [15:34:57] around [15:35:08] [Errno 2] No such file or directory: '/Users/amusso/projects/analytics/limn-mobile-data/test-requirements.txt' [15:35:08] :D [15:42:07] milimetric: I sent the invite [15:42:18] I am off gotta take care of my family (they are all sick hehe) [18:09:14] qchris: still around? [18:09:22] q about geowiki-data-private [18:10:56] Pizza is about to get ready. [18:11:01] Shoot really quick :-) [18:11:23] i'm migrating to stat1003 [18:11:31] do I need to copy over the private_bare repo manually? [18:11:33] I do, right? [18:11:40] Yes. [18:12:01] ok [18:12:09] Ha. Pizza is ready :-D [18:12:16] That worked out nicely. [18:12:36] ottomata: Is there any way to better puppetize private_bare? [18:13:00] i can't think of one, since it isn't hosted elsewhere [18:14:21] Ok. [18:14:24] Thanks. [18:48:51] (PS43) Milimetric: [WIP] Run recurring reports using the scheduler [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/112165 [19:44:20] GAH milimetric I know I have figured this out before [19:44:35] but every time I try to develop in a python module i get all woobleee [19:44:37] why why why [19:44:40] ok i have [19:44:43] :( [19:44:43] bin/logster [19:44:45] sorry [19:44:51] ok [19:45:00] logster/logster.py [19:45:07] logster/parsers/SomeClasses.py [19:45:19] bin/logster does [19:45:32] from logster import logster [19:45:35] but I get [19:45:48] do you have logster/__init__.py? [19:45:55] yes [19:45:59] and logster/parsers/__init__.py? [19:46:05] yes [19:46:33] from logster import logster [19:46:33] ImportError: No module named logster [19:46:46] I can get around that if I do [19:47:04] export PYTHONPATH=. [19:47:06] fine. [19:47:10] but then I get [19:47:15] ImportError: No module named parsers.LineMatchLogster [19:47:23] that is a dynamic import [19:47:29] hm, this might be because the name logster is used twice here? [19:47:43] so maybe in the first case [19:47:52] it's trying to import logster from bin/logster [19:48:13] maybe try in that first case without PYTHONPATH [19:48:25] from ..logster import logster [19:48:30] ah but I don't want to change that [19:48:45] bin/logster will be instaleld somwhere [19:48:47] usr/bin/logster [19:48:49] or whatever [19:49:17] ValueError: Attempted relative import in non-package [19:49:35] oh right :/ [19:52:51] HMM, i think i might have found it…hmmm maybe something is wrong with this relative import [19:52:57] sorry, dyanmic import [19:52:57] ghm [19:52:57] hm [19:53:16] shouldn't ./ just implicitly be on PYTHONPATH :p???? [19:55:56] i can't figure this out in the abstract ottomata, let me set up that example [19:57:19] ok ottomata [19:57:43] so short story is that you should probably just put logster in the root folder, where the logster directory is [19:57:54] so logster the executable can see logster the model [19:58:19] hmmmmmmm [19:58:22] oh that might work, hmm [19:58:30] and btw [19:58:31] i can maybe symlink [19:58:40] you'll need from logster.logster import something [19:58:47] because logster.py is a module [19:58:51] oh [19:59:05] no, you're doing "from logster import *" in __init__.py right? [19:59:06] nvm then [19:59:53] the thing is, when installed logster the executable should be able to "from logster import whatever" [19:59:55] no it is empty [19:59:58] right [20:00:04] because it will be in some python include path [20:00:07] right [20:00:18] but putting logster in bin will make testing locally hard [20:00:33] sorry, that's the best I can do - this stuff sux imo [20:02:15] but let me know if that still doesn't work ottomata [20:13:45] i've got it working in this dir by fixing where the import was from [20:13:46] hmm [20:51:12] (PS44) Milimetric: [WIP] Run recurring reports using the scheduler [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/112165 [20:51:17] (CR) QChris: [C: -1] "One camus issue, and one nit." (2 comments) [analytics/kraken] - https://gerrit.wikimedia.org/r/121531 (owner: Ottomata) [20:52:07] (PS45) Milimetric: [WIP] Run recurring reports using the scheduler [analytics/wikimetrics] - https://gerrit.wikimedia.org/r/112165 [20:54:13] j0kr: hi! [20:54:31] welcome! I forgot to ping you here [21:31:53] (PS1) Milimetric: Updating for April meeting [analytics/reportcard/data] - https://gerrit.wikimedia.org/r/123448 [21:32:05] (CR) Milimetric: [C: 2 V: 2] Updating for April meeting [analytics/reportcard/data] - https://gerrit.wikimedia.org/r/123448 (owner: Milimetric) [21:41:37] hmm eventlogging on vanadium is critical [21:44:04] hmm now ok? [21:44:04] hm [21:44:05] ok... [21:46:07] ottomata: I sent nuria and ori an email to ask about it [21:46:21] see what we should do when it's down for a few minutes like this, and if that's normal [21:46:33] how are you with your python stuff? [21:46:39] i'm about to check out for the day [21:47:05] it was reporter/statsd [21:47:10] i'm ok [21:47:12] good actually [21:47:22] already put a new version of logster into apt [21:58:45] yo, tnegrin [21:59:04] Just writing out that email on mobile stuff. Could you write out a certain email to wmfstaff? ;) [21:59:10] damn I'm personable. [22:26:22] (CR) QChris: "Forgot to mention that two jobs failed:" [analytics/kraken] - https://gerrit.wikimedia.org/r/121531 (owner: Ottomata) [22:40:33] (CR) Ottomata: "Uh:" [analytics/kraken] - https://gerrit.wikimedia.org/r/121531 (owner: Ottomata)