nadav-har-tzvi commented on a change in pull request #20: PySpark fixes for YARN and Mesos URL: https://github.com/apache/incubator-amaterasu/pull/20#discussion_r191065242
########## File path: executor/src/main/resources/spark_intp.py ########## @@ -21,20 +21,10 @@ import os import sys import zipimport +sys.path.append(os.getcwd()) from runtime import AmaContext, Environment -# os.chdir(os.getcwd() + '/build/resources/test/') Review comment: Bring back the comments for testing add the sys.path.append to the spark_intp test ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services