We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6644c3 commit cd42d94Copy full SHA for cd42d94
docs/building-spark.md
@@ -113,9 +113,9 @@ mvn -Pyarn -Phive -Phive-thriftserver-0.12.0 -Phadoop-2.4 -Dhadoop.version=2.4.0
113
{% endhighlight %}
114
115
# Building for Scala 2.11
116
-To produce a Spark package compiled with Scala 2.11, use the `-Pscala-2.11` profile:
+To produce a Spark package compiled with Scala 2.11, use the `-Dscala-2.11` property:
117
118
- mvn -Pyarn -Phadoop-2.4 -Pscala-2.11 -DskipTests clean package
+ mvn -Pyarn -Phadoop-2.4 -Dscala-2.11 -DskipTests clean package
119
120
Scala 2.11 support in Spark is experimental and does not support a few features.
121
Specifically, Spark's external Kafka library and JDBC component are not yet
0 commit comments