Re:[SPIP] SPARK-22229: RDMA Accelerated Shuffle Engine(Internet mail)

2017-10-11 Thread 黄明
+1 In fact, not only Shuffle can benefit from RDMA. Broadcast modules can also benefit from this with decent modification, with benefits of less CPU occupation and better network proformance. Tencent is evaluating on this in Lab, and we observe a roughly 50% improvemnet in TeraSort, in 100G

Re: [VOTE][SPIP] SPARK-22026 data source v2 write path

2017-10-11 Thread Xiao Li
+1 Xiao On Mon, 9 Oct 2017 at 7:31 PM Reynold Xin wrote: > +1 > > One thing with MetadataSupport - It's a bad idea to call it that unless > adding new functions in that trait wouldn't break source/binary > compatibility in the future. > > > On Mon, Oct 9, 2017 at 6:07 PM, Wenchen Fan wrote: > >

Re: [VOTE][SPIP] SPARK-22026 data source v2 write path

2017-10-11 Thread Weichen Xu
+1 On Thu, Oct 12, 2017 at 10:36 AM, Xiao Li wrote: > +1 > > Xiao > > On Mon, 9 Oct 2017 at 7:31 PM Reynold Xin wrote: > >> +1 >> >> One thing with MetadataSupport - It's a bad idea to call it that unless >> adding new functions in that trait wouldn't break source/binary >> compatibility in the