Re: [dbutils][dbcp] SQL states

2015-04-23 Thread Phil Steitz
On 4/22/15 11:04 AM, Gary Gregory wrote: > Hi All: > > JDBC's SQLException has a String SQLState field. > > I have a need for a formal OO SQLState class and I've started to hack up > something very limited for the purpose our app. I feels hacky and less than > satisfactory ATM. > > I wonder: What d

Re: [math] threading redux

2015-04-23 Thread Gilles
On Thu, 23 Apr 2015 09:15:47 -0500, Ole Ersoy wrote: It's the case for the only example that was mentioned in this thread with sufficient level of details so as to permit concrete statements: it's the SOFM implementation (in package "o.a.c.m.ml.neuralnet.sofm"). The shared structure is the "Ne

Re: [math] threading redux

2015-04-23 Thread Ole Ersoy
It's the case for the only example that was mentioned in this thread with sufficient level of details so as to permit concrete statements: it's the SOFM implementation (in package "o.a.c.m.ml.neuralnet.sofm"). The shared structure is the "Network" instance. Can the KohonenTrainingTask be decomp

Re: [math] threading redux

2015-04-23 Thread Phil Steitz
On 4/22/15 6:25 PM, Gilles wrote: > On Wed, 22 Apr 2015 11:33:30 -0500, Ole Ersoy wrote: >> On Mon, Apr 20, 2015 at 6:05 PM Phil Steitz >> wrote: There are lots of ways to allow distributed processes to share common data. Spark has a very nice construct called a Resilient Dist

[GitHub] commons-lang pull request: LANG-1118 Fix StringUtils.repeat(char, ...

2015-04-23 Thread rikles
GitHub user rikles opened a pull request: https://github.com/apache/commons-lang/pull/68 LANG-1118 Fix StringUtils.repeat(char, int) Now doing what is said in JavaDoc comment : when passing a negative repeat value to the StringUtils.repeat(char, int) function, it returns an empt