-
Notifications
You must be signed in to change notification settings - Fork 118
Error: Unrecognized option: --kubernetes-namespace #609
Comments
Was facing this issue, I set an env variable for SPARK_HOME and it started working.
|
I had the same issue, but setting the Similarly, I had to change the docker image property names from the ones specified in the project's userdocs example:
to the ones specified in the documentation:
After these changes, the job was completed succesfully. |
You might also need to make sure if you are building yourself that you added Also only some of the functionality available in this fork has been upstreamed and integrated into Spark 2.3.0 so any examples and documentation in this fork may not work against stock Apache Spark 2.3.0 |
We should note that the official documentation is for the official release of the feature in mainline Spark - for issues like this one, can we try using the official release instead of the fork? We have deprecated the work here in favor of upstream. |
@patricia92fa Didn't notice that. I guess I always had these default which were being passed: On
I had to additionally set |
@mccheah Working with the fork for python. Any timeline for for python API support in upstream yet? |
@boazjohn I am working on that right now. Waiting on the refactoring of the executor pod logic |
it doesn't work. I get
Error: Unrecognized option: --kubernetes-namespace
if I remove that flag then I get unrecognised prefix error for the master
The text was updated successfully, but these errors were encountered: