[LIVY-789] Ensure Spark data files are available in interactive session#503
[LIVY-789] Ensure Spark data files are available in interactive session#503ArnavBalyan wants to merge 2 commits intoapache:masterfrom
Conversation
|
cc @gyogal gentle reminder when you have time thanks! |
|
Hi @ArnavBalyan , thanks for submitting a PR for this issue. I think the change itself looks good, but I am not able to run the test successfully. This is what I am getting on my machine: Edit: It may be possible to move this test to |
Hey Gyorgy, thanks for raising this let me check I was able to run the test a while back, |
3d4bf20 to
efcf1e9
Compare
|
Hi @gyogal I tested the flow again, the PySpark issue may be due to missing local pyspark, I'm able to run locally with pyspark available in the env. The test is using the PythonInterpreter API, which is not available on the livy-integration-test. Making it available there would require a refactor, and some wiring up for pyspark thanks |
|
cc @gyogal gentle reminder thanks! |
|
@ArnavBalyan Could you please try running the unit test for this PR by rebasing to this commit or by adding a similar change to this PR? If the unit test passes, this could be merged but for some reason the newly added test fails for me when running locally (with no pyspark on the PATH). |
|
I have now merged the PR to enable both unit and integration tests for PRs, could you please rebase your changes? If the unit tests are successful, we could merge this PR. |
efcf1e9 to
ba51eeb
Compare
What changes were proposed in this pull request?
How was this patch tested?
Closes LIVY-789