Forced push to master

2017-08-18 Thread Rahul Iyer
Hi dev-team, I force-pushed to the master branch to fix an incorrect author assignment I made on commit titled "MLP: Add multiple enhancements". This practice is frowned-down upon and I try to avoid it when I can. In this case, however, I wanted to ensure the right person got credit for the

Re: Jenkins madlib-master-build failed

2017-08-11 Thread Rahul Iyer
I've access to the service and had built the MADlib projects on Jenkins. I believe admin access to Jenkins allows editing *any* project. Roman wanted us to be careful with such privileges, hence access was provided to just 1 committer. With the move to TLP, maybe we could add more with admin

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

2017-08-09 Thread Rahul Iyer
+0 for either options. I feel the Github workflow doesn't add much and prefer to not use the Github merge button. Keeping the history clean when possible requires merging on local machine, at which point either Github or ASF is just a change in remote URL. On Wed, Aug 9, 2017 at 2:47 PM, Orhan

Re: GCC 5, 6 and 7 are not supported by MADlib

2017-08-08 Thread Rahul Iyer
Thanks, Ed. Current work is aimed towards completing the next release (1.12). We'll pick up the JIRAs for this issue (MADLIB-1025 , MADLIB-1145 ) after the release. On Tue, Aug 8, 2017 at 8:28

Re: MADlib Jenkins project question (madlib-master-build & madlib-pr-build)

2017-08-02 Thread Rahul Iyer
> > ​ > Question: is the value for the sub-directory arbitrary? I'd like to > suggest we set this value to match the repository name (minus .git suffix). > This will allow us to reference the ${GIT_URL} environment variable > available to the running shell process. > > ​The sub-directory name was

Re: Installation issue - OSError: [Errno 2] No such file or directory: '/usr/local/madlib/Versions/1.10.0/ports/postgres'

2017-05-09 Thread Rahul Iyer
s -c > $MADLIB_USER@$PSQL_HOST/$PSQL_DB install > > > > psql -h $PSQL_HOST $PSQL_DB -c "GRANT ALL PRIVILEGES ON SCHEMA madlib TO > $PSQL_USER" > > > > > > > > Best Regards, > > Markus Paaso > > > > > > 2017-05-05 20:11 GMT+03:00 Louis

Re: [VOTE] MADlib v1.11-rc3

2017-05-05 Thread Rahul Iyer
+1 - Checksums, PGP signatures, RAT check are good. - Source tar ball extracts to a directory named `apache-madlib-1.11-incubating-src` - GIT_REVISION set to `rc/1.11-rc3` as discussed in previous RC vote. On Fri, May 5, 2017 at 10:16 AM, Orhan Kislal wrote: > +1 > > On

Re: [DISCUSS] Graduation

2017-05-04 Thread Rahul Iyer
Hi Roman, Many thanks for your excellent mentorship! Your #2 and #3 proposals sound good to me and I look forward to the discussion on private@. - Rahul On Fri, Apr 28, 2017 at 10:47 AM, Roman Shaposhnik wrote: > Hi! > > with the fifth (v1.11) release in the final stages of

Re: [VOTE] MADlib v1.11-rc2

2017-05-03 Thread Rahul Iyer
Re: incorrect git revision in the files The revision string is obtained using ​ ​​ 'git describe' and the value of ​`​ rel/v1.10.0-30-g0ff829a ​` indicates that the ​ commit is ​30 commits above the v1.10.0 commit, with the commit SHA starting with 0ff829a ​. The difficulty with ensuring it

Re: [VOTE] MADlib v1.11-rc1

2017-05-01 Thread Rahul Iyer
+1 On May 1, 2017 3:55 PM, "Rashmi Raghu" wrote: > Hello MADlib community, > > We have created a MADlib 1.11 RC-1, with the artifacts below up for a vote. > > This will be the 5th release for Apache MADlib (incubating). > > The main goals of this release are: > * new module

Re: understanding hello_world module example

2017-04-12 Thread Rahul Iyer
> Why is inOtherState.numRows being typecast to uint16_t here? Shouldn't > it be uint64_t? > > I'd like to know if this is some magic I need to understand or simply a bug. That's a bug. Thanks for pointing it out.

Re: Apache Jenkins MADlib projects

2017-03-14 Thread Rahul Iyer
Thanks, Ed. The master and PR integration would be quite useful for MADlib and are on the cards. We're in the process of wrapping our docker work; once that goes in, we can finalize these other projects. It would be easier for us to start with the HAWQ projects as references - could you please

Re: [VOTE] MADlib v1.10-rc2

2017-03-03 Thread Rahul Iyer
+1 On Fri, Mar 3, 2017 at 11:17 AM, Frank McQuillan wrote: > Hello MADlib community, > > I am sending this email on behalf of the release manager Satoshi Nagayasu < > sn...@uptime.jp> . > > We have created a MADlib 1.10 RC-2, with the artifacts below up for a vote. > >

Re: [VOTE] MADlib v1.10-rc1

2017-02-27 Thread Rahul Iyer
I have attached two files: new_files_after_apache.txt: New files added since September 15, 2015 (grant date) till date files_w_apache_header.txt: Files that contain the Apache header right now. Comparing the two lists, there are open questions regarding below files. Extra headers: -

Re: [VOTE] MADlib v1.10-rc1

2017-02-16 Thread Rahul Iyer
+1 On Wed, Feb 15, 2017 at 7:27 PM, Satoshi Nagayasu wrote: > Hello MADlib community, > > We have created a MADlib 1.10 RC-1, with the artifacts below up for a vote. > > This will be the 4th release for Apache MADlib (incubating). > > The main goals of this release are: > * new

Re: Status of on-going PRs

2017-01-31 Thread Rahul Iyer
Hi Satoshi, Thanks for compiling this list. Please find my comments inline. On Tue, Jan 31, 2017 at 3:04 AM, Satoshi Nagayasu wrote: > Hi all, > > As release manager for 1.10, I just did a quick review and created a status > list of the on-going PRs. > >

Re: full Python API for MADlib

2016-12-23 Thread Rahul Iyer
​Hi Fatima, Thanks for starting this work. ​ > When you get back to work please let me know if you are OK with me forking > this code base, or if you are thinking to make any important changes. > > ​I think forking Pymadlib code and making it work for your use case would be great first step. I

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

2016-12-17 Thread Rahul Iyer
Hi Auon, It looks like the PR was closed from your end. If you didn't close it on github, then it could have been closed if that branch was deleted. In any case, it's good that you have all the changes you need to make. If you need, you can still access the PR with the comments on github

Re: Spatial model in MADlib (GWR)

2016-09-13 Thread Rahul Iyer
Hi Chengliang There's some information on debugging ​in ​ our old wiki page ​. There's no example there but the process is simple once you have the server process id. - Rahul ​ On Tue, Sep 13, 2016 at 6:41 AM, Wang

Re: [VOTE] MADlib v1.9.1-rc2

2016-09-06 Thread Rahul Iyer
+1 On Tue, Sep 6, 2016 at 9:52 AM, Feng, Xixuan (Aaron) wrote: > +1 > > Thank you guys for all the hard work! > > ​ >

Re: [VOTE] MADlib v1.9.1-rc1

2016-09-02 Thread Rahul Iyer
.io> wrote: > Thanks. I will re-send the [VOTE] request. > > On Fri, Sep 2, 2016 at 9:25 AM, Rahul Iyer <ri...@pivotal.io> wrote: > > > New RC uploaded with source files at > > https://dist.apache.org/repos/dist/dev/incubator/madlib/1.9. > > 1-incubating-rc2

Re: [VOTE] MADlib v1.9.1-rc1

2016-09-02 Thread Rahul Iyer
; >> * improvements to existing modules (class weights in SVM, overlapping > >> patterns in path) > >> * performance improvements (path) > >> * platform updates (PostgreSQL 9.5 and 9.6) > >> * bug fixes > >> * doc improvements > >> > >> For more information including release notes, please see: > >> https://cwiki.apache.org/confluence/display/MADLIB/MADlib+1.9.1 > >> > >> *** Please download, review and vote by Tues Sep 6, 2016 @ 6pm PST *** > >> > >> We're voting upon the source (tag): rc/1.9.1-rc1 > >> > >> Source Files: > >> https://dist.apache.org/repos/dist/dev/incubator/madlib/1.9. > 1-incubating-rc1/ > >> > >> Commit to be voted upon: > >> https://git-wip-us.apache.org/repos/asf?p=incubator-madlib. > git;a=commit;h=e1c99c1538dc124c9b323ba76382ba2af05c6892 > >> > >> KEYS file containing PGP Keys we use to sign the release: > >> https://dist.apache.org/repos/dist/dev/incubator/madlib/KEYS > >> > >> To help in tallying the vote, can PMC members please be sure to indicate > >> "(binding)" with their vote. > >> > >> [ ] +1 approve > >> [ ] +0 no opinion > >> [ ] -1 disapprove (and reason why) > >> > >> Thank you, > >> Frank McQuillan > > > > > > > > -- > > Satoshi Nagayasu <sn...@uptime.jp> > > > > -- > Satoshi Nagayasu <sn...@uptime.jp> > -- - Rahul Iyer Principal software engineer | Predictive Analytics *Pivotal**A new platform for a new era*

Re: [VOTE] MADlib v1.9.1-rc1

2016-09-01 Thread Rahul Iyer
ith their vote. > > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove (and reason why) > > Thank you, > Frank McQuillan > -- - Rahul Iyer Principal software engineer | Predictive Analytics *Pivotal**A new platform for a new era*

Re: create_indicator_variables() with svec?

2016-08-09 Thread Rahul Iyer
Rahul, > > 2016-08-09 2:05 GMT+09:00 Rahul Iyer <ri...@pivotal.io>: > > Array output for *create_indicator_variables* would be quite helpful when > > number of categories is large and the svec representation would be ideal > > for it. There might be similar i

Re: Contributing GMM and Perceptron to MADLib

2016-03-28 Thread Rahul Iyer
; Can this be assigned to me, or how do I get it assigned to me? > > Thanks, > Aditya > > On Mon, Mar 21, 2016 at 3:41 PM, Rahul Iyer <ri...@pivotal.io> wrote: > > > Hi Aditya, > > > > Welcome to the MADlib community! > > > > Gauss

Re: Contributing GMM and Perceptron to MADLib

2016-03-21 Thread Rahul Iyer
Hi Aditya, Welcome to the MADlib community! Gaussian Mixture models is extrememly useful and we would heartily welcome a contribution for it. The SQLEM paper might be oversimplifying the capabilities of the database (e.g. assuming there is no array type is unnecessary for Postgresql). You could

Re: Generic per-element array ops?

2016-02-26 Thread Rahul Iyer
I think there would be lot of benefit for MADlib if such operators are in core. Questions like the one raised in the PR would be better answered by the Postgres community. We have built generic functions with the same idea (see [1]). We define the following operations with arrays:

Re: build trying to install depencacies automatically

2016-02-16 Thread Rahul Iyer
I haven't seen this before. All dependencies should go to the same prefix folder as the madlib build. - Are you seeing something being installed to "/bin"? Where are you building madlib and what's the prefix you're using? - Could you please let us know the platform details and any other

Re: beta docs for path functions

2016-02-15 Thread Rahul Iyer
If you run 'make doc', the beta documentation will be available at 'doc/user/html/path_8sql__in.html'. On Mon, Feb 15, 2016 at 6:21 PM, Ivan Novick wrote: > Hi all, > > I have built the latest madlib code and installed it in GPDB dev build. > > Do we have any beta docs or

Re: Bayesian Analysis using MADlib (Gibbs Sampling for Probit Regression)

2016-01-15 Thread Rahul Iyer
Thanks for your comments, Caleb. @Gautam: as I mentioned in the community call today, we have an aggregate function, crossprod(float8[], float8[]), that can be used to perform the X'X and X'Y operation. - for X'X, the row_vec column would be both vector inputs - for X'Y, the row_vec column of X

Re: MADlib 1.8 Random Forest error (array_of_bigint)

2015-11-30 Thread Rahul Iyer
Hi Tetsuo, I don't think it's the 'id' that is causing this issue, rather the array of features. Decision tree combines the continuous and categorical features in two separate arrays - one of those (most probably the continuous feature) is empty for a particular tuple. I can't comment more