[ https://issues.apache.org/jira/browse/SPARK-29541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hu Fuwang updated SPARK-29541:
------------------------------
Description:
Per Spark [link title|http://example.com], individual module can be built separately with
command :
{code:java}
./build/mvn -pl :<submodule-artifact-name> clean install{code}
However, for below modules, the build command above failed :
{code:java}
common/network-yarn
external/docker-integration-tests
external/kinesis-asl-assembly
external/kinesis-asl
external/spark-ganglia-lgpl
hadoop-cloud
resource-managers/mesos
resource-managers/yarn
sql/hive-thriftserver
{code}
Attached is the snapshot of a sample failure of such build.
was:
Per Spark [build guide|[https://spark.apache.org/docs/latest/building-spark.html#building-submodules-individually]] ,
individual module can be built separately with command :
{code:java}
./build/mvn -pl :<submodule-artifact-name> clean install{code}
However, for below modules, the build command above failed :
{code:java}
common/network-yarn
external/docker-integration-tests
external/kinesis-asl-assembly
external/kinesis-asl
external/spark-ganglia-lgpl
hadoop-cloud
resource-managers/mesos
resource-managers/yarn
sql/hive-thriftserver
{code}
Attached is the snapshot of a sample failure of such build.
> Add missing modules in spark-parent pom file
> --------------------------------------------
>
> Key: SPARK-29541
> URL: https://issues.apache.org/jira/browse/SPARK-29541
> Project: Spark
> Issue Type: Improvement
> Components: Build
> Affects Versions: 3.0.0
> Reporter: Hu Fuwang
> Priority: Major
> Attachments: individual-module-build-failure.png
>
>
> Per Spark [link title|http://example.com], individual module can be built separately
with command :
> {code:java}
> ./build/mvn -pl :<submodule-artifact-name> clean install{code}
> However, for below modules, the build command above failed :
> {code:java}
> common/network-yarn
> external/docker-integration-tests
> external/kinesis-asl-assembly
> external/kinesis-asl
> external/spark-ganglia-lgpl
> hadoop-cloud
> resource-managers/mesos
> resource-managers/yarn
> sql/hive-thriftserver
> {code}
> Attached is the snapshot of a sample failure of such build.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|