[
https://issues.apache.org/jira/browse/MADLIB-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingyi Mei updated MADLIB-1260:
-------------------------------
Description:
For a madlib module, we can call
{code:java}
select madlib_schema.module_name('example');{code}
to print out examples of this module. They are hard to maintain and not that
useful since we already have examples in our user documentation
[http://madlib.apache.org/docs/latest/index.html/.|http://madlib.apache.org/docs/latest/index.html/]
We are going to remove those examples for every module that has it, and make
sure madlib throw out proper error message when user calls it.
was:
For a madlib module, we can call
{code:java}
select madlib_schema.module_name('example');{code}
> Remove online examples
> ----------------------
>
> Key: MADLIB-1260
> URL: https://issues.apache.org/jira/browse/MADLIB-1260
> Project: Apache MADlib
> Issue Type: Improvement
> Components: All Modules
> Reporter: Jingyi Mei
> Priority: Major
> Fix For: v1.15.1
>
>
> For a madlib module, we can call
> {code:java}
> select madlib_schema.module_name('example');{code}
> to print out examples of this module. They are hard to maintain and not that
> useful since we already have examples in our user documentation
> [http://madlib.apache.org/docs/latest/index.html/.|http://madlib.apache.org/docs/latest/index.html/]
>
> We are going to remove those examples for every module that has it, and make
> sure madlib throw out proper error message when user calls it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)