Jackie-Jiang opened a new pull request #6769:
URL: https://github.com/apache/incubator-pinot/pull/6769


   ## Description
   Fix the following exception:
   ```
   ERROR org.apache.spark.SparkContext - Error initializing SparkContext.
   java.net.BindException: Cannot assign requested address: Service 
'sparkDriver' failed after 16 retries (on a random free port)! Consider 
explicitly setting the appropriate binding address for the service 
'sparkDriver' (for example spark.driver.bindAddress for SparkDriver) to the 
correct binding address.
        at sun.nio.ch.Net.bind0(Native Method) ~[?:1.8.0_282]
        at sun.nio.ch.Net.bind(Net.java:461) ~[?:1.8.0_282]
        at sun.nio.ch.Net.bind(Net.java:453) ~[?:1.8.0_282]
        at 
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:222) 
~[?:1.8.0_282]
        at 
io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:134)
 ~[netty-all-4.1.54.Final.jar:4.1.54.Final]
        at 
io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:550) 
~[netty-all-4.1.54.Final.jar:4.1.54.Final]
        at 
io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334)
 ~[netty-all-4.1.54.Final.jar:4.1.54.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:506)
 ~[netty-all-4.1.54.Final.jar:4.1.54.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:491)
 ~[netty-all-4.1.54.Final.jar:4.1.54.Final]
        at 
io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973) 
~[netty-all-4.1.54.Final.jar:4.1.54.Final]
        at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:248) 
~[netty-all-4.1.54.Final.jar:4.1.54.Final]
        at 
io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:356) 
~[netty-all-4.1.54.Final.jar:4.1.54.Final]
        at 
io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
 ~[netty-all-4.1.54.Final.jar:4.1.54.Final]
        at 
io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
 ~[netty-all-4.1.54.Final.jar:4.1.54.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500) 
~[netty-all-4.1.54.Final.jar:4.1.54.Final]
        at 
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
 ~[netty-all-4.1.54.Final.jar:4.1.54.Final]
        at 
io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) 
~[netty-all-4.1.54.Final.jar:4.1.54.Final]
        at 
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
 ~[netty-all-4.1.54.Final.jar:4.1.54.Final]
        at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_282]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to