Re: Any plans to migrate Transformer API to Spark SQL (closer to DataFrames)?

2016-03-27 Thread Maciej Szymkiewicz
Hi Jacek, In this context, don't you think it would be useful, if at least some traits from org.apache.spark.ml.param.shared.sharedParams were public?HasInputCol(s) and HasOutputCol for example. These are useful pretty much every time you create custom Transformer. -- Pozdrawiam, Maciej

Re: Spark 1.6.1 Hadoop 2.6 package on S3 corrupt?

2016-03-27 Thread Nicholas Chammas
Pingity-ping-pong since this is still a problem. On Thu, Mar 24, 2016 at 4:08 PM Michael Armbrust wrote: > Patrick is investigating. > > On Thu, Mar 24, 2016 at 7:25 AM, Nicholas Chammas < > nicholas.cham...@gmail.com> wrote: > >> Just checking in on this again as the

Re: BlockManager WARNINGS and ERRORS

2016-03-27 Thread Ted Yu
The warning was added by: SPARK-12757 Add block-level read/write locks to BlockManager On Sun, Mar 27, 2016 at 12:24 PM, salexln wrote: > HI all, > > I started testing my code (https://github.com/salexln/FinalProject_FCM) > with the latest Spark available in GitHub, > and

BlockManager WARNINGS and ERRORS

2016-03-27 Thread salexln
HI all, I started testing my code (https://github.com/salexln/FinalProject_FCM) with the latest Spark available in GitHub, and when I run it I get the following errors: *scala> val clusters = FuzzyCMeans.train(parsedData, 2, 20, 2.0)* 16/03/27 22:24:10 WARN BlockManager: Block rdd_8_0 already