We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd79443 commit 4e2237aCopy full SHA for 4e2237a
README.md
@@ -296,10 +296,10 @@ For configuration details check __`./conf`__ subdirectory.
296
297
### Building for Scala 2.11
298
299
-To produce a Zeppelin package compiled with Scala 2.11, use the -Dscala-2.11 property:
+To produce a Zeppelin package compiled with Scala 2.11, use the -Pscala-2.11 profile:
300
301
```
302
-mvn clean package -Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark -Dscala-2.11 -DskipTests clean install
+mvn clean package -Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark -Pscala-2.11 -DskipTests clean install
303
304
305
### Package
0 commit comments