-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rebrand to com.nvidia instead of ai.rapids #188
Conversation
build |
How about |
I don't know nvidia and rapids are not one in the same. That said I don't think nvidia will be putting out a separate SQL plugin that is not based on rapids so it should work. |
Should this be |
So the plugin the user refers to is currently under
+1 This would remove the |
Here are my opinions.
|
I'm OK with either the
IMO this should be in the same package as the SQL plugin for consistency. Again not a strong preference either way. I could see the argument that this discovery plugin isn't really specific to RAPIDS.
Personally I've not been a fan of
IMO this is a shuffle specific to the RAPIDS Accelerator plugin, so it should be under
Yes, if we're making no attempts at backwards compatibility with |
I prefer spark first, because of shuffle. I can see us having a shuffle at some point that is not tied to rapids, but is to spark. |
|
One more question. We still have |
Yeah
That's a great question. I personally think we can leave that as-is, although we could get extreme and call it |
build |
Thanks for all of the feedback. I did a second round of changes to the names. I moved I also opted to make the names of the plugins as small as possible Please take another look. I know that there are some issues with code coverage that I need to look into, but it is probably just a few settings in a script or a pom.xml that I need to look into. |
build |
lgtm. |
I see references to
And also the shuffle manager: |
Sorry I mistyped them. should be |
build |
Signed-off-by: spark-rapids automation <[email protected]>
I think I have everything moved to
com.nvidia.spark.rapids
, but I want to check on a few things, and would love feedback on what people think.com.nvidia.spark.rapids.SQLPlugin
should we try to shorten the name of it? If so to what?com.nvidia.spark.rapids.ExclusiveModeGpuDiscoveryPlugin
?com.nvidia.sparkexamples.
is that okay? Do you have any alternative suggestion?com.nvidia.spark.rapids.shuffle
Should I make a change now?ai.rapids.spark.Plugin
nowcom.nvidia.spark.rapids.Plugin
?