GitHub user njayaram2 opened a pull request:
https://github.com/apache/madlib/pull/207
Infra: Install MADlib on non-default schema in Jenkins
The Jenkins build that runs for every PR and for every master
commit is great. Installing MADlib on a non-default schema name
such as `mad` would help us identify many issues early (issues
that correspond to hard-coding `madlib` in the code/tests).
PS: The Jenkins build for this PR is expected to fail due to
https://issues.apache.org/jira/browse/MADLIB-1184
Closes #207
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/njayaram2/madlib
infra/jenkins_non_default_schema
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/207.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #207
----
commit 5364ed5506538943c190f49a47d5607ac9bea07a
Author: Nandish Jayaram <[email protected]>
Date: 2017-11-30T23:05:27Z
Infra: Install MADlib on non-default schema in Jenkins
The Jenkins build that runs for every PR and for every master
commit is great. Installing MADlib on a non-default schema name
such as `mad` would help us identify many issues early (issues
that correspond to hard-coding `madlib` in the code/tests).
PS: The Jenkins build for this PR is expected to fail due to
https://issues.apache.org/jira/browse/MADLIB-1184
Closes #207
----
---