Looks like it didn't take. I don't think it can be done via the maven command line. I think you may need to put this into the <systemPropertyVariables> section of the pom for it to get plumbed in the needed way. In searching about, I noticed that it is an internal system property, not documented (why not?), so we might also set spark.ui.port=0 to just get an arbitrary unused port.
On Mon, Jul 25, 2016 at 9:48 AM, Dan Halperin <[email protected]> wrote: > Done. We'll see if that fixes things. If not, I'll turn off the build until > I have more cycles to get it fixed up. > > Thanks Amit. > > On Sat, Jul 23, 2016 at 5:16 AM, Amit Sela <[email protected]> wrote: > > > Not sure what's the setup here, but there seems to be issues with the > ports > > for the UI. > > Generally we don't need it for tests so you could add > > -Dspark.ui.enabled=false > > to the executing command. > > > > Thanks, > > Amit > > > > ---------- Forwarded message --------- > > From: Apache Jenkins Server <[email protected]> > > Date: Sat, Jul 23, 2016 at 3:10 PM > > Subject: Jenkins build is still unstable: > > beam_PostCommit_RunnableOnService_SparkLocal #12 > > To: <[email protected]>, <[email protected]>, < > > [email protected]> > > > > > > See < > > > > > https://builds.apache.org/job/beam_PostCommit_RunnableOnService_SparkLocal/12/ > > > > > >
