Re: [VFS] Implementing custom hdfs file system using commons-vfs 2.0

2015-01-09 Thread dlmarion
Bernd, Regarding the Hadoop version for VFS 2.1, why not use the latest on the first release of the HDFS provider? The Hadoop 1.1.2 release was released in Feb 2013. I just built 2.1-SNAPSHOT over the holidays with JDK 6, 7, and 8 on Ubuntu. What type of test errors are you getting? Testing

Re: [VFS] Implementing custom hdfs file system using commons-vfs 2.0

2015-01-09 Thread Bernd Eckenfels
Am Sat, 10 Jan 2015 01:04:56 + (UTC) schrieb dlmar...@comcast.net: > To answer your question about the HDFS version, I went back and > looked at the patches I supplied for VFS-530. In the patches that I > supplied to bump the Hadoop version to 2.4.0 and 2.6.0 the only > changes were in the pom

Re: [MATH] Jenkins unit test failure

2015-01-09 Thread sebb
On 10 January 2015 at 01:01, Phil Steitz wrote: > On 1/9/15 5:32 PM, sebb wrote: >> On 9 January 2015 at 23:48, sebb wrote: >>> Of the last 6 runs, only 1 had a problem with unit test failures. >>> >>> All the builds ran on ubuntu3, apart from the failure which ran on H10. >>> This may have some

Re: [VFS] Implementing custom hdfs file system using commons-vfs 2.0

2015-01-09 Thread dlmarion
Bernd, To answer your question about the HDFS version, I went back and looked at the patches I supplied for VFS-530. In the patches that I supplied to bump the Hadoop version to 2.4.0 and 2.6.0 the only changes were in the pom. This should mean that, for the parts of the Hadoop client objects

Re: [VOTE][RC1] Release Commons Math 3.4.1

2015-01-09 Thread sebb
On 9 January 2015 at 21:27, Jörg Schaible wrote: > sebb wrote: > >> On 9 January 2015 at 13:53, Jörg Schaible wrote: >>> Hi Luc, >>> >>> Luc Maisonobe wrote: >>> This is a [VOTE] for releasing Apache Commons Math 3.4.1 from release candidate 1. Tag name: MATH_3_4_1_RC1

Re: [MATH] Jenkins unit test failure

2015-01-09 Thread Phil Steitz
On 1/9/15 5:32 PM, sebb wrote: > On 9 January 2015 at 23:48, sebb wrote: >> Of the last 6 runs, only 1 had a problem with unit test failures. >> >> All the builds ran on ubuntu3, apart from the failure which ran on H10. >> This may have some bearing on the result; I don't yet know. >> >> I had a q

Re: [MATH] Jenkins unit test failure

2015-01-09 Thread sebb
On 9 January 2015 at 23:48, sebb wrote: > Of the last 6 runs, only 1 had a problem with unit test failures. > > All the builds ran on ubuntu3, apart from the failure which ran on H10. > This may have some bearing on the result; I don't yet know. > > I had a quick look at 2 tests that failed: > > S

[MATH] Jenkins unit test failure

2015-01-09 Thread sebb
Of the last 6 runs, only 1 had a problem with unit test failures. All the builds ran on ubuntu3, apart from the failure which ran on H10. This may have some bearing on the result; I don't yet know. I had a quick look at 2 tests that failed: SimpleRegressionTest.testPerfect SimpleRegressionTest.

Re: [VOTE][RC1] Release Commons Math 3.4.1

2015-01-09 Thread Jörg Schaible
sebb wrote: > On 9 January 2015 at 13:53, Jörg Schaible wrote: >> Hi Luc, >> >> Luc Maisonobe wrote: >> >>> This is a [VOTE] for releasing Apache Commons Math 3.4.1 from release >>> candidate 1. >>> >>> Tag name: >>> MATH_3_4_1_RC1 (signature can be checked from git using 'git tag -v') >>> >>>

Re: [VOTE][RC1] Release Commons Math 3.4.1

2015-01-09 Thread Jörg Schaible
sebb wrote: > On 9 January 2015 at 04:23, Phil Steitz wrote: >> On 1/8/15 3:28 PM, sebb wrote: >>> Just noticed - several test errors here: >>> >>> See >> >> What JDK is being used there? > > Java 1.5 latest. > > However the next run wa

Re: [VOTE][RC1] Release Commons Math 3.4.1

2015-01-09 Thread Jörg Schaible
Phil Steitz wrote: > On 1/9/15 6:53 AM, Jörg Schaible wrote: >> Hi Luc, >> >> Luc Maisonobe wrote: >> >>> This is a [VOTE] for releasing Apache Commons Math 3.4.1 from release >>> candidate 1. >>> >>> Tag name: >>> MATH_3_4_1_RC1 (signature can be checked from git using 'git tag -v') >>> >>> Tag

Re: [VOTE][RC1] Release Commons Math 3.4.1

2015-01-09 Thread Oliver Heger
Am 09.01.2015 um 20:51 schrieb Phil Steitz: > On 1/9/15 10:56 AM, sebb wrote: >> On 9 January 2015 at 17:21, Phil Steitz wrote: >>> On 1/9/15 10:06 AM, James Carman wrote: On Fri, Jan 9, 2015 at 12:03 PM, Phil Steitz wrote: > No, must be some issue with the environment or JDK. I

Re: [VOTE][RC1] Release Commons Math 3.4.1

2015-01-09 Thread Phil Steitz
On 1/9/15 10:56 AM, sebb wrote: > On 9 January 2015 at 17:21, Phil Steitz wrote: >> On 1/9/15 10:06 AM, James Carman wrote: >>> On Fri, Jan 9, 2015 at 12:03 PM, Phil Steitz wrote: >>> No, must be some issue with the environment or JDK. I get consistent, stable success under both Ant an

[compress] Finished with my changes

2015-01-09 Thread Kristian Rosenvold
I am finished with all my "itches" for the next version of c-compress and I'll just be running through all the maven test cases tonight. Unless bugs pop up I will not be making any further significant changes. I see Stefan has already been doing minor adjustments to some of my changes. If there's

Re: svn commit: r1650603 - /commons/cms-site/trunk/content/xdoc/commons-parent-pom.xml

2015-01-09 Thread sebb
So it does. However, it looks like the settings.xml definitions override the environment variables. I'll update the docs On 9 January 2015 at 18:28, Bernd Eckenfels wrote: > Hello, > > BTW: it also works without defining properties if you define > JAVA_1_x_HOME environment variables. > > Gruss

BCEL patch for review

2015-01-09 Thread Ben McCann
Hi, I'd be grateful if someone could take a look at and commit my BCEL patch: https://issues.apache.org/jira/browse/BCEL-186 This patch implements the suggested fix for an issue that is blocking a BCEL release. Thanks, Ben -- about.me/benmccann

Re: svn commit: r1650603 - /commons/cms-site/trunk/content/xdoc/commons-parent-pom.xml

2015-01-09 Thread Bernd Eckenfels
Hello, BTW: it also works without defining properties if you define JAVA_1_x_HOME environment variables. Gruss Bernd Am Fri, 09 Jan 2015 17:14:09 - schrieb s...@apache.org: > Author: sebb > Date: Fri Jan 9 17:14:08 2015 > New Revision: 1650603 > > URL: http://svn.apache.org/r1650603 > Lo

[Commons Wiki] Trivial Update of "VFS" by BerndEckenfels

2015-01-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "VFS" page has been changed by BerndEckenfels: https://wiki.apache.org/commons/VFS?action=diff&rev1=19&rev2=20 Comment: current commons-vfs link, https, better headings = VFS -

Re: [VOTE][RC1] Release Commons Math 3.4.1

2015-01-09 Thread sebb
On 9 January 2015 at 17:21, Phil Steitz wrote: > On 1/9/15 10:06 AM, James Carman wrote: >> On Fri, Jan 9, 2015 at 12:03 PM, Phil Steitz wrote: >> >>> No, must be some issue with the environment or JDK. I get >>> consistent, stable success under both Ant and Maven using the 1.5 >>> JDK above. >>

[Commons Wiki] Update of "VfsReleaseState" by BerndEckenfels

2015-01-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "VfsReleaseState" page has been changed by BerndEckenfels: https://wiki.apache.org/commons/VfsReleaseState?action=diff&rev1=6&rev2=7 Comment: progress: verified and added dependenc

[math] tail probabilites

2015-01-09 Thread Phil Steitz
There is a feature request implicit in MATH-1185 - to add direct computation of (upper) tail probabilities, so users can avoid loss of significance errors when computing them from cumulative probabilities, which is the only thing they can do with current implementations. In some cases, we can fair

Re: [VOTE][RC1] Release Commons Math 3.4.1

2015-01-09 Thread Phil Steitz
On 1/8/15 12:24 PM, Luc Maisonobe wrote: +1 Sigs / hashes / contents are good. Tested 1.5, 1.6 Oracle JDKs (Ubuntu), Oracle 1.7 (OSX) Phil > This is a [VOTE] for releasing Apache Commons Math 3.4.1 from release > candidate 1. > > Tag name: > MATH_3_4_1_RC1 (signature can be checked from git u

Re: [VOTE][RC1] Release Commons Math 3.4.1

2015-01-09 Thread Phil Steitz
On 1/9/15 10:06 AM, James Carman wrote: > On Fri, Jan 9, 2015 at 12:03 PM, Phil Steitz wrote: > >> No, must be some issue with the environment or JDK. I get >> consistent, stable success under both Ant and Maven using the 1.5 >> JDK above. > Our CI builds are all fine, right? I can't explain the

Re: [VOTE][RC1] Release Commons Math 3.4.1

2015-01-09 Thread James Carman
On Fri, Jan 9, 2015 at 12:03 PM, Phil Steitz wrote: > > No, must be some issue with the environment or JDK. I get > consistent, stable success under both Ant and Maven using the 1.5 > JDK above. Our CI builds are all fine, right?

Re: [VOTE][RC1] Release Commons Math 3.4.1

2015-01-09 Thread Phil Steitz
On 1/9/15 6:53 AM, Jörg Schaible wrote: > Hi Luc, > > Luc Maisonobe wrote: > >> This is a [VOTE] for releasing Apache Commons Math 3.4.1 from release >> candidate 1. >> >> Tag name: >> MATH_3_4_1_RC1 (signature can be checked from git using 'git tag -v') >> >> Tag URL: >> >>

Re: [VOTE][RC1] Release Commons Math 3.4.1

2015-01-09 Thread Phil Steitz
On 1/9/15 8:46 AM, sebb wrote: > On 9 January 2015 at 04:23, Phil Steitz wrote: >> On 1/8/15 3:28 PM, sebb wrote: >>> Just noticed - several test errors here: >>> >>> See >> What JDK is being used there? > Java 1.5 latest. > > However the

Re: [VOTE][RC1] Release Commons Math 3.4.1

2015-01-09 Thread Bernd Eckenfels
Hello, it would be good if we can add the release MATH_3_4_1 to the section so tools can automatically check out the correct source based on a POM. (technically it should be the RC tag, but I am not sure if this is what we want). This is very similiar to changing the SVN URL from /trunk/ to /tag

Re: [VOTE][RC1] Release Commons Math 3.4.1

2015-01-09 Thread sebb
On 9 January 2015 at 13:53, Jörg Schaible wrote: > Hi Luc, > > Luc Maisonobe wrote: > >> This is a [VOTE] for releasing Apache Commons Math 3.4.1 from release >> candidate 1. >> >> Tag name: >> MATH_3_4_1_RC1 (signature can be checked from git using 'git tag -v') >> >> Tag URL: >> >>

Re: [VOTE][RC1] Release Commons Math 3.4.1

2015-01-09 Thread sebb
On 9 January 2015 at 04:23, Phil Steitz wrote: > On 1/8/15 3:28 PM, sebb wrote: >> Just noticed - several test errors here: >> >> See > > What JDK is being used there? Java 1.5 latest. However the next run was OK. It seems the tests are

Re: [All] Animal sniffer (was: [math] Arrays.copyOf is Java 1.6+)

2015-01-09 Thread sebb
On 9 January 2015 at 10:01, Thomas Neidhart wrote: > On 01/09/2015 02:00 AM, sebb wrote: >> On 9 January 2015 at 00:47, Bernd Eckenfels wrote: >>> Am Fri, 9 Jan 2015 00:38:31 + >>> schrieb sebb : >>> Just tried the animal sniffer on NET (Java 1.5) - I added a call to new IOException

Jenkins build is back to stable : Commons Math #15

2015-01-09 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [MATH] src/userguide/pom.xml does not use Commons Parent

2015-01-09 Thread sebb
On 9 January 2015 at 04:44, Phil Steitz wrote: > On 1/8/15 7:02 PM, sebb wrote: >> As the subject says. >> >> This makes it very tricky to compile & test with anything other than >> the Maven JVM. >> Recent versions of Maven require 1.6. >> >> Any objections to adding CP 36 as a parent? > > Yes.

Re: [VFS] Implementing custom hdfs file system using commons-vfs 2.0

2015-01-09 Thread dlmarion
Bernd, Wanted to get back to you right away. I should be able to get the information to you in a day or so (hopefully tonight). I don't know of any public HDFS instances, but I will see what I can find. Regarding VFS-530, I just wanted to bump the version to the latest for the 2.1 release. I w

Re: [VFS] Implementing custom hdfs file system using commons-vfs 2.0

2015-01-09 Thread Bernd Eckenfels
Hello Dave, for the download page (staged: http://people.apache.org/~ecki/commons-vfs/download.html) I need a list of libraries needed to run VFS to access hdfs. Could you maybe produce an example VFS Shell session similiar to https://wiki.apache.org/commons/VfsReleaseState where you list the c

Re: [VOTE][RC1] Release Commons Math 3.4.1

2015-01-09 Thread Jörg Schaible
Hi Luc, Luc Maisonobe wrote: > This is a [VOTE] for releasing Apache Commons Math 3.4.1 from release > candidate 1. > > Tag name: > MATH_3_4_1_RC1 (signature can be checked from git using 'git tag -v') > > Tag URL: > >

[Commons Wiki] Update of "VfsExampleShell" by BerndEckenfels

2015-01-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "VfsExampleShell" page has been changed by BerndEckenfels: https://wiki.apache.org/commons/VfsExampleShell?action=diff&rev1=3&rev2=4 Comment: added http which requires common-codec

[Commons Wiki] Update of "VfsExampleShell" by BerndEckenfels

2015-01-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "VfsExampleShell" page has been changed by BerndEckenfels: https://wiki.apache.org/commons/VfsExampleShell?action=diff&rev1=4&rev2=5 Comment: added http which requires common-codec

Re: [All] Animal sniffer (was: [math] Arrays.copyOf is Java 1.6+)

2015-01-09 Thread Thomas Neidhart
On 01/09/2015 02:00 AM, sebb wrote: > On 9 January 2015 at 00:47, Bernd Eckenfels wrote: >> Am Fri, 9 Jan 2015 00:38:31 + >> schrieb sebb : >> >>> Just tried the animal sniffer on NET (Java 1.5) - I added a call to >>> new IOException(new Exception()) which is Java 1.6+ >> >> What Java did you

Re: [All] Animal sniffer (was: [math] Arrays.copyOf is Java 1.6+)

2015-01-09 Thread Jörg Schaible
sebb wrote: > On 9 January 2015 at 00:47, Bernd Eckenfels > wrote: >> Am Fri, 9 Jan 2015 00:38:31 + >> schrieb sebb : >> >>> Just tried the animal sniffer on NET (Java 1.5) - I added a call to >>> new IOException(new Exception()) which is Java 1.6+ >> >> What Java did you use to start maven?

Re: [MATH] src/userguide/pom.xml does not use Commons Parent

2015-01-09 Thread Thomas Neidhart
On 01/09/2015 03:02 AM, sebb wrote: > As the subject says. > > This makes it very tricky to compile & test with anything other than > the Maven JVM. > Recent versions of Maven require 1.6. > > Any objections to adding CP 36 as a parent? Can we please keep this as simple as possible? Otherwise I