Closed aman-solanki-kr closed 1 year ago
Hey @aman-solanki-kr :wave:! Thank you so much for reporting the issue/feature request :rotating_light:. Someone from SynapseML Team will be looking to triage this issue soon. We appreciate your patience.
@mhamilton723 Any suggestions?
Hi @aman-solanki-kr -
Please refer to the Dockerfiles in the demo and install directories under https://github.com/microsoft/SynapseML/tree/master/tools/docker
Please report back here on whether they help or not.
@niehaus59 I am using a databricksruntime base image and still experiencing the same issue.
@aman-solanki-kr The SynapseML whl files house the python wrappers for the implementation, which is in the SynapseML jar file. It may be that the jar file is not being loaded properly. Can you send logs of the spark runtime startup?
@aman-solanki-kr -- awaiting your response.
@ppruthi @niehaus59 I was able to successfully resolve the issue.
SynapseML version
0.10.2
System information
Describe the problem
I have a Docker Image attached to a Databricks workflow. One of the tasks in the workflow is to train a model using the LightGBMClassifier. Everything works fine if I install SynapseML using Maven from the Databricks User Interface, but I would like all the dependencies pre-installed into Docker container. Any suggestion to make this work is appreciated! Thank you!
Code to reproduce issue
Other info / logs
What component(s) does this bug affect?
area/cognitive
: Cognitive projectarea/core
: Core projectarea/deep-learning
: DeepLearning projectarea/lightgbm
: Lightgbm projectarea/opencv
: Opencv projectarea/vw
: VW projectarea/website
: Websitearea/build
: Project build systemarea/notebooks
: Samples under notebooks folderarea/docker
: Docker usagearea/models
: models related issueWhat language(s) does this bug affect?
language/scala
: Scala source codelanguage/python
: Pyspark APIslanguage/r
: R APIslanguage/csharp
: .NET APIslanguage/new
: Proposals for new client languagesWhat integration(s) does this bug affect?
integrations/synapse
: Azure Synapse integrationsintegrations/azureml
: Azure ML integrationsintegrations/databricks
: Databricks integrations