[jira] [Updated] (HIVEMALL-189) Create a list of all functions

2018-04-16 Thread Makoto Yui (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVEMALL-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Yui updated HIVEMALL-189:

Labels: Doc  (was: )

> Create a list of all functions
> --
>
> Key: HIVEMALL-189
> URL: https://issues.apache.org/jira/browse/HIVEMALL-189
> Project: Hivemall
>  Issue Type: Sub-task
>Reporter: Takuya Kitazawa
>Assignee: Takuya Kitazawa
>Priority: Major
>  Labels: Doc
> Fix For: 0.5.2
>
>
> Current documentation only has a list of "generic" UDFs 
> [https://hivemall.incubator.apache.org/userguide/misc/generic_funcs.html] It 
> would be great if we have a similar list for machine-learning-specific UDFs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (HIVEMALL-189) Create a list of all functions

2018-04-16 Thread Makoto Yui (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVEMALL-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Yui closed HIVEMALL-189.
---
Resolution: Fixed

Merged the pull request. Another ticket can be created to import 
tools/hivemalldoc module.

> Create a list of all functions
> --
>
> Key: HIVEMALL-189
> URL: https://issues.apache.org/jira/browse/HIVEMALL-189
> Project: Hivemall
>  Issue Type: Sub-task
>Reporter: Takuya Kitazawa
>Assignee: Takuya Kitazawa
>Priority: Major
>
> Current documentation only has a list of "generic" UDFs 
> [https://hivemall.incubator.apache.org/userguide/misc/generic_funcs.html] It 
> would be great if we have a similar list for machine-learning-specific UDFs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVEMALL-189) Create a list of all functions

2018-04-16 Thread Makoto Yui (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVEMALL-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Yui updated HIVEMALL-189:

Fix Version/s: 0.5.2

> Create a list of all functions
> --
>
> Key: HIVEMALL-189
> URL: https://issues.apache.org/jira/browse/HIVEMALL-189
> Project: Hivemall
>  Issue Type: Sub-task
>Reporter: Takuya Kitazawa
>Assignee: Takuya Kitazawa
>Priority: Major
> Fix For: 0.5.2
>
>
> Current documentation only has a list of "generic" UDFs 
> [https://hivemall.incubator.apache.org/userguide/misc/generic_funcs.html] It 
> would be great if we have a similar list for machine-learning-specific UDFs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] incubator-hivemall pull request #143: [HIVEMALL-189] Create a list of all fu...

2018-04-16 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-hivemall/pull/143


---


[GitHub] incubator-hivemall issue #145: [HIVEMALL-191] Add Kryo serialization test to...

2018-04-16 Thread myui
Github user myui commented on the issue:

https://github.com/apache/incubator-hivemall/pull/145
  
@takuti Ideally, we SHOULD have serialization tests for all UDFs. New UDFs 
MUST have a serialization test.


---


[GitHub] incubator-hivemall issue #143: [HIVEMALL-189] Create a list of all functions

2018-04-16 Thread myui
Github user myui commented on the issue:

https://github.com/apache/incubator-hivemall/pull/143
  
@takuti I think it's better to have hivemalldoc module (e.g., 
`tools/hivemalldoc` )

Hadoop tools.
https://github.com/apache/hadoop/tree/trunk/hadoop-tools

Here is tips to include Gradle module. 

https://stackoverflow.com/questions/40352951/include-gradle-module-to-maven-project


---


[GitHub] incubator-hivemall issue #145: [HIVEMALL-191] Add Kryo serialization test to...

2018-04-16 Thread takuti
Github user takuti commented on the issue:

https://github.com/apache/incubator-hivemall/pull/145
  
// Fixing scala test failure


---