[
https://issues.apache.org/jira/browse/SPARK-41450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Weichen Xu updated SPARK-41450:
-------------------------------
Description:
Reproducing steps:
first, clone spark master code, then
# Build pyspark package by: `./dev/make-distribution.sh --pip`
# install built pyspark package
# run python code: `from pyspark.sql import SparkSession;
SparkSession.builder.getOrCreate()`
Got error: "java.lang.ClassNotFoundException: org.eclipse.jetty.server.Handler"
The Jetty server should be only used by spark thrift server component, and even
if I built with `-Phive-thriftserver` option, the error still happen.
was:
Reproducing steps:
first, clone spark master code, then
# Build pyspark package by: `./dev/make-distribution.sh --pip`
# install built pyspark package
# run python code: `from pyspark.sql import SparkSession;
SparkSession.builder.getOrCreate`
Got error: "java.lang.ClassNotFoundException: org.eclipse.jetty.server.Handler"
The Jetty server should be only used by spark thrift server component, and even
if I built with `-Phive-thriftserver` option, the error still happen.
> PySpark built from master code raise error "java.lang.ClassNotFoundException:
> org.eclipse.jetty.server.Handler"
> ---------------------------------------------------------------------------------------------------------------
>
> Key: SPARK-41450
> URL: https://issues.apache.org/jira/browse/SPARK-41450
> Project: Spark
> Issue Type: Improvement
> Components: Build
> Affects Versions: 3.4.0
> Reporter: Weichen Xu
> Priority: Major
>
> Reproducing steps:
> first, clone spark master code, then
> # Build pyspark package by: `./dev/make-distribution.sh --pip`
> # install built pyspark package
> # run python code: `from pyspark.sql import SparkSession;
> SparkSession.builder.getOrCreate()`
> Got error: "java.lang.ClassNotFoundException:
> org.eclipse.jetty.server.Handler"
>
> The Jetty server should be only used by spark thrift server component, and
> even if I built with `-Phive-thriftserver` option, the error still happen.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]