Hi

I have a windows laptop

I just downloaded the spark 1.4.1 source code.

I try to compile *org.apache.spark.mllib.fpm* with *mvn *

My goal is to replace *original *org\apache\spark\mllib\fpm\* in
*spark-assembly-1.4.1-hadoop2.6.0.jar*

As I understand from this link

https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-Eclipse


I need to execute following command : build/mvn package -DskipTests -pl
assembly
I executed : mvn org.apache.spark.mllib.fpm  -DskipTests -pl assembly

Then I got an error
 [INFO] Scanning for projects...
[ERROR] [ERROR] Could not find the selected project in the reactor:
assembly @

Thanks for any help

Reply via email to