Remove -Ppyspark in virtual_machine.md

This commit is contained in:
AhyoungRyu 2017-04-04 10:49:36 +09:00
parent 458ac02a23
commit f7bcf06f79

View file

@ -110,7 +110,7 @@ This assumes you've already cloned the project either on the host machine in the
```
cd /zeppelin
mvn clean package -Pspark-1.6 -Ppyspark -Phadoop-2.4 -Psparkr -DskipTests
mvn clean package -Pspark-1.6 -Phadoop-2.4 -Psparkr -DskipTests
./bin/zeppelin-daemon.sh start
```