How to run PySpark with 3rd party Jars e.g. fuzzywuzzy? -


tried --jars option , --driver-class-jars etc. still gave me 'no module fuzzywuzzy' found error.

try pyspark --packages me.xdrop:fuzzywuzzy:1.1.8

also have @ https://stackoverflow.com/a/44153456/3811916 other options, depending on desired workflow/environment.


Comments

Popular posts from this blog

PHP and MySQL WP -

javascript - generate date range base on integers -

javascript - Generate barcode from text and convert it to base64 -