Re: [VOTE] Release Apache Hivemall (Incubating) v0.5.2 Release Candidate #2

2018-11-21 Thread Takuya Kitazawa
+1,

Confirmed that I can successfully build and install to Hive on my laptop,
MacBook Pro with macOS High Sierra.

On Wed, Nov 21, 2018 at 5:42 PM Takeshi Yamamuro 
wrote:

> > Let me check your environment. Is your laptop mac?
> Ya, I checked on Mac (Sierra v10.12.6)
>
> On Wed, Nov 21, 2018 at 3:02 PM Makoto Yui  wrote:
>
> > Thanks all for cooperation!
> >
> > > The vote will be open for at least 72 hours and until necessary number
> > > of votes are reached.
> >
> > Voting finishes tomorrow, Nov 22 8pm (JST).
> >
> > Currently, +4 binding votes :-)
> >
> > Makoto
> >
> > --
> > Makoto YUI 
> > Principal Engineer, Arm Treasure Data.
> > http://myui.github.io/
> >
>
>
> --
> ---
> Takeshi Yamamuro
>


Re: [VOTE] Release Apache Hivemall (Incubating) v0.5.0 Release Candidate #3

2018-02-15 Thread Takuya Kitazawa
Confirmed:

- Pass build and all tests
- Core update from rc2 c742ce58e94913bf446c3b296a24415676f9ac3b is surely
available by: select tree_predict('', '', array(), '-help');

One question - Following commit adds links to external source code we used:
https://github.com/apache/incubator-hivemall/commit/f51a643757d3f005ac1dc69709103cafcc6fb1a4,
but is it okay to simply use URLs pointing to their master branch? IMO,
since code in the master branch would be changed in the future, pointing to
specific commit ID is better to show exact dependency on third-party code.

Anyway, I guess it's a minor stuff, and there is no crucial problems for
release. So, here I would say +1.

Best,
Takuya

2018年2月16日(金) 7:37 Takeshi Yamamuro :

> Hi,
>
> +1
>
> I checked the candidate on the same ec2 instance again;
> all the tests were passed and all the verification was ok.
>
> Thanks,
> takeshi
>
> On Wed, Feb 14, 2018 at 7:33 PM, yuming wang  wrote:
>
>> +1
>>
>>
>> On 02/14/2018 15:56, Makoto Yui  wrote:
>>
>> Hi all,
>>
>> Apache Hivmeall 0.5.0 release candidate #3 is now available for a vote
>> within dev community.
>>
>> Links to various release artifacts are given below. Please review and
>> cast your vote.
>>
>>- The source tarball, including signatures, digests, ChangeLog, etc.:
>>
>> https://dist.apache.org/repos/dist/dev/incubator/hivemall/0.5.0-incubating-rc3/
>> - Sources for the release:
>>
>> https://dist.apache.org/repos/dist/dev/incubator/hivemall/0.5.0-incubating-rc3/hivemall-0.5.0-incubating-source-release.zip
>>
>> https://dist.apache.org/repos/dist/dev/incubator/hivemall/0.5.0-incubating-rc3/hivemall-0.5.0-incubating-source-release.zip.asc
>> (PGP Signature)
>>
>> https://dist.apache.org/repos/dist/dev/incubator/hivemall/0.5.0-incubating-rc3/hivemall-0.5.0-incubating-source-release.zip.md5
>> (MD5 Hash)
>>- Git tag for the release:
>>
>> https://git-wip-us.apache.org/repos/asf?p=incubator-hivemall.git;a=shortlog;h=refs/tags/v0.5.0-rc3
>>- The Nexus Staging URL:
>>
>> https://repository.apache.org/content/repositories/orgapachehivemall-1003/
>>- KEYS file for verification:
>>  https://dist.apache.org/repos/dist/dev/incubator/hivemall/KEYS
>>- For information about the contents of this release, see:
>>
>> https://dist.apache.org/repos/dist/dev/incubator/hivemall/0.5.0-incubating-rc3/ChangeLog.html
>>
>> Find Podling releases policies in
>>https://incubator.apache.org/policy/incubation.html#releases
>>http://www.apache.org/legal/release-policy.html
>>
>> Artifacts verification how-to can be found in
>>http://hivemall.incubator.apache.org/verify_artifacts.html
>>
>> The vote will be open for at least 72 hours and until necessary number
>> of votes are reached.
>>
>> At lease three +1 from PPMC members are required and we welcome your
>> vote!
>> Particularly, we expect votes from PPMC members and Committers.
>>
>> [ ] +1  approve (Release this package as Apache Hivemall
>> 0.5.0-incubating)
>> [ ] +0  no opinion
>> [ ] -1  disapprove (and reason why)
>>
>> Here is my +1 (binding).
>>
>> Regards,
>> Makoto
>>
>> --
>> Makoto YUI 
>> Research Engineer, Treasure Data, Inc.
>> http://myui.github.io/
>>
>>
>
>
> --
> ---
> Takeshi Yamamuro
>


Re: [VOTE] Release Apache Hivemall (Incubating) v0.5.0 (release candidate #2)

2018-01-28 Thread Takuya Kitazawa
+1,

I have done:

- Every steps in
http://hivemall.incubator.apache.org/verify_artifacts.html have
been successfully finished.
- Install and check runability on laptop (MacBook Pro local with Hadoop
2.8.2 and Hive 2.3.1 installed from Homebrew)
  - Installation:
- add jar /path/to/hivemall-all-0.5.0-incubating-rc2.jar;
- source /path/to/define-all.hive;
- source /path/to/define-additional.hive;
  - Runability checking of some newish UDFs:
- hivemall_version
- tokenize_ja (from NLP module; define-additional.hive)
- word_ngrams
- l1_normalize
- approx_count_distinct
- Install and check runability on EMR (Hadoop 2.7.3, Hive 2.3.0)
  - Same as above
  - While approx_count_distinct causes an exception, it is a known issue
and should already be resolved by
https://issues.apache.org/jira/browse/HIVE-17406

Thank you for spending a significant amount of time and effort in the
release process :)

Best,
Takuya Kitazawa

2018年1月28日(日) 22:09 佐々木海 <lewua...@apache.org>:

> Hi all
>
> +1
>
> I checked
> - Build from rc2 source code
> - Confirmed all unit test passed
> - Install rc2 to EMR cluster (Hadoop 2.7.3, Hive 2.3.2)
> - Checked several UDFs worked as expected
>   - hivemall_version()
>   - Array, Map UDFs
>   - Feature Engineering
>
> I found no problem on this release candidates. Thanks for working on the
> release process!
>
> Kai
>
> On Fri, Jan 26, 2018 at 9:20 AM, Makoto Yui <m...@apache.org> wrote:
>
> > Hi all,
> >
> > As you know, we just started voting for v0.5.0-rc2.
> > https://lists.apache.org/thread.html/a39486404c20484d077a82c21cb361
> > 737a32342e24891d4497605ec9@%3Cdev.hivemall.apache.org%3E
> >
> > We need at least 2 more votes from PPMC for a release.
> > http://hivemall.incubator.apache.org/team-list.html
> >
> > We now have only 5 PPMCs (without me and mentors):
> > Takashi, Daniel, Kai, Tsuyoshi, and Takuya
> >
> > You vote/release checking is very welcome.
> > http://hivemall.incubator.apache.org/verify_artifacts.html
> > http://markmail.org/message/rxvhl2af6ywak432#query:+page:
> > 1+mid:rxvhl2af6ywak432+state:results
> > https://incubator.apache.org/policy/incubation.html#releases
> >
> > I'm plan to invite 1-2 of Klout developer(s) to PPMC on merging
> > Brickhouse (after the first release!) for a better project governance.
> > https://github.com/klout/brickhouse/issues/149
> > https://issues.apache.org/jira/browse/HIVEMALL-145
> >
> > Thanks,
> > Makoto
> >
> > 2018-01-25 18:43 GMT+09:00 Makoto Yui <m...@apache.org>:
> > > Hi all,
> > >
> > > Apache Hivmeall 0.5.0 release candidate #2 (the first Apache release!)
> > > is now available for a vote within dev community.
> > >
> > > Links to various release artifacts are given below. Please review and
> > > cast your vote.
> > >
> > > - The source tarball, including signatures, digests, ChangeLog,
> etc.:
> > >   https://dist.apache.org/repos/dist/dev/incubator/hivemall/0.
> > 5.0-incubating-rc2/
> > > - Sources for the release:
> > >   https://dist.apache.org/repos/dist/dev/incubator/hivemall/0.
> > 5.0-incubating-rc2/hivemall-0.5.0-incubating-rc2-source-release.zip
> > > - Git tag for the release:
> > >   https://git-wip-us.apache.org/repos/asf?p=incubator-
> > hivemall.git;a=shortlog;h=refs/tags/v0.5.0-rc2
> > > - The Nexus Staging URL:
> > >   https://repository.apache.org/content/repositories/
> > orgapachehivemall-1001/
> > > - KEYS file for verification:
> > >   https://dist.apache.org/repos/dist/dev/incubator/hivemall/KEYS
> > > - For information about the contents of this release, see:
> > >   https://dist.apache.org/repos/dist/dev/incubator/hivemall/0.
> > 5.0-incubating-rc2/ChangeLog.html
> > >
> > > Find Podling releases policies in
> > > https://incubator.apache.org/policy/incubation.html#releases
> > > http://www.apache.org/legal/release-policy.html
> > >
> > > Artifacts verification how-to can be found in
> > > http://hivemall.incubator.apache.org/verify_artifacts.html
> > >
> > > The vote will be open for at least 72 hours and until necessary number
> > > of votes are reached.
> > >
> > > At lease three +1 from PPMC members are required and we welcome your
> > vote!
> > >
> > > [ ] +1  approve (Release this package as Apache Hivemall
> > 0.5.0-incubating-rc2)
> > > [ ] +0  no opinion
> > > [ ] -1  disapprove (and reason why)
> > >
> > > Here is my +1 (binding).
> > >
> > > Regards,
> > > Makoto
> > >
> > > --
> > > Makoto YUI 
> > > Research Engineer, Treasure Data, Inc.
> > > http://myui.github.io/
> >
> >
> >
> > --
> > Makoto YUI 
> > Research Engineer, Treasure Data, Inc.
> > http://myui.github.io/
> >
>