[GitHub] incubator-hivemall issue #59: [HIVEMALL-85] Upgrade hivemall-xgboost's hadoo...

2017-03-05 Thread wangyum
Github user wangyum commented on the issue:

https://github.com/apache/incubator-hivemall/pull/59
  
Be consistent with the Spark.

https://github.com/apache/spark/blob/d76c18746bdd0908bae89e62da9667001be75624/pom.xml#L125


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hivemall pull request #59: [HIVEMALL-85] Upgrade hivemall-xgboost'...

2017-03-03 Thread wangyum
GitHub user wangyum opened a pull request:

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

[HIVEMALL-85] Upgrade hivemall-xgboost's hadoop version to 2.6.5

## What changes were proposed in this pull request?

Upgrade hivemall-xgboost's hadoop version to 2.6.5

## What type of PR is it?

Improvement

## What is the Jira issue?

[HIVEMALL-85](https://issues.apache.org/jira/browse/HIVEMALL-85)

## How was this patch tested?

manual tests



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wangyum/incubator-hivemall HIVEMALL-85

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hivemall/pull/59.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #59


commit 66b6be5e5041ddc27476e43bfabfb12b12e5d427
Author: Yuming Wang <wgy...@gmail.com>
Date:   2017-03-04T05:29:28Z

Upgrade hivemall-xgboost's hadoop version to 2.6.5




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hivemall issue #46: [HIVEMALL-72] Fix corner-case rescale UDF beha...

2017-02-16 Thread wangyum
Github user wangyum commented on the issue:

https://github.com/apache/incubator-hivemall/pull/46
  
@myui I agree with you.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hivemall pull request #45: [HIVEMALL-71] Handle null values and ad...

2017-02-13 Thread wangyum
GitHub user wangyum opened a pull request:

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

[HIVEMALL-71] Handle null values and add a unit Tests to RescaleUDF.

## What changes were proposed in this pull request?

Handle null values and add a unit Tests to `RescaleUDF`.

## What type of PR is it?

Improvement

## What is the Jira issue?

https://issues.apache.org/jira/browse/HIVEMALL-71

## How was this patch tested?

unit tests

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wangyum/incubator-hivemall HIVEMALL-71

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hivemall/pull/45.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #45


commit 464e7dba8c0f5305db31075cc964bd4c5eaad972
Author: Yuming Wang <wgy...@gmail.com>
Date:   2017-02-13T16:47:05Z

Handle null values and add a unit Tests.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hivemall issue #44: [HIVEMALL-65] Update define-all.spark

2017-02-12 Thread wangyum
Github user wangyum commented on the issue:

https://github.com/apache/incubator-hivemall/pull/44
  
@maropu , @myui I have sent an email to 
`d...@hivemall.incubator.apache.org`. have you received it ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hivemall issue #44: [HIVEMALL-65] Update define-all.spark

2017-02-12 Thread wangyum
Github user wangyum commented on the issue:

https://github.com/apache/incubator-hivemall/pull/44
  
OK, 
`hivemall.smile.regression.RandomForestRegressionUDTF` create 2 functions. 
`define-all.spark` also add them?

https://github.com/apache/incubator-hivemall/blob/master/resources/ddl/define-all.hive#L607-L611


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hivemall issue #44: [HIVEMALL-65] Update define-all.spark

2017-02-12 Thread wangyum
Github user wangyum commented on the issue:

https://github.com/apache/incubator-hivemall/pull/44
  
I'm not sure whether these functions should add to `define-all.spark`:

https://github.com/apache/incubator-hivemall/blob/master/resources/ddl/define-all.hive#L467-L483


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hivemall pull request #44: [HIVEMALL-65] Update define-all.spark

2017-02-12 Thread wangyum
GitHub user wangyum opened a pull request:

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

[HIVEMALL-65] Update define-all.spark

## What changes were proposed in this pull request?

Make define-all.spark keep correspondence with define-all.hive.

## What type of PR is it?

Bug Fix

## What is the Jira issue?

https://issues.apache.org/jira/browse/HIVEMALL-65

## How was this patch tested?

manual tests



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wangyum/incubator-hivemall HIVEMALL-65

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hivemall/pull/44.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #44


commit 2f874f8c138c3e16211937acb4fc52548284cb0f
Author: Yuming Wang <wgy...@gmail.com>
Date:   2017-02-12T16:46:48Z

Make define-all.spark keep correspondence with define-all.hive.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hivemall pull request #38: Support spark-sql

2017-02-07 Thread wangyum
GitHub user wangyum opened a pull request:

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

Support spark-sql

## What changes were proposed in this pull request?

Support spark-sql to execute source define-all.hive, 
define-additional.hive, define-all.deprecated.hive

## What type of PR is it?

Bug Fix

### What is the Jira issue?

[HIVEMALL-52](https://issues.apache.org/jira/browse/HIVEMALL-52)

## How was this patch tested?

manual tests


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wangyum/incubator-hivemall HIVEMALL-52

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hivemall/pull/38.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #38


commit 6a072cad54e2039745d33e64188a67f4ff42ced1
Author: Yuming Wang <wgy...@gmail.com>
Date:   2017-02-07T07:46:36Z

Support spark-sql

commit 80518e9aee51e7bb5b74de135018dc3405f24564
Author: Yuming Wang <wgy...@gmail.com>
Date:   2017-02-07T07:57:39Z

fix tokenize_ja function




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hivemall issue #23: [HIVEMALL-31] Change the branch of spark-2.0 t...

2017-01-24 Thread wangyum
Github user wangyum commented on the issue:

https://github.com/apache/incubator-hivemall/pull/23
  
@maropu , Do not merge it. I will fix `XGBoostSuite` test fail after the 
Spring Festival.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hivemall pull request #23: [HIVEMAIL-31] Change the branch of spar...

2017-01-23 Thread wangyum
GitHub user wangyum opened a pull request:

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

[HIVEMAIL-31] Change the branch of spark-2.0 to spark-2 and upgrade Spark 
to 2.1.0

## What changes were proposed in this pull request?

Change the branch of spark-2.0 to spark-2 and upgrade Spark to 2.1.0

## What type of PR is it?

 Improvement 

### What is the Jira issue?

https://issues.apache.org/jira/browse/HIVEMALL-31

Open an issue on Jira https://issues.apache.org/jira/browse/HIVEMALL

## How was this patch tested?

Existing tests

Please review http://hivemall.incubator.apache.org/contributing.html before 
opening a pull request.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wangyum/incubator-hivemall HIVEMALL-31

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hivemall/pull/23.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #23


commit a4a275a465674f559d7247cc8b925464b8b0f598
Author: Yuming Wang <wgy...@gmail.com>
Date:   2017-01-23T08:09:17Z

Change the branch of spark-2.0 to spark-2 and upgrade Spark to 2.1.0

commit cef9731466b13a733b233a9f77dd935c2851b172
Author: Yuming Wang <wgy...@gmail.com>
Date:   2017-01-23T08:16:23Z

Change the branch of spark-2.0 to spark-2 and upgrade Spark to 2.1.0




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---