Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Bug: add support for jars, pyfiles, files in Jobs #408

Merged

Conversation

jafreck
Copy link
Member

@jafreck jafreck commented Feb 21, 2018

Fix #390

@jafreck jafreck changed the title Feature: add support for jars, pyfiles, files in Jobs Bug: add support for jars, pyfiles, files in Jobs Feb 21, 2018
@jafreck jafreck added this to the v0.7.0 milestone Feb 23, 2018
@@ -114,6 +114,9 @@ def __app_submit_cmd(
os.environ['AZ_BATCH_TASK_WORKING_DIR'] + '/' + app + ' ' +
' '.join(['\'' + str(app_arg) + '\'' for app_arg in (app_args or [])]))

with open("spark-submit.txt", mode="w") as stream:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UTF-8?

@jafreck jafreck merged commit 2dd7891 into Azure:master Mar 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants