zhztheplayer commented on issue #8462: URL: https://github.com/apache/incubator-gluten/issues/8462#issuecomment-2579174673
> > > In my case, the Gluten project is wrapped by the Kylin service to use the Native Engine. As a result, the java.class.path points to xxx/kylin.jar instead of gluten.jar > > > > > > Thanks for the detailed explanation. So gluten's compiled classes and shared libraries are included directedly into `xxx/kylin.jar` however the component files with `META-INF/gluten-components` are omitted in your case? Am I understanding correctly? > > Exactly I see. Before https://github.com/apache/incubator-gluten/pull/8271 we use standard service file `META-INF/services/org.apache.gluten.backend.Backend` for backend's discovery. How did the previous way work in your case given that with current solution `META-INF/gluten-components` is excluded? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
