[
https://issues.apache.org/jira/browse/MADLIB-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Orhan Kislal updated MADLIB-1174:
---------------------------------
Description:
1. madpack should behave like psql for connection options. E.g.:
- no host option provided = connect via a Unix-domain socket to a server
on the local host, or via TCP/IP to localhost on machines that don't have
Unix-domain sockets.
- -h /foo = unix socket connection for socket in /foo
- -h foo = tcp connection to foo
- The default user name is your operating-system user name, as is the
default database name.
- Environment variables to use: PGDATABASE, PGHOST, PGPORT, PGUSER
There are two other JIRA's about the password requirements that might be
related to this improvement: MADLIB-346, MADLIB-780
2. madpack should be able to install a subset of modules using a flag similar
to the -t option in install-check.
was:
1. madpack should behave like psql for connection options. E.g.:
- no host option provided = connect via a Unix-domain socket to a server
on the local host, or via TCP/IP to localhost on machines that don't have
Unix-domain sockets.
- -h /foo = unix socket connection for socket in /foo
- -h foo = tcp connection to foo
- The default user name is your operating-system user name, as is the
default database name.
- Environment variables to use: PGDATABASE, PGHOST, PGPORT, PGUSER
There are two other JIRA's about the password requirements that might be
related to this improvement: MADLIB-346, MADLIB-780
> Improve madpack user experience
> -------------------------------
>
> Key: MADLIB-1174
> URL: https://issues.apache.org/jira/browse/MADLIB-1174
> Project: Apache MADlib
> Issue Type: Improvement
> Components: Madpack
> Reporter: Orhan Kislal
> Fix For: v1.13
>
>
> 1. madpack should behave like psql for connection options. E.g.:
> - no host option provided = connect via a Unix-domain socket to a
> server on the local host, or via TCP/IP to localhost on machines that don't
> have Unix-domain sockets.
> - -h /foo = unix socket connection for socket in /foo
> - -h foo = tcp connection to foo
> - The default user name is your operating-system user name, as is the
> default database name.
> - Environment variables to use: PGDATABASE, PGHOST, PGPORT, PGUSER
> There are two other JIRA's about the password requirements that might be
> related to this improvement: MADLIB-346, MADLIB-780
> 2. madpack should be able to install a subset of modules using a flag similar
> to the -t option in install-check.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)