[GitHub] incubator-hivemall issue #141: [HIVEMALL-117][SPARK] Update the installation...

2018-04-04 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/141 @maropu It it possible to change duplicating `apache-hivemall:apache-hivemall:0.5.1-spark2.2` to `apache-hivemall:hivemall-on-spark:v0.5.1-spark2.2` or so? ---

[GitHub] incubator-hivemall issue #141: [HIVEMALL-117][SPARK] Update the installation...

2018-04-04 Thread maropu
Github user maropu commented on the issue: https://github.com/apache/incubator-hivemall/pull/141 Finished: https://spark-packages.org/package/apache-hivemall/apache-hivemall @myui check again? ---

[GitHub] incubator-hivemall issue #135: [WIP] Merge Brickhouse functions

2018-04-04 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/135 ```sql create temporary function moving_avg as 'hivemall.statistics.MovingAverageUDTF'; select moving_avg(x, 3) from (select explode(array(1,2,3,4,5,6,7)) as x) series;

[jira] [Commented] (HIVEMALL-181) Plan rewrting rules to filter meaningful training data before feature selections

2018-04-04 Thread Takeshi Yamamuro (JIRA)
[ https://issues.apache.org/jira/browse/HIVEMALL-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16425080#comment-16425080 ] Takeshi Yamamuro commented on HIVEMALL-181: --- Great work! Next time please give me the details