Re: RC1 for 14.1

2020-06-30 Thread Andrew Musselman
I'm seeing a couple potential bugs, definitely at least a typo in `bin/mahout` where there was some commented out nested ifs; when I comment out the dangling fi on line 257 I still see some problems. Am I missing a step? $ ./bin/mahout spark-shell Adding lib/ to CLASSPATH ./bin/mahout: line 257:

Mahout Con (An ApacheCon@Home Track)

2020-06-30 Thread Trevor Grant
Hey Mahout users and devs! This year at ApacheCon(@Home), we're doing a Mahout track! We want to see lots of things about Mahout, and we'll (hopefully get recordings and put them on the website). Haven't you always wanted to give a talk on Mahout ? well here's your chance. We're taking

Build failed in Jenkins: mahout-nightly #2526

2020-06-30 Thread Apache Jenkins Server
See Changes: -- Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on H33 (ubuntu) in workspace

Re: RC1 for 14.1

2020-06-30 Thread Andrew Musselman
Yeah, I think after voting we add the artifacts to SVN by hand. Happy to discuss, what are the advantages of the way you're doing it in PLC4X? On Tue, Jun 30, 2020 at 8:08 AM Christofer Dutz wrote: > Hi all, > > > > well we setup things in PLC4X the same way most projects have them … so > for

Re: RC1 for 14.1

2020-06-30 Thread Christofer Dutz
Hi all, well we setup things in PLC4X the same way most projects have them … so for PLC4X we stage releases here: https://dist.apache.org/repos/dist/dev/plc4x/ and as soon as they are released, they are SVN-Moved here: https://dist.apache.org/repos/dist/release/plc4x This then automatically

Re: RC1 for 14.1

2020-06-30 Thread Andrew Musselman
(1) We've always done it through Nexus, not married to the approach (2) Agreed, https://issues.apache.org/jira/browse/MAHOUT-2109 (3) Agreed, https://issues.apache.org/jira/browse/MAHOUT-2110 (4) Also https://issues.apache.org/jira/browse/MAHOUT-2110 (5) @Christofer Dutz where are KEYS normally

[jira] [Created] (MAHOUT-2110) Deprecate MD5, upgrade to SHA512

2020-06-30 Thread Andrew Musselman (Jira)
Andrew Musselman created MAHOUT-2110: Summary: Deprecate MD5, upgrade to SHA512 Key: MAHOUT-2110 URL: https://issues.apache.org/jira/browse/MAHOUT-2110 Project: Mahout Issue Type: Task

[jira] [Created] (MAHOUT-2109) Add release notes to source bundle

2020-06-30 Thread Andrew Musselman (Jira)
Andrew Musselman created MAHOUT-2109: Summary: Add release notes to source bundle Key: MAHOUT-2109 URL: https://issues.apache.org/jira/browse/MAHOUT-2109 Project: Mahout Issue Type: Task

Re: RC1 for 14.1

2020-06-30 Thread Trevor Grant
1. Interesting on the Nexux- who knows who set that up- what are the pro/cons of nexus v SVN? 2. make sure this gets added to docs 3. let's make a jira for this. 4. just drop them then. 5. https://github.com/apache/mahout/blob/trunk/distribution/KEYS On Tue, Jun 30, 2020 at 2:42 AM Christofer

Re: RC1 for 14.1

2020-06-30 Thread Christofer Dutz
Hi folks, some things I noticed: 1) You're using the Nexus Staging Repo ... I know most Apache projects use the apache SVN for officially staging the release 2) The source-repo is missing the RELEASE_NOTES which usually goes alongside the source bundle. 3) (this might be the most serious