Mr_Monkey: I am waiting your initial response in my previous year proposal, as required some major changes on that. I will great help to me to prepare a good proposal.
iliekcomputers: 325 was OK this morning when I commented about the spelling mistake, and then pulkit6559 fixed it, bit it should have been a single commit that didn't require force-pushing
iliekcomputers
hmm, that wasn't me.
alastairp
yes. we should be a bit more careful about force-pushing and cherry-picking and rebasing all over the place
it has its time, but not necessaraily all the time
amCap1712
gr0uch0mars: around
gr0uch0mars
yesss
amCap1712
we are back to square one
i added the viewpager and fragments back
still dosen't work
pulkit6559
alastairp: actually i had to force push it because i squashed 2 commits
alastairp
pulkit6559: right. what commits did you squash?
it probably wasn't necessary, but don't worry too much
i pulled the commits you made into my local branch, so an extra commit was was added saying something like "merged branch stats.. " so i just squashed it with the one i added
[musicbrainz-server] reosarevok merged pull request #974 (master…MBS-10075): MBS-10075: Fix to still display releases with no medium when sorting collection by format/no. of tracks https://github.com/metabrainz/musicbrainz-serve...
pristine--: can you give more information? Do you have output from python showing the error? do you know how the docker image is being loaded? did you pull the updated version that ruaok pushed?
can you verify that numpy is in the container without running the full pipeline?
pristine--
alastairp: hi. Spark's MLlib uses numpy. SO when I run that script, I get the error. On my local machine, I included numpy installation command in dockerfile.dev and everything worked
on leader, it notifies that numpy is not insatlled. I ran ./saprk-submit.sh and it pulled some images
alastairp
right
you're not giving enough information
pristine--
umm, what do you want to know?
alastairp
"it notifies that numpy is not installed", I want to see this error
pristine--
a sec
alastairp
"it pulled some image", I want to see what it's pulling
what did ruaok push for you? does your spark pipeline build the docker image during the process, or does it pull an image?
what dockerfile did he use to build the image? if you edited Dockerfile.dev, is the same change made in Dockerfile?
alastairp: unfortunately, I don't know what rob pushed. I told him about the problem, and he just asked me to try it out.
alastairp
right. I think that's the first thing to work out, because otherwise pressing buttons and hoping that it's going to work probably isn't going to be very useful :)
pristine--
i am not much familiar with leader
he knows how build and everything works
alastairp
can you tell me more about how spark runs the pipeline? where does the error output that you pasted come from? Is that a docker image that is pulled on each worker machine?
pristine--
I did not made any changes to Dockerfile.dev on leader
alastairp
who else knows about this. iliekcomputers?
pristine--
yes
alastairp
pristine--: do you have output about it pulling images?
It passed all tests before the merge, it's the merge itself that failed them for some reason
adhawkins joined the channel
yvanzo
Oh, it is master build :(
baniket
Mr_Monkey: hey!! I wanted to ask what kind of functionality are you trying to get in the user collections project. What i had in mind was a add to read later and a read functionality, buttons appearing for both in edition page and maybe in the header too.
pristine--: I pushed one image and realized I made a mistake.
The I pushed a second image that fixed it.
pristine--
how do pull the image? i mean any specific command
ruaok
Do you remember how I talked about the `script` command?
pristine--
yes
reosarevok
baniket, Mr_Monkey: I'm not the one running the project of course, but I feel what we have in MB (a few default collections such as "attending" and "maybe attending" for events, but letting the user make as many collections of their choice as possible) would make sense