Re: [VOTE] MADlib v1.9.1-rc1

2016-09-01 Thread Nandish Jayaram
+1 On Thu, Sep 1, 2016 at 12:17 PM, Frank McQuillan wrote: > Hello MADlib community, > > We have created a MADlib 1.9.1 release candidate, with the artifacts below > up for a vote. > > This will be the 3rd release for Apache MADlib (incubating). > > The main goals of this release are: > * new mo

Re: [VOTE] MADlib v1.9.1-rc2

2016-09-02 Thread Nandish Jayaram
+1 On Fri, Sep 2, 2016 at 10:26 AM, Frank McQuillan wrote: > Hello MADlib community, > > We have created a MADlib 1.9.1 RC-2, with the artifacts below up for a > vote. > > This release candidate replaces RC-1. The only difference between RC-1 and > RC-2 is > that some ._’ files were sneaked in

Re: Adding KNN to madlib

2016-11-15 Thread Nandish Jayaram
Hi Auon, Great going with your first version of k-NN implementation. Some useful links for coding guidelines are at (see Developer Documentation): https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61319606 MADilb has something called as install-checks for basic testing. You can look

Re: Adding KNN to madlib

2016-11-16 Thread Nandish Jayaram
> Auon, > > Thanks for working on kNN for MADlib. Can you expand a little bit on your > note, and post the interface that you are thinking about and description of > the arguments? Then people can comment on that. > > Thanks, > Frank > > On Tue, Nov 15, 2016 at 9:30 AM, Nand

Re: Adding KNN to madlib

2016-11-23 Thread Nandish Jayaram
> Hi NJ, > > Thanks for your inputs! > > I will go through everyone of them and try to incorporate them. > > > > Regards, > > Auon Haidar > > > From: Nandish Jayaram > Sent: Wednesday, November 16, 2016 2:29:05 PM > T

Re: Adding KNN to madlib

2016-12-01 Thread Nandish Jayaram
uon > > > From: Kazmi,Auon H > Sent: Friday, November 25, 2016 3:23:46 PM > To: dev@madlib.incubator.apache.org > Subject: Re: Adding KNN to madlib > > Thanks NJ, > > I will move forward in the suggested way. > > > > >

Re: Adding KNN to madlib

2016-12-04 Thread Nandish Jayaram
ically, I am trying to iterate over my testing data one by one and pass > its vector column to a function that finds its label. > > > > Regards, > > Auon > > > > From: Nandish Jayaram > Sent: Thursday, December 1, 2016 2:51:47 PM

Re: Adding KNN to madlib

2016-12-12 Thread Nandish Jayaram
madlib > > Hi NJ, > > Thanks! > > I will do that. > > > > > Regards, > > Auon > > > From: Nandish Jayaram > Sent: Sunday, December 4, 2016 1:39:53 PM > To: dev@madlib.incubator.apache.org > Subject: Re: Adding KNN to

Re: Adding KNN to madlib

2016-12-13 Thread Nandish Jayaram
eck if it is rightly done. > > > > > Thanks, > > Auon > > ________ > From: Nandish Jayaram > Sent: Monday, December 12, 2016 6:28:38 PM > To: dev@madlib.incubator.apache.org > Subject: Re: Adding KNN to madlib > > Hi Auon, > &

Re: [GitHub] incubator-madlib issue #80: KNN Added

2016-12-16 Thread Nandish Jayaram
Hi Auon, Hope your exams went well. You can do whatever ends up being a better git-learning experience for you. Since you just started contributing to MADlib, the easier way to get going might be to do what you mentioned. But a better, though a longer way, would be to just mess around with branch

Re: [GitHub] incubator-madlib issue #80: KNN Added

2016-12-19 Thread Nandish Jayaram
rg > Subject: Re: [GitHub] incubator-madlib issue #80: KNN Added > > Hi NJ, > > Thanks for your detailed reply! > > I will try to do the said things. > > > > Thanks, > > Auon > > > From: Nandish Jayaram > Sent: Friday, De

Re: [GitHub] incubator-madlib issue #80: KNN Added

2016-12-19 Thread Nandish Jayaram
e you struggled the most! NJ On Mon, Dec 19, 2016 at 9:51 AM, Nandish Jayaram wrote: > Great! Let us know if you have any other questions. > > NJ > > On Fri, Dec 16, 2016 at 10:52 PM, Kazmi,Auon H wrote: > >> Hi NJ, >> >> I guess I was able to play around with b

Re: [GitHub] incubator-madlib pull request #80: KNN Added

2016-12-19 Thread Nandish Jayaram
Hi Auon, You don't have to add the JIRA, it is already there: https://issues.apache.org/jira/browse/MADLIB-927 It's just good practice to mention the JIRA ID (JIRA: MADLIB-927) in your commit message. NJ On Sun, Dec 18, 2016 at 8:13 PM, Kazmi,Auon H wrote: > Hi NJ, > > I am ready to add chang

Re: [GitHub] incubator-madlib issue #80: KNN Added

2016-12-20 Thread Nandish Jayaram
as > another thing. I made an install-readme for myself. Apart from all this, I > had help from one of my colleague in college and the madlib's community. > > > > > > Regards, > > Auon > > > From: Nandish Jayaram > Sent:

Re: [GitHub] incubator-madlib pull request #81: JIRA: MADLIB-927 Changes made in KNN-help...

2016-12-28 Thread Nandish Jayaram
Just pushing the code should be good, you don't have to create a new pull request. The existing one will get updated. NJ On Tue, Dec 27, 2016 at 5:56 PM, Kazmi,Auon H wrote: > Hi, > > I have been making some changes in existing KNN code after going through > the comments of Orhan. > > How shoul

Re: [VOTE] MADlib v1.10-rc1

2017-02-16 Thread Nandish Jayaram
+1 NJ Sent from my iPhone > On Feb 16, 2017, at 12:06 PM, Orhan Kislal wrote: > > Hi Ed, > > Thanks for the review. One of the comments from the previous release was a > preference towards a signature with an Apache id. Since Satoshi-san is not an > Apache committer yet, I took care of the

PageRank Scale Tests.

2017-04-06 Thread Nandish Jayaram
Hello MADlib community, We will be adding PageRank to MADlib in the upcoming release. The JIRA associated with introducing PageRank is: https://issues.apache.org/jira/browse/MADLIB-1069 We performed some scale testing for PageRank on graphs going up to 100 million vertices and 5 billion edges. Th

Re: [VOTE] MADlib v1.11-rc3

2017-05-05 Thread Nandish Jayaram
+1 NJ On Thu, May 4, 2017 at 6:10 PM, Rashmi Raghu wrote: > Hello MADlib community, > > We have created a MADlib 1.11 RC-3, with the artifacts below (source and > convenience binaries) up for a vote. > > Note that voting for the RC-2 release has been cancelled due to the need > for minor correc

Re: Follow up from ApacheCon

2017-05-25 Thread Nandish Jayaram
Thank you for initiating this thread Trevor. The possibility of two Apache projects collaborating together is wonderful, and I was just trying to wrap my head around how we could do that with Mahout and MADlib. Thanks to my ignorance, I think I have more questions than answers now. :-/ The first q

Re: MADlib Code coverage

2017-07-14 Thread Nandish Jayaram
Hi Ed, We haven't set that up for MADlib yet, but we will be looking into it soon. Any ideas? NJ On Fri, Jul 14, 2017 at 10:00 AM, Ed Espino wrote: > Out of curiosity, do MADlib developers regularly use code coverage > utilities to measure the coverage quality of their tests? > > -=e > > -- >

Re: MADlib Code coverage

2017-07-14 Thread Nandish Jayaram
ry gcov > > # You will notice there is some uninteresting system coverage info. > # The following will filter them out. > > lcov --remove coverage.info '/usr/include/*' '/usr/local/include/*' > '/usr/local/postgres/*' '*build/third_party/*' -o

Re: MADlib Code coverage

2017-07-15 Thread Nandish Jayaram
t;> On Fri, Jul 14, 2017 at 1:50 PM, Ed Espino wrote: >> >> Sure NJ, >> >> I'll create both (Jira and PR). >> >> -=e >> >> On Fri, Jul 14, 2017 at 1:46 PM, Nandish Jayaram >> wrote: >> >>> Thank you Ed, this is great. We wil

Re: MADlib Python module code coverage

2017-07-18 Thread Nandish Jayaram
Hey Ed, I have not tried it. It'll be great if you could share your experiences with it. Will go well with https://github.com/apache/incubator-madlib/pull/151. NJ On Tue, Jul 18, 2017 at 3:34 PM, Ed Espino wrote: > MADlib dev, > > Has anyone tried to use the Python Coverage.py ( > https://cove

Regarding moving source repos from incubator-madlib to madlib

2017-08-07 Thread Nandish Jayaram
Hi All, Now that we have graduated to TLP, it's time to move all "incubator-madlib" to "madlib", and I was looking at a PR ( https://github.com/apache/incubator-madlib/pull/158) which does quite a bit towards it. I noticed that a few URLs such as our homepage and user docs ( http://madlib.apache.

Re: Regarding moving source repos from incubator-madlib to madlib

2017-08-07 Thread Nandish Jayaram
cubator.apache.org/guides/transferring.html). > There is mention of the git project renaming task. > > There are also several TLP graduation JIRAs filed under the "TLP graduation > tasks" epic (https://issues.apache.org/jira/browse/MADLIB-1112). > > -=e > > On Mon,

Re: MADlib Debugging (elastic_net) - MADLIB-1068

2017-08-07 Thread Nandish Jayaram
Nice catch, thanks Ed! NJ On Mon, Aug 7, 2017 at 2:07 PM, Ed Espino wrote: > I have resolved MADLIB-1068 with a workaround (use GCC 4 and not the > default GCC 5) for Ubuntu 16.04. I have created MADLIB-1145 to track the > GCC 5 issue. > > Happy Monday, > -=e > > On Fri, Aug 4, 2017 at 11:11 AM

Confusion regarding the order of JIRAs to address

2017-08-07 Thread Nandish Jayaram
Hi All, I was reviewing PR #158 (https://github.com/apache/incubator-madlib/pull/158), and was also looking at the post graduation tasks. This PR seems to be very relevant to one of the post graduation JIRAs ( https://issues.apache.org/jira/browse/MADLIB-1132), and I was a little confused about th

Migrating MADlib code base out of incubator.

2017-08-09 Thread Nandish Jayaram
Hi All, I was planning on opening an Apache Infra JIRA to migrate MADlib's current code repo out of "incubator", following the directions in: https://incubator.apache.org/guides/transferring.html http://www.apache.org/dev/infra-contact#requesting-graduation An example Infra JIRA we can follow: htt

Re: Migrating MADlib code base out of incubator.

2017-08-09 Thread Nandish Jayaram
d to enable 2FA on GitHub > before you can gain write-access to repositories.". > > Shall we put the main MADlib repo(s) migration to GitBox to a vote? > > -=e > > On Wed, Aug 9, 2017 at 11:47 AM, Nandish Jayaram > wrote: > > > Hi All, > > > > I was

[VOTE]: MADlib repo(s) migration

2017-08-09 Thread Nandish Jayaram
Hi All, With MADlib's graduation to TLP, it's time to migrate its github repos from `*incubator-madlib*` to `*madlib*`. We will have to open an Apache Infrastructure ticket to request this move for the following repos (along with other stuff like wiki, jenkins etc): https://git1-us-west.apache.org

Re: [VOTE]: MADlib repo(s) migration

2017-08-09 Thread Nandish Jayaram
1 NJ On Wed, Aug 9, 2017 at 2:40 PM, Ed Espino wrote: > 2 > > Thanks NJ! > > On Wed, Aug 9, 2017 at 2:35 PM, Cooper Sloan wrote: > > > 2 > > > > On Wed, Aug 9, 2017 at 2:32 PM Nandish Jayaram > > wrote: > > > > > Hi All, > > &g

Re: [VOTE]: MADlib repo(s) migration

2017-08-11 Thread Nandish Jayaram
> 1 > > > > Orhan Kislal > > > > On Wed, Aug 9, 2017 at 2:32 PM, Nandish Jayaram > wrote: > > > >> Hi All, > >> > >> With MADlib's graduation to TLP, it's time to migrate its github > >> repos from `*incubator-madlib*

Re: Jenkins madlib-master-build failed

2017-08-11 Thread Nandish Jayaram
Thank you for the info Ed. :) NJ On Fri, Aug 11, 2017 at 9:58 AM, Ed Espino wrote: > An observant badminton birdie whispered in the wind "I couldn't find a way > to re-trigger Jenkins master, is it because I don't have a Jenkins > account?" > > It just so happens that I assist with Apache Jenki

Re: [VOTE]: MADlib repo(s) migration

2017-08-14 Thread Nandish Jayaram
Apache Infra ticket soon and send out another email with its ID for you to track. NJ On Mon, Aug 14, 2017 at 11:52 AM, Frank McQuillan wrote: > 1 > > On Fri, Aug 11, 2017 at 10:16 AM, Nandish Jayaram > wrote: > > > Hi All, > > > > A gentle reminder to vote

JIRA for migrating repos following MADlib's TLP graduation

2017-08-14 Thread Nandish Jayaram
Hi All, I have opened an Apache Infrastructure ticket to migrate MADlib's git repos, distribution server, and other common tasks associated with the move from incubator to TLP. The ticket is: https://issues.apache.org/jira/browse/INFRA-14872 Please do have a look at it and let me know if I have m

Jenkins PR build is failing

2017-08-18 Thread Nandish Jayaram
Hi, The latest PR build on Jenkins ( https://builds.apache.org/user/riyer/my-views/view/MADlib-Monitor/job/madlib-pr-build/170/) is failing with an `java.io.IOException: No space left on device` error. Can somebody with a Jenkins account have a look at it please? NJ

Re: Jenkins PR build is failing

2017-08-18 Thread Nandish Jayaram
qnode3 > <https://builds.apache.org/computer/qnode3> (ubuntu) in workspace > /home/jenkins/jenkins-slave/workspace/madlib-pr-build > > > -=e > > On Fri, Aug 18, 2017 at 10:53 AM, Nandish Jayaram > wrote: > > > Hi, > > > > The latest PR build on Jenkins

Re: [GitHub] incubator-madlib pull request #44: Feature: Sessionize funtion

2016-06-02 Thread Nandish Jayaram
"*Always compare against the last valid session event, not against one(s) that just got dropped*", is one of the requirements (https://issues.apache.org/jira/browse/MADLIB-1002). I think the LAG() functions used in the query always end up finding the difference between the time stamps of the curre