You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Kent Yao (Jira)" <ji...@apache.org> on 2019/10/22 03:21:00 UTC

[jira] [Commented] (SPARK-29541) Add missing modules in spark-parent pom file

    [ https://issues.apache.org/jira/browse/SPARK-29541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16956642#comment-16956642 ] 

Kent Yao commented on SPARK-29541:
----------------------------------

./build/mvn *-Pyarn* -pl :spark-network-yarn_2.12 clean install

I guess this is what your are looking for.

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



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