juliuszsompolski commented on PR #40676:
URL: https://github.com/apache/spark/pull/40676#issuecomment-1497582797

   The client script still does
   ```
   CONNECT_CLASSPATH="$(build/sbt "${SCALA_ARG}" -DcopyDependencies=false 
"export connect-client-jvm/fullClasspath" | grep jar | tail -n1)"
   SQL_CLASSPATH="$(build/sbt "${SCALA_ARG}" -DcopyDependencies=false "export 
sql/fullClasspath" | grep jar | tail -n1)"
   ```
   and these sbt commands still take almost a minute (20-30s each) before it 
drops me into the client shell...
   I wonder if something is wrong with my setup.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to