apache spark - How to specify multiple python files in a PySpark application? -


i have pyspark app (one python file) something. submitting app spark using spark-submit , passing dependencies , jars manually (i not building uber jar).

but python file big , difficult manage, split multiple .py files under 1 package (working in pycharm). how specify these files @ spark-submit let know these files make application?

thanks in advance!


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

javascript - How to change image src on success AJAX -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -