Re: Can't build unidoc

2019-11-29 Thread Nicholas Chammas
That worked. Thanks Sean. Going forward, I will try that as a troubleshooting step before posting on the dev list. On Fri, Nov 29, 2019 at 1:04 PM Sean Owen wrote: > I'm not seeing that error for either command. Try blowing away your > local .ivy / .m2 dir? > > On Fri, Nov 29, 2019 at 11:48 AM

Re: Can't build unidoc

2019-11-29 Thread Sean Owen
I'm not seeing that error for either command. Try blowing away your local .ivy / .m2 dir? On Fri, Nov 29, 2019 at 11:48 AM Nicholas Chammas wrote: > > Howdy folks. Running `./build/sbt unidoc` on the latest master is giving me > this trace: > > ``` > [warn]

Can't build unidoc

2019-11-29 Thread Nicholas Chammas
Howdy folks. Running `./build/sbt unidoc` on the latest master is giving me this trace: ``` [warn] :: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :: [warn] ::

Re: Enabling fully disaggregated shuffle on Spark

2019-11-29 Thread Liu,Linhong
Hi Felix & Ben, This is Linhong from Baidu based in Beijing, and we are internally using a disaggregated shuffle service (we call it DCE) as well. We launched this in production 3 years ago for Hadoop shuffle. Last year we migrated spark shuffle to the same DCE shuffle service and stability