Skip to content

Commit b8cf838

Browse files
authored
Update apache-spark-troubleshoot-job-fails-noclassdeffounderror.md
1 parent 640a98f commit b8cf838

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/hdinsight/spark/apache-spark-troubleshoot-job-fails-noclassdeffounderror.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Stack trace: ExitCodeException exitCode=50:
2424

2525
## Cause
2626

27-
This error can be caused by specifying a version of the `spark-streaming-kafka` jar file that is different than the version of the Kafka cluster you are running.
27+
This error can be caused by specifying a version of the `spark-streaming-kafka` jar file that is different than the version of the Kafka cluster you're running.
2828

29-
For example, if you are running a Kafka cluster version 0.10.1, the following command will result in an error:
29+
For example, if you're running a Kafka cluster version 0.10.1, the following command results in an error:
3030

3131
```
3232
spark-submit \
@@ -38,7 +38,7 @@ spark-submit \
3838

3939
## Resolution
4040

41-
Use the Spark-submit command with the `–packages` option, and ensure that the version of the spark-streaming-kafka jar file is the same as the version of the Kafka cluster that you are running.
41+
Use the `Spark-submit` command with the `–packages` option, and ensure that the version of the spark-streaming-kafka jar file is the same as the version of the Kafka cluster that you are running.
4242

4343
## Next steps
4444

0 commit comments

Comments
 (0)