schema "madlib" does not exist error on Mac OS Sierra

2017-01-30 Thread Sankara Subramanian,Karthik Maharajan
MADlib community,
I am using Mac OS Sierra 10.12.2. I have installed both postgresql and Madlib 
as per the “Super Quick Start” instruction in this page ->  
https://cwiki.apache.org/confluence/display/MADLIB/Installation+Guide. The 
installations were successful. However, when I try to run the sample logistic 
regression query from the tutorial page,

SELECT madlib.logregr_train(
'patients', -- source table
'patients_logregr', -- output table
'second_attack',-- labels
'ARRAY[1, treatment, trait_anxiety]',   -- features
NULL,   -- grouping columns
20, -- max number of iteration
'irls'  -- optimizer
);

I am getting the error,

ERROR:  schema "madlib" does not exist
LINE 1: SELECT madlib.logregr_train(


Should I manually create the schema for madlib? Please let me know what I am 
missing here.



Thanks and Regards,

Karthik Maharajan Sankara Subramanian
Computer and Information Science and Engineering Department
Herbert Wertheim College of Engineering
University of Florida
Gainesville, FL-32611




[GitHub] incubator-madlib issue #81: JIRA: MADLIB-927 Changes made in KNN-help messag...

2017-01-30 Thread auonhaidar
Github user auonhaidar commented on the issue:

https://github.com/apache/incubator-madlib/pull/81
  
Thanks! I guess it worked for me.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-madlib issue #81: JIRA: MADLIB-927 Changes made in KNN-help messag...

2017-01-30 Thread njayaram2
Github user njayaram2 commented on the issue:

https://github.com/apache/incubator-madlib/pull/81
  
On your feature branch, try:
```
git fetch
git push --force-with-lease
```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-madlib issue #81: JIRA: MADLIB-927 Changes made in KNN-help messag...

2017-01-30 Thread auonhaidar
Github user auonhaidar commented on the issue:

https://github.com/apache/incubator-madlib/pull/81
  
Its not getting pushed, It says:
To https://github.com/auonhaidar/incubator-madlib.git
 ! [rejected]features/knn -> features/knn (non-fast-forward)
error: failed to push some refs to 
'https://github.com/auonhaidar/incubator-madlib.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.


I guess I will have to look further.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---