Skip to content

Commit 53aeb35

Browse files
authored
Update apache-spark-troubleshoot-illegalargumentexception.md
1 parent 8cfbcff commit 53aeb35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/spark/apache-spark-troubleshoot-illegalargumentexception.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Wrong FS: wasbs://[email protected]/spark-examples_2.11-2.1.0
2121

2222
## Cause
2323

24-
A Spark job will fail if the application jar file is not located in the Spark cluster’s default/primary storage.
24+
A Spark job fails if the application jar file is not located in the Spark cluster’s default/primary storage.
2525

2626
This is a known issue with the Spark open-source framework tracked in this bug: [Spark job fails if fs.defaultFS and application jar are different url](https://issues.apache.org/jira/browse/SPARK-22587).
2727

2828
This issue has been resolved in Spark 2.3.0.
2929

3030
## Resolution
3131

32-
Make sure the application jar is stored on the default/primary storage for the HDInsight cluster. In case of Azure Data Factory, make sure the ADF linked service is pointed to the HDInsight default container rather than a secondary container.
32+
Make sure the application jar is stored on the default/primary storage for the HDInsight cluster. In Azure Data Factory, make sure the ADF linked service is pointed to the HDInsight default container rather than a secondary container.
3333

3434
## Next steps
3535

0 commit comments

Comments
 (0)