Example
When asking Apache Spark related questions please include following information
- Apache Spark version used by the client and Spark deployment if applicable. For API related questions major (1.6, 2.0, 2.1 etc.) is typically sufficient, for questions concerning possible bugs always use full version information.
- Scala version used to build Spark binaries.
- JDK version (
java -version
).
- If you use guest language (Python, R) please provide information about the language version. In Python use tags: python-2.x, python-3.x or more specific ones to distinguish between language variants.
- Build definition (
build.sbt
, pom.xml
) if applicable or external dependency versions (Python, R) when applicable.
- Cluster manager (
local[n]
, Spark standalone, Yarn, Mesos), mode (client
, cluster
) and other submit options if applicable.