Re: [VOTE] Release Apache Spark 2.4.1 (RC8)

2019-03-23 Thread Sean Owen
I think we can/should get in SPARK-26961 too; it's all but ready to commit. On Sat, Mar 23, 2019 at 2:02 PM DB Tsai wrote: > > -1 > > I will fail RC8, and cut another RC9 on Monday to include SPARK-27160, > SPARK-27178, SPARK-27112. Please let me know if there is any critical > PR that has to be

Re: [VOTE] Release Apache Spark 2.4.1 (RC8)

2019-03-23 Thread DB Tsai
-1 I will fail RC8, and cut another RC9 on Monday to include SPARK-27160, SPARK-27178, SPARK-27112. Please let me know if there is any critical PR that has to be back-ported into branch-2.4. Thanks. Sincerely, DB Tsai -- Web:

JavaRDD and WrappedArrays type iterate

2019-03-23 Thread 1266
Hi everyone , I have encountered some problems when using spark, I have encountered a type of WrappedArray(), ​I don't know how to iterate over this type, or how to convert this type to a List or an Array? Also, after I convert the dataframe type data into JavaRDD, the