versatile-data-kit
versatile-data-kit copied to clipboard
VDK Windows support for vdk-kerberos-auth
What is the feature request? What problem does it solve? Installing and using vdk with vdk-kerberos-auth on windows currently does not work
Suggested solution Troubleshoot to fix issues with installing/running VDK on Windows platform. Introduce automated operability verification, to continuously guarantee support.
Additional context vdk-kerberos-auth dependencies may be a point of concern;
What is the issue? Can you provide steps to reproduce? VDK (vdk-core or quickstart-vdk) supports windows.
It's possible that a single plugin of VDK doesn't work on windows. But vdk-kerberos-auth is just one plugin. The ticket should be about the plugin if so.
What is the issue? Can you provide steps to reproduce? VDK (vdk-core or quickstart-vdk) supports windows.
There is no Windows support, for example https://github.com/vmware/versatile-data-kit/issues/871, or feedback about vdk-kerberos-auth plugin usages attempted by Windows users, show there are show-stoppers for using VDK on Windows. To answer the question "what are the show-stoppers exactly", it is to be investigated in the scope of the current one.
The VDK official Windows support seems a presumption - until we have a continuous delivery that ensures the Windows support. Such a support includes versatile-data-kit project code as well as dependencies, transitive dependencies and their upgrades.
It is also true, that VDK users are recommended currently to use some type of virtualisation in case of running Windows natively, in order to use VDK.
There is no Windows support, for example https://github.com/vmware/versatile-data-kit/issues/871, or feedback about vdk-kerberos-auth plugin usages attempted by Windows users, show there are show-stoppers for using VDK on Windows
There are people using vdk (quickstart-vdk) on Windows. I just install it and created and run and deployed a job. It's misleading to say it's not working.
The VDK official Windows support seems a presumption - until we have a continuous delivery that ensures the Windows support
That is true. We should add tests on windows. Though the fact is if we use only pure-python libraries (without native bindings) , that would not be a problem. In vdk-kerberos-auth we need native kerberos library which is what causes issue there.
So we need 2 things: A) Automated tests to run on windows (probably for vdk-core and/or quickstart-vdk) B) We need to fix vdk-kerberos-auth to support windows. vdk-kerberos-auth is an optional plugin though.
Which of those issues is this ticket aiming to cover ? We need to be specific in the ticket.
I've renamed the ticket to reflect B) - We need to fix vdk-kerberos-auth to support windows
Triaged. Closed as stale.