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

Christian Tzolov commented on SPARK-2614:
-----------------------------------------

The #1611 pull request addresses some of concerns expressed above. It doesn't 
put everything into a single package. Instead when the -Pdeb is enabled then 2 
debian packages are be build:   
   1. spark_XXX_all.deb  - Current spark debian package without modifications.
   2. spark_XXX_examples.deb - additional deb package that bundles only the 
spark_examples.jar

> Add the spark-examples-xxx-.jar to the Debian packages created with mvn ... 
> -Pdeb (using assembly/pom.xml)
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-2614
>                 URL: https://issues.apache.org/jira/browse/SPARK-2614
>             Project: Spark
>          Issue Type: Improvement
>          Components: Build, Deploy
>            Reporter: Christian Tzolov
>
> The tar.gz distribution includes already the spark-examples.jar in the 
> bundle. It is a common practice for installers to run SparkPi as a smoke test 
> to verify that the installation is OK
> /usr/share/spark/bin/spark-submit \
>   --num-executors 10  --master yarn-cluster \
>   --class org.apache.spark.examples.SparkPi \
>   /usr/share/spark/jars/spark-examples-1.0.1-hadoop2.2.0.jar 10



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to