Re: Error in release process

2010-10-20 Thread Sean Owen
I'm using a Mac (10.6), and the standard svn command. The password is correct in keychain. I don't believe it's a temp-file issue as the error concerns authentication to svn.apache.org. Really, I just need someone to run the release:prepare step and perhaps the next one so we can vote. The rest I

[jira] Created: (MAHOUT-529) Implement LinearRegression

2010-10-20 Thread Frank Wang (JIRA)
Implement LinearRegression -- Key: MAHOUT-529 URL: https://issues.apache.org/jira/browse/MAHOUT-529 Project: Mahout Issue Type: New Feature Reporter: Frank Wang Fix For: 0.5 The implementati

Re: Error in release process

2010-10-20 Thread Drew Farris
On Wed, Oct 20, 2010 at 4:00 PM, Grant Ingersoll wrote: > Any luck?  I might have some time tomorrow morning, but likely not until > Friday.  Are you sure your settings.xml passphrase is correct, etc? If neither Grant nor Sean can get to it before the weekend, I can likely give it a shot then.

Re: Error in release process

2010-10-20 Thread Benson Margulies
Are you using the svn from Apple or another? Is the right password there in Keychain Access? On Wed, Oct 20, 2010 at 10:10 PM, Drew Farris wrote: > On Wed, Oct 20, 2010 at 8:15 PM, Benson Margulies > wrote: >> The cache is always in your home dir, not in the release dir. >> >> What sort of comp

Re: Error in release process

2010-10-20 Thread Ted Dunning
I believe that is what Sean uses. At least, the time I met him, that is what he had. On Wed, Oct 20, 2010 at 7:10 PM, Drew Farris wrote: > On Wed, Oct 20, 2010 at 8:15 PM, Benson Margulies > wrote: > > The cache is always in your home dir, not in the release dir. > > > > What sort of computer

Re: Error in release process

2010-10-20 Thread Drew Farris
On Wed, Oct 20, 2010 at 8:15 PM, Benson Margulies wrote: > The cache is always in your home dir, not in the release dir. > > What sort of computer are you doing this on? > >From the paths, it looks like it could be a mac. /Users/srowen/Documents - For some reason with Java 6 on the mac, the tempo

Re: Error in release process

2010-10-20 Thread Benson Margulies
The cache is always in your home dir, not in the release dir. What sort of computer are you doing this on? On Wed, Oct 20, 2010 at 7:15 PM, Ted Dunning wrote: > This sounds like the release directory doesn't have a properly cached SVN > password.  I wonder if a cleverly placced svn login might h

Re: Error in release process

2010-10-20 Thread Ted Dunning
This sounds like the release directory doesn't have a properly cached SVN password. I wonder if a cleverly placced svn login might help. Is this release being done from a clean directory? Or from the directory that you normally use to do development? On Wed, Oct 20, 2010 at 1:56 PM, Sean Owen

Re: Sharing a vector between mappers

2010-10-20 Thread Ted Dunning
Passing small amounts of data via configuration is reasonable to do, but it isn't clear that this is a good idea for you. Do you really only want to pass around a single input vector for an entire map-reduce invocation? Map-reduce takes a looong time to get started. If you might possibly want to

Re: Error in release process

2010-10-20 Thread Sean Owen
Yeah I just double-checked that my SVN password is the same as the LDAP password. I'm stumped... I can commit fine from the command line, so it seems svn knows how to authenticate to svn.apache.org by itself. I wonder if it's somehow permissions at issue, or if the authentication style (HTTP BASIC?

Re: Error in release process

2010-10-20 Thread Grant Ingersoll
On Oct 20, 2010, at 4:03 PM, Sean Owen wrote: > No luck yet, I suppose I don't understand what is being logged into and how > in that phase. > Yes my password is definitely the same one used to log in to, say, > people.apache.org. And my passphrase key is correct. > I do wonder if this has anythi

Re: Error in release process

2010-10-20 Thread Sean Owen
No luck yet, I suppose I don't understand what is being logged into and how in that phase. Yes my password is definitely the same one used to log in to, say, people.apache.org. And my passphrase key is correct. I do wonder if this has anything to do with that password change business a while ago, b

Re: Error in release process

2010-10-20 Thread Grant Ingersoll
Any luck? I might have some time tomorrow morning, but likely not until Friday. Are you sure your settings.xml passphrase is correct, etc? On Oct 20, 2010, at 8:42 AM, Sean Owen wrote: > OK, I'm in the release process. All is fine until the end. While I myself > try to figure out what's up I w

Re: Error in release process

2010-10-20 Thread Sean Owen
Yes it's accessing https://svn.apache.org, evidently. Yes I looked at the debug output and not much else is of interest. There's a stack trace which doesn't add any info. Anyone's welcome to give this a shot to see if it's just me -- I'm on step 9 of the release: https://cwiki.apache.org/confluenc

Re: Error in release process

2010-10-20 Thread Isabel Drost
On Wed, 20 Oct 2010 Sean Owen wrote: > '/repos/asf/!svn/act/b1faad73-6ad4-4b7c-b1ad-36e57820d688': > authorization failed: Could not authenticate to server: rejected > Basic challenge ( https://svn.apache.org) Maybe too trivial a guess but did you check that you aren't using http instead of https

Re: Error in release process

2010-10-20 Thread Sean Owen
No luck. It seems to be an authentication error, rather than hiccup. But I've checked my settings.xml and all the passwords are right. It's set up per Apache standards AFAIK. ... does anyone know what password it would draw on, from where, in this operation? or any kind of hack workaround would be

Re: What is setMinDF #doubt

2010-10-20 Thread Robin Anil
Its minimum number of documents the word should occcur in and minimum number of times word should appear in the corpus On Wed, Oct 20, 2010 at 8:28 PM, JAGANADH G wrote: > Robin can you say > What is setMinDF and ms . > > -- > ** > JAGANADH G > http://jaganadhg.f

Re: Error in release process

2010-10-20 Thread Benson Margulies
This is a serious bad luck fault. Just try again. On Wed, Oct 20, 2010 at 8:42 AM, Sean Owen wrote: > OK, I'm in the release process. All is fine until the end. While I myself > try to figure out what's up I wonder if anyone can figure what this likely > points to? > > [INFO] Checking in modified

Error in release process

2010-10-20 Thread Sean Owen
OK, I'm in the release process. All is fine until the end. While I myself try to figure out what's up I wonder if anyone can figure what this likely points to? [INFO] Checking in modified POMs... [INFO] Executing: /bin/sh -c cd /Users/srowen/Documents/Development/Mahout && svn --username srowen --

Re: Next release question: how to modify the site?

2010-10-20 Thread Robin Anil
Yes! go ahead On Wed, Oct 20, 2010 at 4:24 PM, Sean Owen wrote: > OK will do. Am I right that everything except "new_website" could be > deleted, for tidiness and to avoid confusion? > > On Wed, Oct 20, 2010 at 3:44 AM, Robin Anil wrote: > > > Yes, Thats the only thing > > > > > > On Wed, Oct

Re: Next release question: how to modify the site?

2010-10-20 Thread Sean Owen
OK will do. Am I right that everything except "new_website" could be deleted, for tidiness and to avoid confusion? On Wed, Oct 20, 2010 at 3:44 AM, Robin Anil wrote: > Yes, Thats the only thing > > > On Wed, Oct 20, 2010 at 3:03 AM, Sean Owen wrote: > > > Am I right that we don't generate the s

Sharing a vector between mappers

2010-10-20 Thread Alexander Hans
Hi, I've finally got some work done on the LWLR implementation. It's already functional when used with fixed weights of 1, i.e., linear regression. In that case each mapper gets a vector from the training data and calculates the A matrix (X'*W*X, with W being a diagonal matrix containing the weigh