[jira] [Updated] (HIVEMALL-96) Support GeoSpatial (lat/long ops) functions

2018-04-05 Thread Makoto Yui (JIRA)
[ https://issues.apache.org/jira/browse/HIVEMALL-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Makoto Yui updated HIVEMALL-96: --- Fix Version/s: (was: 0.6.0) 0.5.0 > Support GeoSpatial (lat/long ops)

[jira] [Updated] (HIVEMALL-96) Support GeoSpatial (lat/long ops) functions

2018-04-05 Thread Makoto Yui (JIRA)
[ https://issues.apache.org/jira/browse/HIVEMALL-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Makoto Yui updated HIVEMALL-96: --- Fix Version/s: (was: 0.5.0) 0.6.0 > Support GeoSpatial (lat/long ops)

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

2018-04-05 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/135 ```sql create temporary function array_slice as 'hivemall.tools.array.ArraySliceUDF'; select array_slice( array("zero", "one", "two", "three", "four", "five",

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

2018-04-05 Thread maropu
Github user maropu commented on the issue: https://github.com/apache/incubator-hivemall/pull/135 @myui Spark already has these functions: https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/functions.scala#L3118 ---

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

2018-04-05 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/135 ```sql create temporary function conditional_emit as 'hivemall.tools.array.ConditionalEmitUDTF'; WITH input as ( select array(true, false, true) as conditions,

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

2018-04-05 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/135 @maropu Could you check whether `to_json` and `from_json` works on Spark or not if possible? I'm not sure hcatalog is provided in Spark environment.

[jira] [Closed] (HIVEMALL-117) Add hivemall in SparkPackages

2018-04-05 Thread Makoto Yui (JIRA)
[ https://issues.apache.org/jira/browse/HIVEMALL-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Makoto Yui closed HIVEMALL-117. --- Resolution: Fixed > Add hivemall in SparkPackages > - > >

[GitHub] incubator-hivemall pull request #141: [HIVEMALL-117][SPARK] Update the insta...

2018-04-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-hivemall/pull/141 ---