[jira] [Created] (HIVEMALL-151) Support Matrix conversion from DoK to CSR/CSC matrix

2017-10-03 Thread Makoto Yui (JIRA)
Makoto Yui created HIVEMALL-151: --- Summary: Support Matrix conversion from DoK to CSR/CSC matrix Key: HIVEMALL-151 URL: https://issues.apache.org/jira/browse/HIVEMALL-151 Project: Hivemall Issue

[jira] [Created] (HIVEMALL-150) Support Matrix conversion from DoKMatrix to CSR/CSCMatrix

2017-10-03 Thread Makoto Yui (JIRA)
Makoto Yui created HIVEMALL-150: --- Summary: Support Matrix conversion from DoKMatrix to CSR/CSCMatrix Key: HIVEMALL-150 URL: https://issues.apache.org/jira/browse/HIVEMALL-150 Project: Hivemall

[GitHub] incubator-hivemall issue #120: [HIVEMALL-149] Add tiny script for updating r...

2017-10-03 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/incubator-hivemall/pull/120 [![Coverage Status](https://coveralls.io/builds/13558542/badge)](https://coveralls.io/builds/13558542) Coverage increased (+0.0007%) to 41.109% when pulling **01005d78133e

[GitHub] incubator-hivemall pull request #120: [HIVEMALL-149] Add tiny script for upd...

2017-10-03 Thread takuti
GitHub user takuti opened a pull request: https://github.com/apache/incubator-hivemall/pull/120 [HIVEMALL-149] Add tiny script for updating resources/ddl/define-* ## What changes were proposed in this pull request? Add a script for updating resources/ddl/define-* ##

[jira] [Created] (HIVEMALL-149) Add script for updating resources/ddl/define-*

2017-10-03 Thread Takuya Kitazawa (JIRA)
Takuya Kitazawa created HIVEMALL-149: Summary: Add script for updating resources/ddl/define-* Key: HIVEMALL-149 URL: https://issues.apache.org/jira/browse/HIVEMALL-149 Project: Hivemall I

[GitHub] incubator-hivemall issue #119: [WIP][HIVEMALL-148] Add a script for merging ...

2017-10-03 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/incubator-hivemall/pull/119 [![Coverage Status](https://coveralls.io/builds/13557940/badge)](https://coveralls.io/builds/13557940) Coverage increased (+0.0007%) to 41.109% when pulling **f1f5ec2be06f

[GitHub] incubator-hivemall issue #119: [WIP][HIVEMALL-148] Add a script for merging ...

2017-10-03 Thread takuti
Github user takuti commented on the issue: https://github.com/apache/incubator-hivemall/pull/119 This script is experimental; since the original Python script is a little bit confusing to maintain, I will simplify it more from here. If JIRA updates is unnecessary, the script might be

[GitHub] incubator-hivemall pull request #119: [WIP][HIVEMALL-148] Add a script for m...

2017-10-03 Thread takuti
GitHub user takuti opened a pull request: https://github.com/apache/incubator-hivemall/pull/119 [WIP][HIVEMALL-148] Add a script for merging GitHub PR ## What changes were proposed in this pull request? Add a script which helps merging GitHub PR lie: - https://githu

[jira] [Closed] (HIVEMALL-146) Implement yet another UDF to generate n-grams from a list of words

2017-10-03 Thread Takuya Kitazawa (JIRA)
[ https://issues.apache.org/jira/browse/HIVEMALL-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Takuya Kitazawa closed HIVEMALL-146. Resolution: Done > Implement yet another UDF to generate n-grams from a list of words > --

[jira] [Created] (HIVEMALL-148) Create merge pull-request script

2017-10-03 Thread Takuya Kitazawa (JIRA)
Takuya Kitazawa created HIVEMALL-148: Summary: Create merge pull-request script Key: HIVEMALL-148 URL: https://issues.apache.org/jira/browse/HIVEMALL-148 Project: Hivemall Issue Type: Wis

[GitHub] incubator-hivemall pull request #118: [HIVEMALL-146] Yet another UDF to gene...

2017-10-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-hivemall/pull/118 ---

[GitHub] incubator-hivemall issue #118: [HIVEMALL-146] Yet another UDF to generate n-...

2017-10-03 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/118 I personally prefer `wordgrams` though. http://search.cpan.org/dist/Text-WordGrams/lib/Text/WordGrams.pm ---

[GitHub] incubator-hivemall issue #118: [HIVEMALL-146] Yet another UDF to generate n-...

2017-10-03 Thread myui
Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/118 @takuti LGTM. Can you merge this PR with squashing. ---

[GitHub] incubator-hivemall issue #118: [HIVEMALL-146] Yet another UDF to generate n-...

2017-10-03 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/incubator-hivemall/pull/118 [![Coverage Status](https://coveralls.io/builds/13540113/badge)](https://coveralls.io/builds/13540113) Coverage increased (+0.05%) to 41.109% when pulling **6b467688338c18

[GitHub] incubator-hivemall pull request #118: [HIVEMALL-146] Yet another UDF to gene...

2017-10-03 Thread takuti
Github user takuti commented on a diff in the pull request: https://github.com/apache/incubator-hivemall/pull/118#discussion_r142328137 --- Diff: core/src/main/java/hivemall/tools/text/WordNgramsUDF.java --- @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache Software Foundation